File contents 链上俳句铭文
适用场景
稳定自动版(可长期运行);### 2) OpenClaw 执行提示词(自动版)
功能说明
链上俳句铭文
夜间生成加密主题俳句并铭刻上链,形成可长期保留的创意页面。
这个案例能帮你做什么
把创意内容(俳句)和区块链永久存储结合,做成可分享作品。
用固定约束(5-7-5、主题限定、页面大小)保证输出稳定。
早上可直接查看铭文哈希和页面结果。
你需要的 Skills(按类型)
类型
Skill
用途
来源
内置
bitcoin
发起铭文流程
OpenClaw Built-in
内置
filesystem
保存俳句与页面文件
OpenClaw Built-in
快速体验版(先跑一轮)
先只生成内容,不上链:
你是我的 OpenClaw 助手。
请帮我做“链上俳句铭文”的预演版:
1. 生成 3-5 条加密主题俳句。
2. 每条遵循 5-7-5 音节结构。
3. 组装成一个 HTML 页面(<10KB)。
4. 本轮只输出页面内容和上链计划,不执行 inscription。
稳定自动版(可长期运行)
1) 俳句素材示例
const haikus = [
"Private keys sleep deep",
"Immutable blocks rise high",
"Trustless code runs true"
];
2) OpenClaw 执行提示词(自动版)
你是我的 OpenClaw 助手,请执行“On-Chain Haiku Inscription”。
请使用内置 Skills:bitcoin、filesystem。
夜间任务流程:
1. 生成 3-5 条 crypto-themed haikus。
2. 组装为 HTML 页面。
3. 通过 clawdbot 发起比特币铭文。
4. 认领 .web3 域名。
5. 记录 transaction hash。
6. 将结果写入晨报。
约束:
- Traditional 5-7-5 syllables
- Crypto/blockchain themes
- Page <10KB
成功标准
1 haiku set per week
All inscribed successfully
Domains registered
源文件
来源:awesome-openclaw-zh 原始文件:44-on-chain-haiku-inscription.md
1 --- 2 name: on-chain-haiku-inscription 3 description: 链上俳句铭文 4 --- 5 6 # 链上俳句铭文 7 8 ## 适用场景 9 ## 稳定自动版(可长期运行);### 2) OpenClaw 执行提示词(自动版) 10 11 ## 功能说明 12 # 链上俳句铭文 13 14 > 夜间生成加密主题俳句并铭刻上链,形成可长期保留的创意页面。 15 16 ## 这个案例能帮你做什么 17 18 - 把创意内容(俳句)和区块链永久存储结合,做成可分享作品。 19 - 用固定约束(5-7-5、主题限定、页面大小)保证输出稳定。 20 - 早上可直接查看铭文哈希和页面结果。 21 22 ## 你需要的 Skills(按类型) 23 24 | 类型 | Skill | 用途 | 来源 | 25 |---|---|---|---| 26 | 内置 | `bitcoin` | 发起铭文流程 | OpenClaw Built-in | 27 | 内置 | `filesystem` | 保存俳句与页面文件 | OpenClaw Built-in | 28 29 ## 快速体验版(先跑一轮) 30 31 先只生成内容,不上链: 32 33 ```text 34 你是我的 OpenClaw 助手。 35 请帮我做“链上俳句铭文”的预演版: 36 1. 生成 3-5 条加密主题俳句。 37 2. 每条遵循 5-7-5 音节结构。 38 3. 组装成一个 HTML 页面(<10KB)。 39 4. 本轮只输出页面内容和上链计划,不执行 inscription。 40 ``` 41 42 ## 稳定自动版(可长期运行) 43 44 ### 1) 俳句素材示例 45 46 ```javascript 47 const haikus = [ 48 "Private keys sleep deep", 49 "Immutable blocks rise high", 50 "Trustless code runs true" 51 ]; 52 ``` 53 54 ### 2) OpenClaw 执行提示词(自动版) 55 56 ```text 57 你是我的 OpenClaw 助手,请执行“On-Chain Haiku Inscription”。 58 请使用内置 Skills:bitcoin、filesystem。 59 60 夜间任务流程: 61 1. 生成 3-5 条 crypto-themed haikus。 62 2. 组装为 HTML 页面。 63 3. 通过 clawdbot 发起比特币铭文。 64 4. 认领 .web3 域名。 65 5. 记录 transaction hash。 66 6. 将结果写入晨报。 67 68 约束: 69 - Traditional 5-7-5 syllables 70 - Crypto/blockchain themes 71 - Page <10KB 72 ``` 73 74 ## 成功标准 75 - 1 haiku set per week 76 - All inscribed successfully 77 - Domains registered 78 79 ## 源文件 80 来源:awesome-openclaw-zh 81 原始文件:44-on-chain-haiku-inscription.md
YangYuChen-Work/awesome-ai-skills/tree/main/内容转换/on-chain-haiku-inscription commit 3c9779ffae
Frequently asked questions How do I install the On Chain Haiku Inscription skill? Run npx skillmds@latest add yangyuchen-work/on-chain-haiku-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 On Chain Haiku Inscription skill do? 链上俳句铭文 It is listed under Coding & Dev Tools on SkillMD.
Is On Chain Haiku 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 On Chain Haiku 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 On Chain Haiku Inscription free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published On Chain Haiku Inscription? YangYuChen-Work (@yangyuchen-work) published this skill. Their other Agent Skills are listed on their SkillMD profile.