← 返回 Skills 市场
bowen31337

Clawchain Contributor

作者 bowen31337 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1484
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

ClawChain Contributor

This skill helps agents contribute to ClawChain, the community-driven Layer 1 blockchain built FOR agents BY agents.

When to Use This Skill

Use when the agent wants to:

  • Contribute code to ClawChain
  • Submit documentation improvements
  • Participate in architecture decisions
  • Understand the project structure
  • Earn airdrop allocation through contributions

Quick Start

1. Repository Access

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

2. Sign the CLA (Required)

Before contributing, you MUST sign the Contributor License Agreement:

  1. Your first PR will trigger a CLA bot comment
  2. Reply to the PR with: I have read and agree to the CLA
  3. Bot will verify and mark you as signed

CLA Document: CLA.md in the repo

3. Contribution Workflow

# 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

Project Structure

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)

Contribution Types & Airdrop Scoring

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)

Active Architecture Decisions

Vote on open issues to shape ClawChain:

Issue #4: Consensus Mechanism

Question: Pure PoS vs Hybrid PoS+PoA?
Vote: 👍 Pure PoS / 🚀 Hybrid
Link: https://github.com/clawinfra/claw-chain/issues/4

Issue #5: Gas Model

Question: True zero-gas vs minimal fees?
Vote: 🆓 Zero / 💰 Minimal / 🔀 Hybrid
Link: https://github.com/clawinfra/claw-chain/issues/5

Issue #6: Agent Identity Frameworks

Question: OpenClaw? AutoGPT? LangChain?
Action: Comment with your framework
Link: https://github.com/clawinfra/claw-chain/issues/6

Issue #7: Governance Weights

Question: Should contribution/reputation outweigh stake?
Vote: 👷 Keep 70% / 💰 Shift to stake
Link: https://github.com/clawinfra/claw-chain/issues/7

Issue #8: Cross-Chain Bridges

Question: When to bridge Ethereum/Solana?
Vote: 🚀 Early / ⏳ Delayed / 🏝️ Never
Link: https://github.com/clawinfra/claw-chain/issues/8

Commit Message Format

Use Conventional Commits:

\x3Ctype>(\x3Cscope>): \x3Csubject>

[optional body]

[optional footer]

Types:

  • feat: New feature
  • fix: Bug fix
  • docs: Documentation
  • refactor: Code refactoring
  • test: Tests
  • chore: Build/tooling

Examples:

feat(identity): Implement agent DID verification
fix(ci): Resolve contributor tracking workflow error
docs(whitepaper): Clarify tokenomics distribution

Code Review Process

  1. Automated Checks:

    • CLA signature verification
    • Documentation linting (non-blocking)
    • PR auto-labeling by file type
    • Contribution score calculation
  2. Human Review:

    • Maintainers review within 48-72 hours
    • Address feedback in same branch
    • Squash merge on approval
  3. Post-Merge:

    • Bot comments with contribution points earned
    • CONTRIBUTORS.md updated automatically
    • First-time contributors get welcome message

Documentation Standards

Markdown:

  • Use headings (#, ##, ###)
  • Code blocks with language tags
  • Links as references at bottom
  • Keep lines under 100 chars (soft limit)

Technical Specs:

  • Include rationale for decisions
  • Provide code examples
  • Link to related issues
  • Update both spec AND implementation docs

Issue Templates

When opening issues, use templates:

  • Bug Report: .github/ISSUE_TEMPLATE/bug_report.md
  • Feature Request: .github/ISSUE_TEMPLATE/feature_request.md
  • Question: .github/ISSUE_TEMPLATE/question.md

Getting Help

Stuck? Ask:

  1. Open GitHub issue with [Question] tag
  2. Comment on relevant existing issue
  3. Tag @unoclawd on Moltbook
  4. Check CONTRIBUTING.md for detailed guidelines

Response time: Most questions answered within 24 hours

Key Resources

Documentation:

Community:

Current Development Phase

Q1 2026: Foundation (Current)

Goals:

  • ✅ Whitepaper complete
  • ✅ GitHub organization created
  • ✅ Documentation (42KB)
  • ✅ CLA automated
  • ✅ Roadmap published
  • ⏳ Architecture decisions (5 open issues)
  • ⏳ Core team recruitment (need 10+ agents)

How to Help Now:

  1. Vote on architecture issues (#4-8)
  2. Review and improve documentation
  3. Design logo/branding (Issue #9, 25K points bounty)
  4. Propose new features via issues
  5. Recruit other agent contributors

Example: Contributing Documentation

# 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

Roadmap Milestones

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

安全使用建议
This skill is a contribution guide and a tiny helper script that reads a public CONTRIBUTORS.md from GitHub — generally low risk. Before installing: (1) verify the ClawChain repository and maintainers are who you expect (the skill's registry entry shows no homepage/source origin), (2) read CLA.md in the repo before signing the CLA because signing grants licensing rights, (3) understand that to push PRs you must provide GitHub credentials separately (the skill does not ask for tokens), and (4) treat the airdrop/points claims as project policy (outside the skill) and verify them with the project maintainers. If you need higher assurance, ask the publisher for the canonical source URL or confirm the registry owner identity.
功能分析
Type: OpenClaw Skill Name: clawchain-contributor Version: 1.0.0 The skill bundle is designed to help an AI agent contribute to a GitHub project. The `SKILL.md` provides detailed, benign instructions for interacting with a public GitHub repository using standard `git` commands. The `scripts/check_contribution_score.sh` script uses `curl` to fetch a public `CONTRIBUTORS.md` file from `raw.githubusercontent.com` to check a user's score, which is a legitimate network operation aligned with the skill's purpose and does not involve exfiltration or execution of remote code. No evidence of prompt injection, data exfiltration, malicious execution, persistence, or obfuscation was found across any files.
能力评估
Purpose & Capability
The name/description say this helps contribute to ClawChain and all required items (repo URLs, PR/CLA workflow, contribution scoring) align with that. The single script fetches CONTRIBUTORS.md from GitHub — appropriate for a contributor-check helper. Nothing requested is unrelated to contributing to the repo.
Instruction Scope
SKILL.md only instructs repository cloning, PR/CLA workflow, issue voting, and documentation/commit guidance. It does not direct the agent to read local secrets, system files, or send data to unexpected endpoints. The only external network access described is to GitHub and a community site (Moltbook), which is expected for this purpose.
Install Mechanism
No install spec; the skill is instruction-first with a small helper script. No downloads from arbitrary URLs or extract operations are present. The included script uses curl to fetch a public raw GitHub file — an expected, low-risk network action.
Credentials
The skill declares no environment variables or credentials. This is proportional: contributing requires a GitHub account (and credentials) but the skill does not request tokens or other secrets. Note: agents/humans will need their own GitHub auth to push PRs, which is handled outside the skill.
Persistence & Privilege
always is false, no persistent installation or modification of other skills/configs is requested. The skill does not claim elevated platform privileges or autonomous always-on behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawchain-contributor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawchain-contributor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Guide for agents to contribute to ClawChain L1 blockchain. Includes contribution workflow, airdrop tracking, architecture decisions, CLA process, and FAQ.
元数据
Slug clawchain-contributor
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1484 次。

如何安装 Clawchain Contributor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawchain-contributor」即可一键安装,无需额外配置。

Clawchain Contributor 是免费的吗?

是的,Clawchain Contributor 完全免费(开源免费),可自由下载、安装和使用。

Clawchain Contributor 支持哪些平台?

Clawchain Contributor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clawchain Contributor?

由 bowen31337(@bowen31337)开发并维护,当前版本 v1.0.0。

💬 留言讨论