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/ericboehs/claude-plugins/setup-unanetnpx skills add ericboehs/claude-plugins --skill setup-unanetgit clone --depth 1 https://github.com/ericboehs/claude-pluginsWhat 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.00035 | $0.00409 |
| Opus 5 | $0.00017 | $0.00204 |
| Sonnet 5 | $0.00007 | $0.00082 |
| Haiku 4.5 | $0.00003 | $0.00041 |
Grade A, and why
setup-unanet 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 2d 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.
What it actually says
Setup Unanet CLI
Interactive setup for the unanet CLI timesheet automation tool.
Prerequisites
- fnox — secret management (
mise install fnox) - 1Password CLI (
op) with biometric unlock — needed only for TOTP codes - Playwright installed (
npx playwright install chromium) - A 1Password item containing Okta credentials (username, password, TOTP)
Setup Steps
- Check prerequisites are installed (
fnox,op,playwright) - Store Okta credentials in fnox keychain:
fnox set UNANET_USERNAME "okta_username" --provider keychain --global fnox set UNANET_PASSWORD "okta_password" --provider keychain --global - Ask the user which 1Password item contains their Okta TOTP secret
- Verify the item has a TOTP field:
op item get ITEM_ID --otp - Create config at
~/.config/unanet/config.json:
Note:{ "url": "https://COMPANY.unanet.biz/COMPANY", "okta_org": "COMPANY.okta.com", "op_item": "ITEM_ID", "default_project": "PROJECT_NAME" }op_itemis only used for TOTP code generation, not for username/password. - Symlink the CLI:
ln -sf PLUGIN_PATH/bin/unanet ~/bin/unanet - Test with
unanet view
Behavior
- Walk the user through each step interactively
- Verify each prerequisite before proceeding
- Test the full auth chain before declaring success
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.
- 2d ago First seen · 46 lines · 35 tokens per session scan A 049db398ef8b
setup-unanet is a skill published in the GitHub repository ericboehs/claude-plugins (2 stars, last pushed 9d ago), licensed MIT. It adds 35 tokens to every session and 409 once invoked, about $0.0002 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.
Other skills, from other repositories
babysit
Same-session monitoring loop for PRs, CI runs, tickets, and deployments using the monitorstart / monitorupdate / autonudgestop MCP tools. The loop re-injects your check instructions into THIS session on an idle interval — same context, same tools — and works from dashboard chat, Slack threads, and Discord DMs. Use…
agile-product-owner
../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.
dot-ai-prd-create
Create documentation-first PRDs that guide development through user-facing content.
agent-upkeep
Perform one small, scoped maintenance improvement to the Elements monorepo and open a single reviewable pull request. Use this skill for scheduled or unattended upkeep runs that improve unit test coverage for one file, fix one behavioral bug in one module, or move one off ESLint rule toward enforcement to reduce…
organize-project
Organise documents into folders and move them between folders and modules with MOVE. Use when a module has grown unstructured, when restructuring a project, or when a document is in the wrong place.
smithers-supervise
Watch for stale running runs and auto-resume them. Run smithers supervise --help for usage details.