Aws Sso Login

🌐Community
by daisuke897 · vlatest · Repository

Provides AWS guidance and assistance for deploying and managing cloud infrastructure.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add aws-sso-login npx -- -y @trustedskills/aws-sso-login
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "aws-sso-login": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-sso-login"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to authenticate users via AWS Single Sign-On (SSO). It handles the complexities of SSO login flows, allowing agents to securely access and manage AWS resources on behalf of authenticated users. The agent can retrieve user identity information from AWS SSO after successful authentication.

When to use it

  • Automated Infrastructure Provisioning: An agent needs to create or modify AWS infrastructure but requires temporary credentials granted through SSO.
  • Secure Data Access: An agent must access sensitive data stored in AWS, and user authorization is managed via AWS SSO.
  • User-Specific Task Execution: The agent performs actions on behalf of a specific user whose identity and permissions are controlled by AWS SSO.
  • Automated Reporting: Generate reports based on AWS resource usage, requiring temporary credentials from AWS SSO.

Key capabilities

  • AWS SSO authentication
  • Retrieval of user identity information
  • Secure credential management

Example prompts

  • "Log in to AWS SSO as user '[email protected]'."
  • "Authenticate with AWS SSO and retrieve the user's ARN."
  • "Use my AWS SSO credentials to create an EC2 instance."

Tips & gotchas

  • Requires proper configuration of AWS SSO and appropriate permissions granted to the AI agent’s IAM role.
  • The agent needs access to the AWS SSO start URL and associated parameters for successful authentication.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
daisuke897
Installs
4

🌐 Community

Passed automated security scans.