Look up AWS service capability cards for service selection decisions. Use to verify service capabilities, compare alternatives, or discover services for a use case.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cloud-engineering-aws:lookup-aws-serviceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Look up curated capability cards for AWS services. Each card covers when to use a service, when not to, key facts, pricing, common misconceptions, and related services.
Look up curated capability cards for AWS services. Each card covers when to use a service, when not to, key facts, pricing, common misconceptions, and related services.
$ARGUMENTS = one of:
Storage Gateway, DynamoDB, S3 Object Lambdacategory:storage, category:compute, category:databaseusecase:shared file system with AD integrationIf $ARGUMENTS is empty, list all available categories and their service counts.
Parse $ARGUMENTS:
category:, extract the category name (the part after the prefix, trimmed)usecase:, extract the use-case description (the part after the prefix, trimmed)Use Glob to find all JSON files in the data/ directory relative to this skill:
plugins/cloud-engineering-aws/skills/lookup-aws-service/data/*.json
Each file is named by category (e.g. storage.json, compute.json). Each file contains an array of capability cards.
If no arguments: Read each JSON file, count the cards, and return a summary table of categories and their service counts.
If service name lookup:
service field (case-insensitive)service field (case-insensitive)one_liner field (case-insensitive)If category query:
storage.json for category:storage)If use-case query:
when_to_use entries, one_liner, and key_facts for substring matches (case-insensitive)For service name lookups: Return the full JSON capability card including all fields (service, category, one_liner, when_to_use, when_not_to_use, key_facts, pricing_summary, common_misconceptions, related_services).
For category or use-case queries: Return a table or list with service name, category, and one-liner for each match.
If no matches: Report that no capability card was found and list the available services.
npx claudepluginhub cpliakas/claude-code-digital-coworkers --plugin cloud-engineering-awsExecutes 15,000+ AWS APIs with SigV4, searches documentation, retrieves SOPs for workflows like VPC setup and Lambda deployment. Use for AWS CLI, API calls, tasks, or automation.
Guides AWS development with infrastructure automation and cloud architecture patterns, including best practices for automation and architecture.
Provides AWS architecture expertise on Well-Architected Framework, multi-account strategies, VPC networking, compute/serverless patterns, data services, security, and cost optimization. Use for designing AWS systems, evaluating services, and planning landing zones.