Skip to content

deepraj21/cloudtools

Repository files navigation

CloudTools — Clouds for Agents

skills.sh

Search-first cloud infrastructure tools for AI agents. Exposes AWS, GCP, and Azure APIs as LLM-compatible tools without context bloat.

Packages

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.

Agent Skills — Clouds for Agents

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 '*' -y

Single agent example:

npx skills add deepraj21/cloudtools --skill cloudtools -a claude-code -a cursor -y

npm alternative (skills-npm — Cursor, Claude, Codex, Copilot, …):

npm install @cloudtools/skills
npx skills-npm

Skills 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.

Development

pnpm install
pnpm build
pnpm test

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors