Terra Auth

🌐Community
by adaptationio · vlatest · Repository

Terraform infrastructure access is securely managed and audited via automated policy enforcement with adaptationio's terra-auth.

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 terra-auth npx -- -y @trustedskills/terra-auth
2

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

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

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

About This Skill

What it does

The terra-auth skill provides authentication capabilities for AI agents. It allows secure access to resources and services by managing user credentials and verifying identities. This enables agents to interact with protected systems without exposing sensitive information directly.

When to use it

  • Automating cloud infrastructure deployments: Securely manage Terraform state files and API keys when provisioning resources.
  • Accessing internal APIs: Grant AI agents controlled access to internal services requiring authentication.
  • Managing user accounts: Automate the creation, modification, or deletion of user accounts in various systems.
  • Secure data retrieval: Authenticate against databases or other data stores to retrieve sensitive information programmatically.

Key capabilities

  • Authentication management
  • Credential storage
  • Identity verification

Example prompts

  • "Authenticate with the AWS API using the provided credentials."
  • "Retrieve user account details for 'john.doe' from Active Directory."
  • "Create a new user in Salesforce with these attributes: [attributes]."

Tips & gotchas

The skill requires appropriate permissions and access keys to function correctly. Ensure that the AI agent has the necessary privileges within the target systems before using terra-auth.

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
adaptationio
Installs
7

🌐 Community

Passed automated security scans.