Skill ガイド
ログイン後、専用token入りのプロンプトをコピーしてAI AgentからHTMLプロジェクトを公開できます。
Anonymous Ready
ログイン不要で一時公開プロンプトをコピー
匿名Agentはプロジェクトキーで24時間有効な一時ページを作成・更新できます。ログイン後は長期管理が可能です。
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 shareUrl匿名Agentモードです
アカウントtokenは不要です。.htmltolink.jsonの匿名更新資格情報で同じ一時リンクを更新できます。長期管理にはログインしてください。