setup-unanet

An interactive setup guide for Unanet, a timesheet and project-tracking service, using its command-line tool. It configures Okta login, one-time verification codes, and a default project.

In plain words
What is it for?
Use it to install prerequisites, store login details securely, create Unanet settings, connect 1Password for verification codes, and test the setup.
Why use it?
It gathers the required tools and credentials in the expected places so the Unanet command-line tool can be tested and used.

Skill for Claude CodeCodex

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/ericboehs/claude-plugins/setup-unanet
Any agent
npx skills add ericboehs/claude-plugins --skill setup-unanet
Clone the repo
git clone --depth 1 https://github.com/ericboehs/claude-plugins

Made for: Claude Code, Codex.

Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 409 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00035 $0.00409
Opus 5 $0.00017 $0.00204
Sonnet 5 $0.00007 $0.00082
Haiku 4.5 $0.00003 $0.00041

Measured 2d ago against content hash 049db398ef8b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

plugins/unanet-setup/skills/setup-unanet/SKILL.md · 46 lines

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

  1. Check prerequisites are installed (fnox, op, playwright)
  2. Store Okta credentials in fnox keychain:
    fnox set UNANET_USERNAME "okta_username" --provider keychain --global
    fnox set UNANET_PASSWORD "okta_password" --provider keychain --global
    
  3. Ask the user which 1Password item contains their Okta TOTP secret
  4. Verify the item has a TOTP field: op item get ITEM_ID --otp
  5. Create config at ~/.config/unanet/config.json:
    {
      "url": "https://COMPANY.unanet.biz/COMPANY",
      "okta_org": "COMPANY.okta.com",
      "op_item": "ITEM_ID",
      "default_project": "PROJECT_NAME"
    }
    
    Note: op_item is only used for TOTP code generation, not for username/password.
  6. Symlink the CLI: ln -sf PLUGIN_PATH/bin/unanet ~/bin/unanet
  7. 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
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. 2d ago First seen · 46 lines · 35 tokens per session scan A 049db398ef8b

Subscribe to this mod's changes

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.