tomorrowdao-agent-skills

TomorrowDAO governance, BP, and resource operations for agents.

23 stars

Best use case

tomorrowdao-agent-skills is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

TomorrowDAO governance, BP, and resource operations for agents.

Teams using tomorrowdao-agent-skills should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/tomorrowdao-official-skill/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/defi/tomorrowdao-official-skill/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/tomorrowdao-official-skill/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How tomorrowdao-agent-skills Compares

Feature / Agenttomorrowdao-agent-skillsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

TomorrowDAO governance, BP, and resource operations for agents.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# TomorrowDAO Agent Skill

## When to use
- Use this skill when you need DAO governance and resource operations in TomorrowDAO ecosystems.
- Default to this skill for DAO proposal, vote, BP, governance, and resource workflows.

## Capabilities
- DAO domain: create/update/proposal/discussion operations
- Token helpers: allowance view, approve payload/sent call, balance view
- DAO read helpers: proposal my-info, DAO token allowance view alias, DAO token balance view alias
- Network governance and BP election operation set
- Resource token trading with unified ToolResult/TxReceipt outputs
- Shared signer resolution for send mode: `explicit -> context -> env`
- Send mode blocks direct contract sends when the resolved signer is `CA`; use an explicit CA forward transport instead.
- Supports SDK, CLI, MCP, OpenClaw, and IronClaw integration from one codebase.

## Safe usage rules
- Never print private keys, mnemonics, or tokens in channel outputs.
- For write operations, require explicit user confirmation and validate parameters before sending transactions.
- Prefer `simulate` or read-only queries first when available.
- For CA orchestration flows, use `simulate` payloads from this skill together with an explicit CA forward transport for the actual write.
- Active wallet context stores identity pointers only; never persist plaintext private keys.
- A `CA` keystore may unlock the manager key, but this skill still rejects direct target-contract sends for `CA` identities.

## Command recipes
- Start MCP server: `bun run mcp`
- Run CLI entry: `bun run cli`
- Install into IronClaw: `bun run setup ironclaw`
- Generate OpenClaw config: `bun run build:openclaw`
- Verify OpenClaw config: `bun run build:openclaw:check`
- Run CI coverage gate: `bun run test:coverage:ci`
- For cross-skill signing, pass `signerMode=auto` and optional password in `signer`.

## Distribution / Activation
- GitHub repo/tree URLs are discovery-only for hosts and agents.
- Preferred IronClaw activation from npm: `bunx -p @tomorrowdao/agent-skills tomorrowdao-setup ironclaw`
- Preferred OpenClaw activation from npm when managed install is unavailable: `bunx -p @tomorrowdao/agent-skills tomorrowdao-setup openclaw`
- Local repo checkout is for development and smoke tests only.

## Limits / Non-goals
- This skill focuses on domain operations and adapters; it is not a full wallet custody system.
- Do not hardcode environment secrets in source code or docs.
- Avoid bypassing validation for external service calls.
- `signerMode=daemon` is reserved and currently returns `SIGNER_DAEMON_NOT_IMPLEMENTED`.
- Do not use this skill for wallet lifecycle, DEX trading, guardian, or explorer routing.

Related Skills

senpi-skills

23
from jiayaoqijia/cryptoskill

Agent Skills for autonomous crypto trading on Hyperliquid — trailing stops, market scanning, position management, and more.

bybit-ai-skills

23
from jiayaoqijia/cryptoskill

253 API endpoints for trading, derivatives, earn products on Bybit. Comprehensive AI skills covering spot, futures, options, and institutional features.

binance-skills-hub

23
from jiayaoqijia/cryptoskill

Binance Skills Hub is an open skills marketplace that gives AI agents native access to crypto

trailofbits-skills

23
from jiayaoqijia/cryptoskill

Security testing skills from creators of Slither, Echidna, Medusa. Smart contract vulnerability scanners, property-based testing, static analysis, and audit tools from Trail of Bits.

openzeppelin-skills

23
from jiayaoqijia/cryptoskill

Authoritative knowledge of audited OpenZeppelin smart contract libraries. Reference for ERC-20, ERC-721, ERC-1155, access control, upgradeable contracts, and governance patterns.

ethskills

23
from jiayaoqijia/cryptoskill

Use when a request involves Ethereum, the EVM, or blockchain systems. Applies to building, auditing, deploying, or interacting with smart contracts, dApps, wallets, or DeFi protocols. Covers Solidity development, contract addresses, token standards (ERC-20, ERC-721, ERC-4626, etc.), Layer 2 networks (Base, Arbitrum, Optimism, zkSync, Polygon), and integrations with DeFi protocols such as Uniswap, Aave, and Curve. Includes topics such as gas costs, contract decimals, oracle safety, reentrancy, MEV, bridging, wallets, querying data from onchain, production deployment, and protocol evolution (EIP lifecycle, fork tracking, upcoming changes).

drpc-official-agent-skills

23
from jiayaoqijia/cryptoskill

[![GitHub stars](https://img.shields.io/github/stars/drpcorg/drpc-agent-skills?style=social)](https://github.com/drpcorg/drpc-agent-skills)

ctf-skills

23
from jiayaoqijia/cryptoskill

Agent skills for solving CTF challenges - web exploitation, binary pwn, crypto, reverse engineering, forensics, OSINT, and more

arrays-skills

23
from jiayaoqijia/cryptoskill

Skills that teach LLM agents how to call 114+ Arrays Data api endpoints across US equities, ETFs, crypto, macro, and more.

web3-awesome-skills

23
from jiayaoqijia/cryptoskill

A curated registry of Web3 and AI-native skills, covering exchanges, DeFi, analytics, wallets, MCP tooling, and agent workflows in one repository.

nethermind-official-defi-skills

23
from jiayaoqijia/cryptoskill

Build unsigned DeFi transactions from natural language. Use when the user wants to send, transfer, swap, stake, unstake, wrap, unwrap, supply, withdraw, borrow, repay, deposit, delegate, add liquidity, remove liquidity, or trade yield tokens on-chain. Covers ETH, ERC-20, ERC-721, Aave, Lido, Uniswap, Curve, Compound, MakerDAO, Rocket Pool, EigenLayer, Balancer, Pendle, and WETH.

awaken-agent-skills

23
from jiayaoqijia/cryptoskill

Awaken DEX trading and market data operations for agents.