一键导入
aws-cost-estimate
Generate AWS cost estimates from architecture documents. Use when the user needs to estimate monthly/annual costs for an AWS architecture.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate AWS cost estimates from architecture documents. Use when the user needs to estimate monthly/annual costs for an AWS architecture.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create Bruno .bru request files for API endpoints found in the project source code. Use when the user asks to generate Bruno API files from source code, mentions the Bruno API client, or wants to scaffold .bru files for HTTP requests.
Migrate .env secrets to 1Password using the op CLI, replacing plaintext values with op:// references (Japanese). Use when the user wants to move .env secrets into 1Password, mentions the 1Password CLI, or asks to replace environment variables with vault references.
Create a GitHub issue, commit, tag, and push a release. Detects repo type and runs mode-specific validation checks with user confirmation at every step.
DevelopersIO article writing and Contentful publishing assistant. Use "/devio article <topic>" to draft a new article, or "/devio publish <file>" to publish to Contentful.
Create a GitHub issue, commit, tag, and push a release. Detects repo type and runs mode-specific pre-flight checks with user confirmation at every step.
Bedrock KB + S3 data pipeline management with safety guardrails. S3 sync (with force-upload for content-only changes), KB ingestion status polling, cost monitoring. Enforces identity verification, dry-run, and confirmation for all write operations.
| name | aws-cost-estimate |
| description | Generate AWS cost estimates from architecture documents. Use when the user needs to estimate monthly/annual costs for an AWS architecture. |
| argument-hint | [doc-path] [--lang en|ja] [--currency usd|jpy] |
| user-invocable | true |
Generate accurate AWS cost estimates from architecture documents or descriptions.
doc-path: Path to architecture document (markdown, text) or inline description--lang: Output language. ja (default) or en--currency: usd (default) or jpy. When jpy, ask the user for the exchange rate to useRead the provided document. Extract:
If anything critical is ambiguous, ask using AskUserQuestion. Keep clarification minimal — only ask what materially affects the estimate.
CRITICAL: Always verify current prices. Never rely on training data.
references/aws-pricing-api.md)references/aws-pricing-api.md for service codes, example queries, and JSON parsing"AWS [service] pricing [region] [current year]". Use WebFetch on official pricing pages if results are insufficientFor required permissions, see references/permissions.md.
Output a clean cost report. No greetings, no sign-offs — just the report.
Structure:
## Assumptions
- Region, scale, availability config
- Exchange rate (if currency is JPY)
- Services using existing infrastructure (noted as $0 with explanation)
## Monthly Cost Breakdown
**[Service name] ([config])**
- Cost: $XX.XX/month
- Calculation: [unit price] × [usage]
- Source: [pricing page URL]
(repeat for each service)
## Monthly Total: $XXX〜$XXX
## Scaling Options
(How cost changes at different tiers, e.g., 1→2→4 OCU)
## Initial Costs
- AWS service fees: none for listed services
- Development effort: [key build tasks]
## Caveats
- Unverified regional prices, assumptions, limitations
Use the user's --lang for all section headers and descriptions.
After outputting the report, ask the user:
"AWS Pricing Calculatorの共有リンクを作成しますか?(Playwrightブラウザ操作が必要です)" (or in English: "Would you like me to generate a shareable AWS Pricing Calculator link? (Requires Playwright browser automation)")
If yes, read references/calculator-automation.md for the full Playwright workflow, known limitations, and service-specific tips.