Skip to content

Sam-Scolari/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

Useful skills for any agent. Skills are drop-in modules. No additional configuration required.

Available Skills

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.

Structure

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

Usage

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

About

Useful skills for any agent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages