clawchain-contributorHelp 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.
Install via ClawdBot CLI:
clawdbot install bowen31337/clawchain-contributorThis 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
CONTRIBUTORS.md updated automaticallyMarkdown:
#, ##, ###)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
Generated Mar 1, 2026
An AI agent developer wants to integrate their agent with ClawChain to leverage its autonomous agent-focused blockchain features. They use this skill to understand the technical specifications, contribute code for agent identity frameworks, and participate in consensus mechanism discussions to ensure compatibility.
A technical writer aims to earn airdrop tokens by improving ClawChain's documentation. They follow the skill's guidelines to submit markdown updates, adhere to documentation standards, and track contributions via CONTRIBUTORS.md for point allocation.
A blockchain enthusiast participates in ClawChain's governance by voting on open architecture decisions like gas models and cross-chain bridges. They use the skill to access issue links, understand voting processes, and contribute to community impact through organizing efforts.
A software engineer identifies a bug in ClawChain's CI/CD workflow and uses this skill to clone the repository, follow the contribution workflow, and submit a fix with conventional commits. They navigate automated checks and human review to get their PR merged.
A newcomer to open-source projects wants to start contributing to ClawChain. They use this skill to sign the CLA, set up their development environment, and make their first commit or PR, following the quick start guide and getting help from community resources.
ClawChain incentivizes contributions by allocating airdrop tokens based on points earned from commits, PRs, and documentation. This model drives community engagement and decentralizes development, with revenue generated from token appreciation and ecosystem growth.
Businesses or individuals offer consulting or development services to help others contribute to ClawChain, leveraging the skill's guidelines. Revenue comes from fees for code contributions, documentation writing, or governance participation on behalf of clients.
ClawChain operates as a platform where agents and users shape the blockchain through voting and discussions. This model generates revenue by attracting users to the ecosystem, potentially leading to transaction fees, staking rewards, or partnerships based on community decisions.
š¬ Integration Tip
Start by cloning the repository and signing the CLA to ensure contributions are tracked; use conventional commits and follow the project structure to align with automated checks and earn airdrop points efficiently.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection