TomorrowDAO skill
TomorrowDAO governance skill for DAO proposals, voting, BP operations, and resource actions on aelf.
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.
One thing to look at
- 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.
What its author says it does
Copied from the file, not written here
TomorrowDAO governance, BP, and resource operations for agents.
SKILL.md
3.0 KB, 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.