Agent skill · writing content · julianobarbosa
1password
Guide for implementing 1Password secrets management - CLI operations, service accounts, Developer Environments, and Kubernetes integration. Use when retrieving secrets, managing vaults, configuring CI/CD pipelines, integrating with External Secrets Operator, managing Developer Environments, or automating secrets workflows with 1Password.
Why this skill is useful
Adds specific CLI commands and workflows for managing secrets with 1Password that the AI wouldn't reliably generate on its own.
What it needs
Requires bun, uv installed locally. Requires 1password account access. About 9k tokens when loaded. Last updated 2026-07-22. 6 stars on the source repository.
What this skill does
1Password Overview This skill provides comprehensive guidance for working with 1Password's secrets management ecosystem. It covers the op CLI for local development, service accounts for automation, Developer Environments for project secrets, and Kubernetes integrations including the native 1Password Operator and External Secrets Operator. Quick Reference Command Structure 1Password CLI uses a noun-verb structure: op <noun> <verb> [flags] Workflow Decision Tree Developer Environments Developer Environments provide a dedicated location to store, organize, and manage project secrets as environment variables. CLI tools are available in both TypeScript/Bun and Python SDK variants. Feature Overview Feature GUI TypeScript CLI Python SDK CLI --------- ----- --------------- ---------------- Create environment Yes bun run create uv run op-env-create Update environment Yes bun run update uv run op-env-update Delete environment Yes bun run delete uv run op-env-delete Show environment Yes bun run show uv run op-env-show List environments Yes bun run list uv run op-env-list Export to .env Yes bun run export uv run op-env-export Mount .env file Yes (beta) No No CLI Tools Setup (TypeScript) Tools are written in TypeScript and require Bun runtime: CLI Tools Setup (Python SDK) Python tools use the official onepassword-sdk package and require uv: Requirements: Python 3.9+, OPSERVICEACCOUNTTOKEN environment variable. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills julianobarbosa/1password