aiusd-skills
v1.1.0
Published
Install AIUSD skill for OpenClaude / MCP: npx aiusd-skills install
Downloads
207
Maintainers
Readme
aiusd-skills
Install the AIUSD skill for OpenClaude / MCP with one command.
Install the skill
npx aiusd-skills installThis will:
- Fetch the latest
aiusd-skillpackage from npm - Extract it to
./aiusd-skill - Run
npm installin that directory (including patches)
After install
cd aiusd-skill
npm run reauth # complete authentication in browser
npm start -- balances
npm start -- tools --detailedPublish (maintainers)
- Publish the skill first: from repo root,
npm publish(publishesaiusd-skill). - Publish this CLI:
cd packages/aiusd-skills && npm publish.
Users can then run npx aiusd-skills install without having published this package to npm first—they need aiusd-skill on npm.
