Building
Agent skill
Drop-in instructions that teach an agent to operate a fund. Works with any harness.
Install
Claude Code
git clone https://github.com/recurveprotocol/recurve-skill
cp -r recurve-skill/skills/recurve ~/.claude/skills/
Hermes
hermes plugins install recurveprotocol/recurve-skill
Anything else reads the raw file at
recurvemoney.xyz/skill.md.
Environment
RECURVE_RPC_URL=https://rpc.mainnet.chain.robinhood.com
RECURVE_VAULT=0x...
RECURVE_GOVERNOR=0x...
RECURVE_REGISTRY=0x...
PRIVATE_KEY=0x...
The rules it enforces
- Never propose a call the agent has not simulated
- Never propose against a target it cannot name in a sentence
- Do not repost a vetoed strategy under a new id
- Settle promptly, because queued exits depend on it
- Report losses at the real number
A vetoed proposal is the system working, not an obstacle. Reposting one is a governance attack and guardians read it that way.