Aws Iam

🌐Community
by thinkfleetai · 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 thinkfleetai-aws-iam npx -- -y @trustedskills/thinkfleetai-aws-iam
2

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

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

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

About This Skill

What it does

This skill allows AI agents to interact with and manage AWS Identity and Access Management (IAM) resources. It can create, modify, and delete IAM users, groups, roles, and policies. The skill provides a programmatic interface for automating common IAM tasks and ensuring secure access control within an AWS environment.

When to use it

  • Automating the creation of new user accounts with specific permissions for onboarding employees.
  • Managing access rights for development teams working on different projects in AWS.
  • Generating reports detailing existing IAM policies and identifying potential security vulnerabilities.
  • Responding to requests from users needing temporary elevated privileges within an AWS account.

Key capabilities

  • Create IAM Users
  • Manage IAM Groups
  • Create and Manage IAM Roles
  • Modify IAM Policies

Example prompts

  • "Create a new IAM user named 'developer1' with programmatic access."
  • "List all users in the 'Administrators' group."
  • "Delete the IAM role named 'LambdaExecutionRole'."
  • "What policies are attached to the user 'dataanalyst'?"

Tips & gotchas

  • Requires appropriate AWS credentials configured for the AI agent.
  • Be mindful of least privilege principles when granting permissions through this skill; overly permissive access can create security risks.

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
thinkfleetai
Installs
2

🌐 Community

Passed automated security scans.