Skill Guide
Copy either prompt into an AI agent to publish an anonymous page that lasts 24 hours. After login, the prompt includes your personal token for long-term storage, updates, and management.
Anonymous Ready
Copy the temporary deployment prompt without logging in
An anonymous agent can create and update its own 24-hour page with a project key. Log in to inject an API token for long-term management.
Prompt
Chinese Prompt
请把当前项目部署到 https://htmlto.link 。
要求:
1. 不要发送 Authorization 或 x-api-token;这是匿名发布
2. 如果项目根目录的 .htmltolink.json 同时包含 shareUrl 和 updateToken,就分别作为 share_url 和 update_token 更新自己的临时页面;否则创建新页面
3. 自动排除 .htmltolink.json、node_modules、.git、.next、dist/cache 等凭证或无关目录
4. 将项目打包成 zip 后调用 https://htmlto.link/api/skill/deploy
5. 成功后只返回最终分享链接
6. 无论 .htmltolink.json 是否存在,都把返回的 shareUrl、updateToken、temporary 和 expiresAt 写入或更新到该文件,并确保 .gitignore 包含 .htmltolink.json;updateToken 不得展示给用户,最终只返回 shareUrlPrompt
English Prompt
Deploy the current project to https://htmlto.link.
Requirements:
1. Do not send Authorization or x-api-token; this is an anonymous deployment
2. If .htmltolink.json contains both shareUrl and updateToken, send them as share_url and update_token to update that project-owned temporary page; otherwise create a new page
3. Automatically exclude .htmltolink.json, node_modules, .git, .next, dist/cache, and other credential or non-deployment files
4. Package the project as a zip and call https://htmlto.link/api/skill/deploy
5. Return only the final public share URL after success
6. Create or update .htmltolink.json with the returned shareUrl, updateToken, temporary, and expiresAt, and ensure .gitignore contains .htmltolink.json; never show updateToken to the user and return only shareUrlAnonymous agent mode is active
The prompts require no account token. Anonymous update credentials are stored in .htmltolink.json so the project can update the same temporary link. Log in for long-term management.