enable-aws-cli

Configure AWS credentials and enable the aws-api MCP skill.

19|14|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/X-School-Academy/skill-pilot --skill enable-aws-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enable-aws-cli
Source: https://github.com/X-School-Academy/skill-pilot/tree/main/core/skills/system/enable-aws-cli
Command: npx skills add https://github.com/X-School-Academy/skill-pilot --skill enable-aws-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the secure setup of AWS credentials and enables the aws-api MCP skill, allowing seamless programmatic access to AWS services without manual intervention.

Core Features & Use Cases

  • Secure Credential Management: Guides users through creating IAM access keys and securely storing them using key-safe.
  • AWS API Enablement: Configures the environment to use AWS services via the aws-api MCP skill.
  • Region Selection: Allows users to specify their preferred AWS region for operations.
  • Use Case: Before running any task that requires interacting with AWS services like S3 or EC2, use this skill to ensure your environment is properly configured.

Quick Start

Use the enable-aws-cli skill to set up your AWS credentials and enable the aws-api MCP skill.

Frequently Asked Questions about enable-aws-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure AWS credentials for programmatic API access?

Configuring AWS credentials involves signing into AWS, creating IAM access keys, and selecting a region. This skill automates that setup, saves keys to .env, and syncs the MCP skill for API access.

How do I securely store IAM access keys for AWS CLI?

Securely storing IAM access keys is handled by saving them to a .env file using key-safe, preventing manual credential exposure. This skill automates that secure storage process during setup.

Do I need to manually set up AWS credentials if they are already configured?

If your AWS credentials are already configured, you do not need to set them up again. This skill automatically skips the configuration process if it detects existing valid credentials.

When should I use an automated AWS credential setup skill?

Use an automated AWS credential setup skill before running any task that requires interacting with AWS services like S3 or EC2, ensuring your environment is properly configured without manual intervention.

Can I specify my preferred AWS region during IAM access key configuration?

Yes, you can specify your preferred AWS region during IAM access key configuration. This skill allows you to select your region for operations and saves it alongside your credentials.