hf-cloud-aws-context-discovery Skill
Discover the user's local AWS context (active profile, region, account ID, caller identity) at the start of any AWS task. Use this skill before any other AWS work — deploying to SageMaker, creating resources, calling AWS APIs, or anything that touches an AWS account. Use it especially when the user has not specified a Published by huggingface in skills.
What is hf-cloud-aws-context-discovery Skill?
Discover the user's local AWS context (active profile, region, account ID, caller identity) at the start of any AWS task. Use this skill before any other AWS work — deploying to SageMaker, creating resources, calling AWS APIs, or anything that touches an AWS account. Use it especially when the user has not specified a Published by huggingface in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use hf-cloud-aws-context-discovery Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/skills
- Skill file: skills/hf-cloud-aws-context-discovery/SKILL.md
What it does
Discover the user's local AWS context (active profile, region, account ID, caller identity) at the start of any AWS task. Use this skill before any other AWS work — deploying to SageMaker, creating resources, calling AWS APIs, or anything that touches an AWS account. Use it especially when the user has not specified a
Skill instructions
AWS Context Discovery Before doing any AWS work, read the user's local AWS config. Don't guess the region, and don't ask the user for things their config already answers. What to discover Run these at the start of the AWS work and remember the results for the rest of the session. 1. Active profile AWSPROFILE env var, else default. If the user mentioned a profile in their prompt, that overrides. If the named profile doesn't exist in ~/.aws/config, surface that clearly. 2. Region Resolution order — stop at the first one that produces a value: 1. Region the user explicitly named in this conversation 2. AWSREGION env var 3. AWSDEFAULTREGION env var 4. region field on the active profile in ~/.aws/config 5. Ask the user — but only after the first four have failed Do not fall back to us-east-1 or any other hardcoded default. 3. Credentials, account ID, caller ARN bash aws sts get-caller-identity --profile <profile --region <region Three purposes in one call: confirms credentials are valid (st
Explore related resources
Frequently asked questions
What is hf-cloud-aws-context-discovery?
hf-cloud-aws-context-discovery is a open-source AI agent skill with Copy skill directory. Discover the user's local AWS context (active profile, region, account ID, caller identity) at the start of any AWS task.
Who is hf-cloud-aws-context-discovery best for?
hf-cloud-aws-context-discovery is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install hf-cloud-aws-context-discovery?
Install or run hf-cloud-aws-context-discovery using Copy skill directory. Check hf-cloud-aws-context-discovery for the latest setup command.
Is hf-cloud-aws-context-discovery actively maintained?
hf-cloud-aws-context-discovery may need a closer maintenance check before production use.
Auto-fetched from GitHub.