TomorrowDAO skill
TomorrowDAO governance, BP, and resource operations for agents.From its SKILL.md
npx -y skills add TomorrowDAOProject/tomorrowDAO-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- reads credentialsReads from 1 credential source: `signer`.
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 8 commands, including `bun run mcp` and 7 more.
SKILL.md
3.0 KB, 608 tokens by cl100k_base, as published. Nobody here has run it
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
simulateor read-only queries first when available. - For CA orchestration flows, use
simulatepayloads 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
CAkeystore may unlock the manager key, but this skill still rejects direct target-contract sends forCAidentities.
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=autoand optional password insigner.
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=daemonis reserved and currently returnsSIGNER_DAEMON_NOT_IMPLEMENTED.- Do not use this skill for wallet lifecycle, DEX trading, guardian, or explorer routing.
What ships with it: 89 files
396.1 KB alongside SKILL.md, 74 of them executable
bin/
- generate-coverage-badge.tsruns1.3 KB
- generate-openclaw.tsruns4.2 KB
- platforms/claude.tsruns1.2 KB
- platforms/cursor.tsruns1.4 KB
- platforms/ironclaw.tsruns6.9 KB
- platforms/openclaw.tsruns1.2 KB
- platforms/utils.tsruns2.8 KB
- setup.jsruns40 B
- setup.tsruns4.4 KB
lib/
- aelf-client.tsruns225 B
- aelf-sdk.d.tsruns571 B
- config.tsruns173 B
- crypto.tsruns152 B
- http.tsruns126 B
- types.tsruns172 B
schemas/
scripts/
- check-deps-baseline.tsruns2.7 KB
- coverage-gate.tsruns2.7 KB
src/
- core/aelf-pool.tsruns608 B
- core/auth.tsruns2.8 KB
- core/chain-client.tsruns4.6 KB
- core/config.tsruns8.2 KB
- core/errors.tsruns1.2 KB
- core/http.tsruns5.2 KB
- core/logger.tsruns1.8 KB
- core/signature.tsruns2.3 KB
- core/signer-context.tsruns5.4 KB
- core/signer-error-codes.tsruns463 B
- bun.lock73.8 KB
- cli-helpers.tsruns393 B
- deps-baseline.json126 B
- .env.example532 B
- .gitignore39 B
- index.tsruns2.0 KB
- LICENSE1.0 KB
- mcp-config.example.json406 B
- openclaw.json51.3 KB
- package.json2.5 KB
- README.md12.7 KB
- README.zh-CN.md12.6 KB
49 more files not listed here. See all 89 in the repository.