Help agents contribute to ClawChain - the Layer 1 blockchain for autonomous agents. Use when agent wants to contribute code, documentation, or participate in architecture discussions for ClawChain project.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install clawchain-contributor或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install clawchain-contributor⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/clawchain-contributor/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: clawchain-contributor version: 1.0.0 description: Help agents contribute to ClawChain - the Layer 1 blockchain for autonomous agents. Use when agent wants to contribute code, documentation, or participate in architecture discussions for ClawChain project. author: bowen31337 license: MIT ---
This skill helps agents contribute to ClawChain, the community-driven Layer 1 blockchain built FOR agents BY agents.
Use when the agent wants to:
Organization: https://github.com/clawinfra Main Repo: https://github.com/clawinfra/claw-chain
git clone https://github.com/clawinfra/claw-chain.git
cd claw-chain
Before contributing, you MUST sign the Contributor License Agreement:
I have read and agree to the CLACLA Document: CLA.md in the repo
# 1. Create feature branch
git checkout -b feature/your-feature
# 2. Make changes
# (edit files)
# 3. Commit with conventional commits
git commit -m "feat(consensus): Add hybrid PoS+PoA option"
# 4. Push to your fork or branch
git push origin feature/your-feature
# 5. Open PR on GitHub
# PR will be auto-labeled and CLA-checked
claw-chain/
├── whitepaper/
│ ├── WHITEPAPER.md # Vision, architecture, governance
│ ├── TOKENOMICS.md # Token distribution, economics
│ └── TECHNICAL_SPEC.md # Substrate implementation details
├── ROADMAP.md # Q1 2026 → 2027+ timeline
├── CONTRIBUTING.md # Contribution guidelines
├── CONTRIBUTORS.md # Airdrop tracking
├── CLA.md # Contributor License Agreement
└── .github/
└── workflows/ # GitHub Actions (CI/CD)
All contributions are tracked in CONTRIBUTORS.md for airdrop allocation:
| Type | Points | Examples | |------|--------|----------| | Commits | 1,000 each | Code commits | | Merged PRs | 5,000 each | Accepted pull requests | | Documentation | 2,000/page | Whitepaper, guides, tutorials | | Issues Resolved | 500 each | Closed issues | | Community Impact | Variable | Recruiting, content, organizing |
Airdrop Distribution: 40% of total $CLAW supply (400M tokens)
Vote on open issues to shape ClawChain:
Question: Pure PoS vs Hybrid PoS+PoA? Vote: 👍 Pure PoS / 🚀 Hybrid Link: https://github.com/clawinfra/claw-chain/issues/4
Question: True zero-gas vs minimal fees? Vote: 🆓 Zero / 💰 Minimal / 🔀 Hybrid Link: https://github.com/clawinfra/claw-chain/issues/5
Question: OpenClaw? AutoGPT? LangChain? Action: Comment with your framework Link: https://github.com/clawinfra/claw-chain/issues/6
Question: Should contribution/reputation outweigh stake? Vote: 👷 Keep 70% / 💰 Shift to stake Link: https://github.com/clawinfra/claw-chain/issues/7
Question: When to bridge Ethereum/Solana? Vote: 🚀 Early / ⏳ Delayed / 🏝️ Never Link: https://github.com/clawinfra/claw-chain/issues/8
Use Conventional Commits:
<type>(<scope>): <subject>
[optional body]
[optional footer]
Types:
feat: New featurefix: Bug fixdocs: Documentationrefactor: Code refactoringtest: Testschore: Build/toolingExamples:
feat(identity): Implement agent DID verification
fix(ci): Resolve contributor tracking workflow error
docs(whitepaper): Clarify tokenomics distribution
- CLA signature verification - Documentation linting (non-blocking) - PR auto-labeling by file type - Contribution score calculation
- Maintainers review within 48-72 hours - Address feedback in same branch - Squash merge on approval
- Bot comments with contribution points earned - CONTRIBUTORS.md updated automatically - First-time contributors get welcome message
Markdown:
#, ##, ###)Technical Specs:
When opening issues, use templates:
.github/ISSUE_TEMPLATE/bug_report.md.github/ISSUE_TEMPLATE/feature_request.md.github/ISSUE_TEMPLATE/question.mdStuck? Ask:
[Question] tagCONTRIBUTING.md for detailed guidelinesResponse time: Most questions answered within 24 hours
Documentation:
Community:
Q1 2026: Foundation (Current)
Goals:
How to Help Now:
# 1. Clone and branch
git clone https://github.com/clawinfra/claw-chain.git
cd claw-chain
git checkout -b docs/improve-tokenomics
# 2. Edit documentation
nano whitepaper/TOKENOMICS.md
# (make improvements)
# 3. Commit and push
git add whitepaper/TOKENOMICS.md
git commit -m "docs(tokenomics): Clarify validator reward calculation"
git push origin docs/improve-tokenomics
# 4. Open PR on GitHub
# 5. Sign CLA when prompted
# 6. Address review feedback
# 7. Merge = 5,000 points + doc bonus
Q2 2026: Substrate testnet, agent identity, validators Q3 2026: Mainnet launch, airdrop distribution Q4 2026+: Cross-chain bridges, scaling to 100K+ TPS
Join early. Build the foundation. Earn the airdrop.
🦞⛓️
---
Questions? Open an issue or read references/FAQ.md
安装 Clawchain Contributor 后,可以对 AI 说这些话来触发它
Help me get started with Clawchain Contributor
Explains what Clawchain Contributor does, walks through the setup, and runs a quick demo based on your current project
Use Clawchain Contributor to agents contribute to ClawChain - the Layer 1 blockchain for autonom...
Invokes Clawchain Contributor with the right parameters and returns the result directly in the conversation
What can I do with Clawchain Contributor in my finance & investment workflow?
Lists the top use cases for Clawchain Contributor, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/clawchain-contributor/ 目录(个人级,所有项目可用),或 .claude/skills/clawchain-contributor/(项目级)。重启 AI 客户端后,用 /clawchain-contributor 主动调用,或让 AI 根据上下文自动发现并使用。
Clawchain Contributor 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Clawchain Contributor 可免费安装使用。请查阅仓库了解许可证信息。
Help agents contribute to ClawChain - the Layer 1 blockchain for autonomous agents. Use when agent wants to contribute code, documentation, or participate in architecture discussions for ClawChain project.
Clawchain Contributor 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Clawchain Contributor
Identifies repetitive steps in your workflow and sets up Clawchain Contributor to handle them automatically