herdr-session-parker

herdr-session-parker is a skill for Claude Code, Codex from iviaxpow3r/herdr-session-parker. It costs 58 tokens per session (1,167 once invoked), scanned A, original, MIT.

A session-management tool for parking and resuming agent work inside Herdr tabs without manually tracking session IDs.

In plain words
What is it for?
Use it to park the current tab or pane, list parked sessions, resume work, or manage stored session details.
Why use it?
It lets you pause expensive or idle agent panes while preserving the information needed to continue them later.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it to park the current tab or pane, list parked sessions, resume work, or manage stored session details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iviaxpow3r/herdr-session-parker/herdr-session-parker
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.

Any agent
npx skills add iviaxpow3r/herdr-session-parker --skill herdr-session-parker
Clone the repo
git clone --depth 1 https://github.com/iviaxpow3r/herdr-session-parker

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 herdr-session-parker

README.md
[![agentmods](https://agentmods.dev/badge/skills/iviaxpow3r/herdr-session-parker/herdr-session-parker/github.svg)](https://agentmods.dev/skills/iviaxpow3r/herdr-session-parker/herdr-session-parker)
Your own site
<a href="https://agentmods.dev/skills/iviaxpow3r/herdr-session-parker/herdr-session-parker"><img src="https://agentmods.dev/badge/skills/iviaxpow3r/herdr-session-parker/herdr-session-parker/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for herdr-session-parker

Your own site · 80×15
<a href="https://agentmods.dev/skills/iviaxpow3r/herdr-session-parker/herdr-session-parker"><img src="https://agentmods.dev/badge/skills/iviaxpow3r/herdr-session-parker/herdr-session-parker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,167 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00058 $0.01167
Opus 5 $0.00029 $0.00583
Sonnet 5 $0.00012 $0.00233
Haiku 4.5 $0.00006 $0.00117

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

Security

Grade A, and why

herdr-session-parker 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 11d 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.

agent-skill/herdr-session-parker/SKILL.md · 170 lines

How it starts

The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Herdr Session Parker

Use this skill when Herdr tabs should act like lightweight bookmarks for expensive running agent panes.

Plugin basics

Install:

herdr plugin install iviaxpow3r/herdr-session-parker

Plugin id:

herdr-session-parker

Runtime registry:

~/.local/state/herdr/plugins/herdr-session-parker/parked-sessions.json

The registry can contain local paths, tab labels, session IDs, and captured foreground commands. Do not publish a user's registry.

Actions

herdr plugin action list --plugin herdr-session-parker
herdr plugin action invoke herdr-session-parker.list-parked
herdr plugin action invoke herdr-session-parker.snapshot-current
herdr plugin action invoke herdr-session-parker.park-current-pane
herdr plugin action invoke herdr-session-parker.park-current-tab
herdr plugin action invoke herdr-session-parker.resume-current

Use plugin actions only when the user truly means the currently focused Herdr tab/pane. For non-current targets, use the direct script with --pane <pane_id> so you do not steal focus.

Agent workflow

Before parking/resuming:

herdr status
herdr pane list
herdr agent list
herdr plugin action list --plugin herdr-session-parker

For automatic resume, target panes need a supported Herdr agent_session.value. If OpenCode is missing a session id, install/reinstall the Herdr integration and restart/resume the pane first:

herdr integration install opencode
herdr integration status

Target non-current panes without changing focus

Preferred workflow when the user names a workspace/tab/pane that is not the current focus:

  1. Identify the target from Herdr state:
herdr tab list
herdr pane list
  1. Dry-run the exact targeted operation:
python3 /path/to/session_parker.py snapshot-current --pane <pane_id> --dry-run
python3 /path/to/session_parker.py park-current-tab --pane <pane_id> --dry-run
python3 /path/to/session_parker.py resume-current --pane <pane_id> --dry-run

Read the full file on GitHub · 170 lines

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. 11d ago First seen · 170 lines · 58 tokens per session scan A 25039ead3e88

Subscribe to this mod's changes

herdr-session-parker is a skill published in the GitHub repository iviaxpow3r/herdr-session-parker (11 stars, last pushed 2mo ago), licensed MIT. It adds 58 tokens to every session and 1,167 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-30.

Related

Other skills, from other repositories

vs-user-onboarding

Guide a brand-new SearchCLI/vs user from first-time usage questions to sign-up, purchase of Viking AI Search, AK/SK setup, and a working authenticated CLI. Use when the user says they downloaded or installed SearchCLI/vs and asks how to use it, how to start, sign up, buy, or onboard.

volcengine/SearchCLI · 72 tokens

plannotator-tui

Open a Markdown plan or document for the human to review and annotate in a Herdr pane; their feedback arrives as your next message. Use when you have written a plan, spec, or design document that needs human review before you act on it.

plannotator/herdr-annotate · 56 tokens

feishu-openapi-skill

Operate Feishu or Lark IM APIs through UXC with a curated OpenAPI schema, tenant-token bearer auth, and chat/message guardrails.

holon-run/uxc · 36 tokens

slack-openapi-skill

Operate Slack Web API through UXC with a curated OpenAPI schema, bearer-token auth, and messaging-core guardrails.

holon-run/uxc · 31 tokens

inkbox-cli

Use when running or writing shell commands with the Inkbox CLI (inkbox / @inkbox/cli) for identities, email, mailbox imports, phone, text/SMS, iMessage, A2A task/message history, contacts, notes, contact rules, vault, mailbox storage, mail clients (IMAP/SMTP), phone number, webhook, or signup workflows.

inkbox-ai/inkbox · 81 tokens

local-seek

A Chinese-language local file-search workflow that first locates matching files, then shows nearby lines, and finally reads only the needed sections.

taxueseek/argo · 0 tokens