Search-first cloud infrastructure tools for AI agents. Exposes AWS, GCP, and Azure APIs as LLM-compatible tools without context bloat.
| Package | Description |
|---|---|
@cloudtools/core |
Search engine, types, SDK adapters |
@cloudtools/aws |
AWS tools and executor |
@cloudtools/gcp |
GCP tools and executor |
@cloudtools/azure |
Azure tools and executor |
@cloudtools/mcp |
MCP server (search_cloud_tools + execute_cloud_tool) |
@cloudtools/skills |
Agent Skills for Cursor, Claude Code, etc. |
One skill on skills.sh with provider references (AWS, GCP, Azure, MCP) loaded on demand.
All 50+ supported agents (Cursor, Claude Code, Codex, Windsurf, GitHub Copilot, Cline, OpenCode, Roo Code, …):
npx skills add deepraj21/cloudtools --skill cloudtools --agent '*' -ySingle agent example:
npx skills add deepraj21/cloudtools --skill cloudtools -a claude-code -a cursor -ynpm alternative (skills-npm — Cursor, Claude, Codex, Copilot, …):
npm install @cloudtools/skills
npx skills-npmSkills follow the Agent Skills open standard. Rankings on skills.sh use anonymous install telemetry from the skills CLI.
The legacy standalone aws/ MCP server in this repo is reference-only and not part of the monorepo; use @cloudtools/mcp instead.
pnpm install
pnpm build
pnpm testMIT