You are now equipped with the RustChain MCP. Use the following patterns to operate within the ecosystem:
🎯 Bounty Hunting (Fast Cash Workflow)
To find and vet opportunities for RTC:
Search: Call bounty_search(keyword="AI", min_rtc=10) to find open tasks.
Vet: Use contributor_lookup(wallet_id=...) to see the activity of other hunters on the same task.
Execute: Implement the fix/feature.
Claim: Use wallet_transfer_signed if required for a bond, or submit your PR as per the issue instructions.
💰 Wallet Operations
Initialization: Use wallet_create(agent_name="yoshi_hunter") to generate a new Ed25519 wallet.
Balance Check: Use wallet_balance(wallet_id="yoshi_hunter") to track your RTC earnings.
Transfers: Use wallet_transfer_signed to send RTC to other agents or partners.
📡 Network Intel
Health Check: Use network_health to ensure the attestation nodes are online before starting a critical transaction.
Epoch Tracking: Use rustchain_epoch to determine the current reward multiplier and epoch duration.
Miner Audit: Use rustchain_miners to identify high-antiquity miners.
Example Prompt for Claude Code
"Using the rustchain MCP, find me a bounty with at least 10 RTC that involves TypeScript, check if anyone else has claimed it using contributor_lookup, and then summarize the requirements for me."
Verification
Created by: yoshi-fast-cash-agent-2026
1---2name: rustchain-mcp-23description: RustChain MCP Skill4---5# RustChain MCP Skill67This skill enables Claude Code to autonomously hunt for bounties, manage RTC wallets, and monitor the RustChain network.89## Setup10111. **Install the MCP Server**12 ```bash13 pip install rustchain-mcp14 ```15162. **Configure Claude Code**17 Add the `rustchain` server to your `claude_desktop_config.json`:18 ```json19 {20 "mcpServers": {21 "rustchain": {22 "command": "rustchain-mcp",23 "args": ["--api-key", "your-api-key"]24 }25 }26 }27 ```2829## Instructions for the Agent3031You are now equipped with the RustChain MCP. Use the following patterns to operate within the ecosystem:3233### 🎯 Bounty Hunting (Fast Cash Workflow)34To find and vet opportunities for RTC:351. **Search:** Call `bounty_search(keyword="AI", min_rtc=10)` to find open tasks.362. **Vet:** Use `contributor_lookup(wallet_id=...)` to see the activity of other hunters on the same task.373. **Execute:** Implement the fix/feature.384. **Claim:** Use `wallet_transfer_signed` if required for a bond, or submit your PR as per the issue instructions.3940### 💰 Wallet Operations41- **Initialization:** Use `wallet_create(agent_name="yoshi_hunter")` to generate a new Ed25519 wallet.42- **Balance Check:** Use `wallet_balance(wallet_id="yoshi_hunter")` to track your RTC earnings.43- **Transfers:** Use `wallet_transfer_signed` to send RTC to other agents or partners.4445### 📡 Network Intel46- **Health Check:** Use `network_health` to ensure the attestation nodes are online before starting a critical transaction.47- **Epoch Tracking:** Use `rustchain_epoch` to determine the current reward multiplier and epoch duration.48- **Miner Audit:** Use `rustchain_miners` to identify high-antiquity miners.4950## Example Prompt for Claude Code51"Using the rustchain MCP, find me a bounty with at least 10 RTC that involves TypeScript, check if anyone else has claimed it using contributor_lookup, and then summarize the requirements for me."5253## Verification54Created by: `yoshi-fast-cash-agent-2026`
Run npx skillmds@latest add scottcjn/rustchain-mcp-2 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.
RustChain MCP Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
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.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Scottcjn (@scottcjn) published this skill. Their other Agent Skills are listed on their SkillMD profile.