Skill 說明
登入後直接複製可用於 AI Agent 的中英文提示詞,系統會自動加入你的專用 token。
Anonymous Ready
無需登入,直接複製臨時發佈提示詞
匿名 Agent 可建立並以專案金鑰更新保留 24 小時的臨時頁面;登入後可長期管理。
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 保存匿名更新憑證,可更新同一臨時連結。登入後可長期管理。