npx claudepluginhub doitintl/doit-mcp-skillsDoiT Cloud Intelligence platform plugin for Claude Code. Access 40+ tools for cloud cost management, reporting, anomaly detection, budgets, alerts, and more.
AI agent skills that bring DoiT Cloud Intelligence into your favorite AI clients — Claude Code, ChatGPT, Cursor, Codex, and Gemini CLI.
Query cloud costs, investigate anomalies, generate reports, and produce API integration code across AWS, GCP, Azure, Snowflake, Datadog, and more — all through natural language.
| Skill | Description |
|---|---|
| doit-mcp-setup | Configure DoiT MCP in any supported AI client with correct credentials and OAuth |
| doit-mcp-reporting | Generate cost intelligence reports and run ad-hoc Cloud Analytics queries |
| doit-mcp-anomaly-investigation | Root-cause cost anomalies by correlating DoiT alerts with cloud-specific inspection |
| doit-mcp-api | Generate production-ready API call code (TypeScript, Python, Go, Bash) for DoiT Platform |
Install as a plugin for the full experience — skills, MCP server, and tools in one package:
claude plugin marketplace add https://github.com/doitintl/doit-mcp-skills
claude plugin install doit-mcp@doit-mcp-skills
If you only want the skills without the plugin wrapper:
claude install-skill https://github.com/doitintl/doit-mcp-skills
Ask your agent to run the doit-mcp-setup skill for your client:
.cursor/mcp.json configuration~/.codex/config.toml configuration~/.gemini/settings.json configurationCost Reporting
"Show me my top 5 cost drivers for the last 30 days" "Break down GCP costs by project for Q1"
Anomaly Investigation
"Show me recent cost anomalies" "Investigate the EC2 cost spike from last Tuesday"
API Code Generation
"Generate TypeScript code to query costs by service for the last month" "Show me a Python script that lists all my cloud reports"
doit-mcp-skills/
├── .claude-plugin/ # Claude Code plugin metadata
│ ├── plugin.json # Plugin manifest (skills + MCP config)
│ └── marketplace.json # Marketplace manifest for plugin install
├── .mcp.json # MCP server configuration
└── skills/
├── doit-mcp-setup/ # Client setup & configuration
├── doit-mcp-reporting/ # Report generation & queries
├── doit-mcp-anomaly-investigation/
└── doit-mcp-api/ # API code generation
Each skill contains:
SKILL.md — skill instructions and workflowagents/openai.yaml — agent configuration and tool dependenciesreferences/ — detailed reference docs (dimensions, metrics, field mappings)templates/ — config snippets or output templatesexamples/ — working code examples (where applicable)All skills connect to the DoiT MCP server at https://mcp.doit.com/sse — no local server installation required. Authentication is handled via OAuth (automated clients) or API key (manual clients like ChatGPT).
Supported platforms: AWS, GCP, Azure, Snowflake, Datadog, Databricks, OpenAI
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.