Skill 帮助
复制中文或英文提示词给 AI agent,即可匿名发布保留 24 小时的临时页面。登录后提示词会自动带入专用 token,支持长期保存、更新和管理。
Anonymous Ready
无需登录,直接复制临时发布提示词
匿名 Agent 可以创建并凭项目密钥更新保留 24 小时的临时页面。登录后提示词会自动带入 API token,并支持长期管理。
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 shareUrl当前是匿名 Agent 模式
上面的提示词无需账户 token;项目会在 .htmltolink.json 中保存匿名更新凭证,可继续更新同一临时链接。登录后可长期保存和管理页面。