Useful skills for any agent. Skills are drop-in modules. No additional configuration required.
| Skill | Description |
|---|---|
| nouns | Interact with Nouns DAO on Ethereum. Vote on proposals, create candidates, submit proposals, check voting power, delegate votes, and bid on daily Noun auctions. |
| index-supply | Query Ethereum event logs and onchain data using Index Supply's stateless SQL API. No indexing required — query blocks, transactions, and logs across EVM chains. |
Each top-level directory is an installable skill containing a SKILL.md and supporting files.
skills/
├── nouns/
│ ├── SKILL.md
│ ├── references/
│ │ └── governance.md
│ └── scripts/
│ ├── cancel-candidate.sh
│ ├── create-candidate.sh
│ ├── delegate.sh
│ ├── latest-proposal.sh
│ ├── proposal.sh
│ ├── propose.sh
│ ├── update-candidate.sh
│ ├── vote.sh
│ ├── votes.sh
│ └── voting-power.sh
├── index-supply/
│ └── SKILL.md
└── README.md
Give your agent the URL to this repo and tell it which skill to install.
install the nouns skill from https://github.com/Sam-Scolari/skills