useful-ai
v1.0.1
Published
One command to connect your AI agents to 140+ tools
Maintainers
Readme
useful-ai
One command to connect your AI agents to 140+ tools.
npx useful-aiDetects which AI agent platforms you have in your project, then installs Useful AI skill files and MCP configs so your agents can use the full tool library.
How it works
$ npx useful-ai
useful ai
Detected: Claude Code, Cursor, VS Code
What would you like to install?
> [x] Skill file (recommended)
[ ] MCP server
Install to which platforms?
> [x] Claude Code
[x] Cursor
[x] VS Code
✓ Installed skill to .claude/skills/useful-ai/SKILL.md
✓ Installed skill to .cursor/skills/useful-ai/SKILL.md
✓ Installed skill to .vscode/skills/useful-ai/SKILL.md
Your agents can now use 140+ tools from usefulai.funSupported platforms
- Claude Code
- Gemini CLI
- Cursor
- VS Code
- Windsurf
- OpenCode
- OpenHands
- Junie
- Zed
Options
npx useful-ai # Scans home directory, installs to detected platforms
npx useful-ai --local # Install in current project directory instead
npx useful-ai --skill # Skill file only, skip prompts
npx useful-ai --mcp # MCP config only, skip prompts
npx useful-ai -y # Accept all defaults (skill file, all platforms)What gets installed
Skill file (recommended): A markdown file that teaches your agent how to call 140+ tools via the Useful AI dispatch API. Dropped into your platform's skills directory.
MCP server: Adds the Useful AI MCP endpoint to your platform's config. Your agent gets useful and suggest as native tools.
Both are free, no auth required.
Links
- Website: https://usefulai.fun
- Docs: https://usefulai.fun/docs
- Skills repo: https://github.com/uAI-solana/useful-ai-skills
- MCP repo: https://github.com/uAI-solana/useful-ai-mcp
