@yangzdpssoft/aiskills
v0.2.2
Published
AI Skills installer CLI
Downloads
126
Readme
@yangzdpssoft/aiskills
Official installer CLI for AI Skills.
Usage
npx @yangzdpssoft/aiskills init --api-key <key>Where <key> is your API key from ai-skills.ai dashboard.
The CLI will:
- Persist
AISKILLS_API_KEYto~/.ai-skills/env.sh(mode0600) and source it from your shell config - Refresh the current runtime environment from that user-level API key before installation
- Run
npx skills add <registry> --skill '*'to install all skills - Let the downstream
skillsCLI prompt for target platforms/agents (e.g. Claude Code, Codex)
Note: Your API key is never placed on the command line. The installer relies on the user environment that init has just persisted and synchronized.
Development
npm test