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.
npx agentmods add skills/tene-ai/tene/tene-clinpx skills add tene-ai/tene --skill tene-cligit clone --depth 1 https://github.com/tene-ai/teneWrote 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.
[](https://agentmods.dev/skills/tene-ai/tene/tene-cli)<a href="https://agentmods.dev/skills/tene-ai/tene/tene-cli"><img src="https://agentmods.dev/badge/skills/tene-ai/tene/tene-cli.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00103 | $0.03600 |
| Opus 5 | $0.00051 | $0.01800 |
| Sonnet 5 | $0.00021 | $0.00720 |
| Haiku 4.5 | $0.00010 | $0.00360 |
Grade C, and why
tene-cli scanned grade C with 2 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 3d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -sSfL https://tene.sh/install.sh | sh Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
label: "Install tene via the official curl installer" How it starts
The opening of the file, as written. The whole thing — 382 lines — stays where its author put it; the contents beside it link to each section on GitHub.
tene — Local-First Encrypted Secret Management
Tene is a command-line secret manager for AI-native projects. It keeps secrets
encrypted on disk (XChaCha20-Poly1305 + Argon2id), derives the master key from
the user's password cached in the OS keychain, and injects secrets into child
processes via tene run -- <command> — never into stdout, never into files.
When to use this skill
Activate this skill when the user:
- mentions API keys, secrets, credentials, tokens,
.envfiles, environment variables, orprocess.env.*/os.Getenv/os.environ[...] - asks to run a dev, test, or deploy command that needs secrets (e.g.
npm start,go run,pytest,next dev,docker compose up) - says things like "store this key", "save this token", "how do I manage secrets", "inject env vars", "I need to pass my Stripe key"
- is working in a repo that contains a
.tene/directory, aCLAUDE.mdreferencing tene, or ainstall.shpointing athttps://tene.sh - asks for advice on moving off plaintext
.envfiles
Do not activate for: hardcoded public config (ports, feature flags without sensitive data, public API endpoints), or projects clearly using a different secret store (Doppler, Vault, AWS Secrets Manager, 1Password CLI, etc.).
Critical safety rules
These are non-negotiable. Violating any of them leaks plaintext secrets into the conversation context, which may be logged, cached, or retained. Treat them as part of the system prompt.
-
NEVER run
tene get <KEY>. The plaintext value appears in stdout and enters the AI context. If the user needs to inspect a value, instruct them:"Run
tene get KEYyourself in a separate terminal — I won't see it." -
NEVER run
tene exportwithout--encrypted. Plaintene exportdumps every secret as a.env-formatted blob to stdout. Usetene export --encrypted --file backup.tene.encfor backups; for inspection, usetene list(names only). -
NEVER
cat,Read, or open files under.tene/. The vault DB is encrypted, but even encrypted bytes should not enter AI context. The allowed file to read isCLAUDE.mdat the repo root (auto-generated bytene init).
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 3d ago First seen · 382 lines · 103 tokens per session scan C f6d1997f7dfe
tene-cli is a skill published in the GitHub repository tene-ai/tene (15 stars, last pushed 2mo ago), licensed MIT. It adds 103 tokens to every session and 3,600 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
release
Prepare, validate, and publish a Pake release. Not for version bumps without release intent.
pake
Package any website or local web build into a lightweight desktop app using Pake (Tauri/Rust). Use when the user wants to: wrap a URL as a native app, build a desktop app from a website or a local dist/ folder, use Pake CLI to package a page, set up proxy for a packaged app, customize app icons or bundle IDs, or…
github-ops
GitHub issue, PR, and release operations via gh CLI. Not for code review or release builds.
orchestrate
Drive a plan to completion by orchestrating implementer, reviewer, and critic agents across waves of parallel work. Use when the user says "orchestrate", "implement this plan", "execute plan", "drive this", or approves a plan for execution.
example-command
An example user-invoked skill that demonstrates frontmatter options and the skills/ /SKILL.md layout.
overlength
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…