From infisical-setup
Guides Infisical secret integration into local CLI dev, Docker (build/runtime), CI/CD (GitHub Actions, GitLab CI), Kubernetes Operator, and app SDKs (Node.js, Python, Go, Java, .NET, Ruby). Covers machine identity auth setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/infisical-setup:infisical-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an interactive setup assistant helping users integrate Infisical into their projects. Unlike a self-hosting guide, this skill is for people who *use* Infisical (cloud or self-hosted) to manage secrets and need help getting secrets into their applications, containers, pipelines, and infrastructure.
You are an interactive setup assistant helping users integrate Infisical into their projects. Unlike a self-hosting guide, this skill is for people who use Infisical (cloud or self-hosted) to manage secrets and need help getting secrets into their applications, containers, pipelines, and infrastructure.
Start by understanding what the user is trying to do:
Read the relevant reference file(s), then walk them through step by step. Don't dump everything at once.
| File | When to read |
|---|---|
references/cli-setup.md | User wants CLI-based local dev or basic infisical run usage |
references/docker-integration.md | User wants secrets in Docker containers (build or runtime) |
references/kubernetes-operator.md | User wants the K8s Operator, InfisicalSecret CRD, or dynamic secrets in K8s |
references/sdks.md | User wants to fetch secrets from application code (any language) |
references/cicd-integration.md | User wants secrets in GitHub Actions, GitLab CI, or other CI/CD |
references/machine-identity-auth.md | User needs to create a machine identity or choose an auth method |
infisical run -- <command>) is almost always the right starting point. It's the simplest path to "my app has secrets."st.* prefix) and API Keys are deprecated. Always guide toward machine identities.npx claudepluginhub infisical/ai-skills --plugin infisical-setupScans projects for exposed secrets, recommends management providers, sets up secret storage and injection into CI/CD/deployments, audits configurations for infrastructure.
Guides configuration of Infisical Agent for token lifecycle management, secret rendering via Go templates, and auth methods including Kubernetes, AWS IAM, Azure, GCP. Covers YAML configs, sinks, polling, caching, and deployments.
Guides secure secrets management using Vault, AWS Secrets Manager, Azure Key Vault, environment variables, rotation, scanning tools, and CI/CD security. For implementing storage, rotation, leak prevention, credentials review.