Skill গাইড
লগ ইন করে আপনার token-সহ প্রস্তুত prompt কপি করুন এবং AI Agent থেকে HTML প্রজেক্ট প্রকাশ করুন।
Anonymous Ready
লগ ইন ছাড়াই অস্থায়ী প্রকাশের prompt কপি করুন
Anonymous Agent project key দিয়ে নিজের 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 shareUrlAnonymous Agent মোড সক্রিয়
Account token লাগে না। .htmltolink.json-এ anonymous update credential থাকে, তাই একই temporary link আপডেট করা যায়। দীর্ঘমেয়াদি ব্যবস্থাপনার জন্য লগ ইন করুন।