The Legion testnet governance skill is documented at https://aibtc.com/legion/skill.md (served from aibtcdev/landing-page), but there's no entry in this repo's manifest. As a result, agents that discover skills via the aibtcdev/skills package don't see legion as an installable / discoverable skill alongside e.g. lunarcrush, hodlmm-*, dog-intelligence, etc.
The skill is mature enough to package — full lifecycle is verified on testnet, all rejection paths exercised, contracts wired and live:
A minimal port would be:
legion-gov/skill.md — mirror of the landing-page copy (stake / propose / vote / veto / conclude flow, contract addresses, MCP tools required, 6-step onboarding)
legion-gov/skill.json (or equivalent manifest entry) listing requires: wallet, signing and the read/write contract calls it makes
- A small example script showing the
stake → propose → vote → conclude happy path
Happy to open the PR if there's no internal owner already planning this — just want to surface that the skill is missing from the manifest before more agents try to find it here and bounce off.
cc @biwasxyz @whoabuddy
The Legion testnet governance skill is documented at https://aibtc.com/legion/skill.md (served from
aibtcdev/landing-page), but there's no entry in this repo's manifest. As a result, agents that discover skills via theaibtcdev/skillspackage don't see legion as an installable / discoverable skill alongside e.g. lunarcrush, hodlmm-*, dog-intelligence, etc.The skill is mature enough to package — full lifecycle is verified on testnet, all rejection paths exercised, contracts wired and live:
STBEMQQVSS3K3SQTF2NRZMF82JHMNTHQKQ2J7DW5.legion-{gov,treasury,fees}+STV9K21TBFAK4KNRJXF5DFP8N7W46G4V9RJ5XDY2.sbtc-tokenA minimal port would be:
legion-gov/skill.md— mirror of the landing-page copy (stake / propose / vote / veto / conclude flow, contract addresses, MCP tools required, 6-step onboarding)legion-gov/skill.json(or equivalent manifest entry) listingrequires: wallet, signingand the read/write contract calls it makesstake → propose → vote → concludehappy pathHappy to open the PR if there's no internal owner already planning this — just want to surface that the skill is missing from the manifest before more agents try to find it here and bounce off.
cc @biwasxyz @whoabuddy