File contents 比特币铭文网页
适用场景
夜间自动生成并上链一个小网页,得到长期可访问的链上页面资产。;- 自动控制页面体积与上链流程,降低手工处理成本。
功能说明
比特币铭文网页
夜间自动生成并上链一个小网页,得到长期可访问的链上页面资产。
这个案例能帮你做什么
把个人介绍页/作品页做成链上铭文,不依赖传统服务器托管。
自动控制页面体积与上链流程,降低手工处理成本。
早上直接拿到交易哈希、成本和产出结果。
你需要的 Skills(按类型)
类型
Skill
用途
来源
内置
bitcoin
发起 Ordinal inscription
OpenClaw Built-in
内置
web
生成网页内容(HTML)
OpenClaw Built-in
快速体验版(先跑一轮)
先只生成页面和成本估算,不发起上链:
你是我的 OpenClaw 助手。
请帮我做“比特币铭文网页”的预演版:
1. 生成一个个人主页 HTML 初稿。
2. 控制页面体积 <50KB。
3. 给出上链步骤与成本估算(sats 和美元)。
4. 本轮不要提交 inscription,只输出可执行计划。
稳定自动版(可长期运行)
1) HTML 模板
<!DOCTYPE html>
<html>
<head><title>{{name}}</title></head>
<body>
<h1>{{name}}</h1>
<p>{{description}}</p>
</body>
</html>
2) OpenClaw 执行提示词(自动版)
你是我的 OpenClaw 助手,请执行“Bitcoin Inscription”。
请使用内置 Skills:bitcoin、web。
在夜间任务中按顺序执行:
1. 生成 HTML 页面内容。
2. 优化页面大小(<50KB)。
3. 通过 clawdbot.ordnet.io 提交 inscription。
4. 认领 .web3 域名。
5. 记录交易哈希与成本。
6. 写入晨报。
基线信息:
- Cost: ~5800 sats (~$0.50)
- Time: ~10 minutes
- Result: Permanent on-chain presence
成功标准
1 page inscribed per week
All pages <50KB
Domains registered successfully
源文件
来源:awesome-openclaw-zh 原始文件:15-bitcoin-inscription.md
1 --- 2 name: bitcoin-inscription 3 description: 比特币铭文网页 4 --- 5 6 # 比特币铭文网页 7 8 ## 适用场景 9 > 夜间自动生成并上链一个小网页,得到长期可访问的链上页面资产。;- 自动控制页面体积与上链流程,降低手工处理成本。 10 11 ## 功能说明 12 # 比特币铭文网页 13 14 > 夜间自动生成并上链一个小网页,得到长期可访问的链上页面资产。 15 16 ## 这个案例能帮你做什么 17 18 - 把个人介绍页/作品页做成链上铭文,不依赖传统服务器托管。 19 - 自动控制页面体积与上链流程,降低手工处理成本。 20 - 早上直接拿到交易哈希、成本和产出结果。 21 22 ## 你需要的 Skills(按类型) 23 24 | 类型 | Skill | 用途 | 来源 | 25 |---|---|---|---| 26 | 内置 | `bitcoin` | 发起 Ordinal inscription | OpenClaw Built-in | 27 | 内置 | `web` | 生成网页内容(HTML) | OpenClaw Built-in | 28 29 ## 快速体验版(先跑一轮) 30 31 先只生成页面和成本估算,不发起上链: 32 33 ```text 34 你是我的 OpenClaw 助手。 35 请帮我做“比特币铭文网页”的预演版: 36 1. 生成一个个人主页 HTML 初稿。 37 2. 控制页面体积 <50KB。 38 3. 给出上链步骤与成本估算(sats 和美元)。 39 4. 本轮不要提交 inscription,只输出可执行计划。 40 ``` 41 42 ## 稳定自动版(可长期运行) 43 44 ### 1) HTML 模板 45 46 ```html 47 <!DOCTYPE html> 48 <html> 49 <head><title>{{name}}</title></head> 50 <body> 51 <h1>{{name}}</h1> 52 <p>{{description}}</p> 53 </body> 54 </html> 55 ``` 56 57 ### 2) OpenClaw 执行提示词(自动版) 58 59 ```text 60 你是我的 OpenClaw 助手,请执行“Bitcoin Inscription”。 61 请使用内置 Skills:bitcoin、web。 62 63 在夜间任务中按顺序执行: 64 1. 生成 HTML 页面内容。 65 2. 优化页面大小(<50KB)。 66 3. 通过 clawdbot.ordnet.io 提交 inscription。 67 4. 认领 .web3 域名。 68 5. 记录交易哈希与成本。 69 6. 写入晨报。 70 71 基线信息: 72 - Cost: ~5800 sats (~$0.50) 73 - Time: ~10 minutes 74 - Result: Permanent on-chain presence 75 ``` 76 77 ## 成功标准 78 - 1 page inscribed per week 79 - All pages <50KB 80 - Domains registered successfully 81 82 ## 源文件 83 来源:awesome-openclaw-zh 84 原始文件:15-bitcoin-inscription.md
YangYuChen-Work/awesome-ai-skills/tree/main/夜间自动化/bitcoin-inscription commit f7bb7b2d45
Frequently asked questions How do I install the Bitcoin Inscription skill? Run npx skillmds@latest add yangyuchen-work/bitcoin-inscription in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Bitcoin Inscription skill do? 比特币铭文网页 It is listed under Coding & Dev Tools on SkillMD.
Is Bitcoin Inscription safe to use? This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Bitcoin Inscription? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Bitcoin Inscription free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Bitcoin Inscription? YangYuChen-Work (@yangyuchen-work) published this skill. Their other Agent Skills are listed on their SkillMD profile.