1password-env

1password-env is a skill for Claude Code, Codex from kylebrodeur/1password-ssh-setup. It costs 56 tokens per session (1,520 once invoked), scanned A, original, no licence file.

A development tool for loading secret values from 1Password into environment variables, using files such as .env or .env.1pass.

In plain words
What is it for?
It helps configure AI model access, local development environments, and CI/CD systems with secrets stored in 1Password.
Why use it?
It keeps API keys, tokens, and other secrets in 1Password instead of copying them into source files or sharing them manually.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/kylebrodeur/1password-ssh-setup/1password-env
Any agent
npx skills add kylebrodeur/1password-ssh-setup --skill 1password-env
Clone the repo
git clone --depth 1 https://github.com/kylebrodeur/1password-ssh-setup

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 1password-env

README.md
[![agentmods](https://agentmods.dev/badge/skills/kylebrodeur/1password-ssh-setup/1password-env.svg)](https://agentmods.dev/skills/kylebrodeur/1password-ssh-setup/1password-env)
Your own site
<a href="https://agentmods.dev/skills/kylebrodeur/1password-ssh-setup/1password-env"><img src="https://agentmods.dev/badge/skills/kylebrodeur/1password-ssh-setup/1password-env.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,520 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.01520
Opus 5 $0.00028 $0.00760
Sonnet 5 $0.00011 $0.00304
Haiku 4.5 $0.00006 $0.00152

Measured 5d ago against content hash cf0a8a83574a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

1password-env scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/pi-1password/skills/1password-env/SKILL.md · 225 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 225 lines · 56 tokens per session scan A cf0a8a83574a

Subscribe to this mod's changes

1password-env is a skill published in the GitHub repository kylebrodeur/1password-ssh-setup (6 stars, last pushed 2mo ago), with no licence file. It adds 56 tokens to every session and 1,520 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

improvement-discovery

Heuristics and process for discovering structural improvements in this package. Load when planning a new improvement round — contains the smell taxonomy, analysis workflow, and prioritization framework distilled from many phases of refactoring.

gotgenes/pi-anthropic-auth · 47 tokens

pi-extension-lifecycle

Reference for the Pi coding agent's turn/tool execution model and extension event lifecycle. Use when designing extension timing (when to flush, notify, or intercept), understanding event sequencing, or reasoning about what the agent sees between turns. Includes the verified lifecycle diagram, event handler…

gotgenes/pi-anthropic-auth · 70 tokens

anthropic

Anthropic Claude Pro/Max OAuth compatibility workflow for this repo. Use when debugging Anthropic OAuth failures, misleading extra-usage errors, Pi request shaping, prompt fingerprinting, or deciding between hook-based fixes and deeper provider overrides.

gotgenes/pi-anthropic-auth · 49 tokens

design-review

Review a module's dependency and structural patterns for code smells. Use when adding a parameter to a shared interface, when a dependency bag grows past 5 fields, or when planning a refactoring that touches wiring between layers.

gotgenes/pi-anthropic-auth · 47 tokens

markdown-conventions

Project-specific markdown rules (one-sentence-per-line, compact tables, sequential numbering) and YAML frontmatter schema for plans/retros. Load when writing or editing markdown — contains rules that differ from standard markdownlint defaults.

gotgenes/pi-anthropic-auth · 49 tokens

fallow

Codebase intelligence via fallow CLI — dead code, duplication, complexity, refactoring targets. Load when investigating unused code, planning refactors, or reviewing fallow output.

gotgenes/pi-anthropic-auth · 38 tokens