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/pacificstudio/openase/ticket-workpadnpx skills add PacificStudio/openase --skill ticket-workpadgit clone --depth 1 https://github.com/PacificStudio/openaseWrote 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/pacificstudio/openase/ticket-workpad)<a href="https://agentmods.dev/skills/pacificstudio/openase/ticket-workpad"><img src="https://agentmods.dev/badge/skills/pacificstudio/openase/ticket-workpad.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.00023 | $0.00603 |
| Opus 5 | $0.00012 | $0.00302 |
| Sonnet 5 | $0.00005 | $0.00121 |
| Haiku 4.5 | $0.00002 | $0.00060 |
Grade A, and why
ticket-workpad 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 4d 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
Ticket Workpad
The Workpad is the single persistent progress board for the current ticket. Bind this skill to ticket workflows that need long-running execution and resume support so agents consistently write durable state into one persistent comment instead of scattering it across ephemeral context.
Its job is not to expose platform APIs directly. It defines a persistence convention on top of primitive platform comments:
- The platform base comes from the
openase-platformskill:ticket comment list/create/update. ticket-workpaddefines which comment counts as the workpad, how to upsert it idempotently, and which sections should be maintained.- This lets later agents recover execution state from the same workpad comment even after runtime restarts, rescheduling, or lost conversation context.
Workpad upsert is no longer a standalone CLI subcommand. Call the injected openase-platform helper script instead; it will add the standard heading automatically and reuse or update the persistent comment.
Recommended usage:
cat <<'EOF' >/tmp/workpad.md
Environment
- <host>:<abs-workdir>@<short-sha>
Plan
- step 1
- step 2
Progress
- inspecting current implementation
Validation
- not run yet
Notes
- assumptions or blockers
EOF
OPENASE_PLATFORM_HELPER=""
for candidate in \
./.codex/skills/openase-platform/scripts/upsert_workpad.sh \
./.claude/skills/openase-platform/scripts/upsert_workpad.sh \
./.gemini/skills/openase-platform/scripts/upsert_workpad.sh \
./.agents/skills/openase-platform/scripts/upsert_workpad.sh \
./.agent/skills/openase-platform/scripts/upsert_workpad.sh
do
if [ -x "$candidate" ]; then
OPENASE_PLATFORM_HELPER="$candidate"
break
fi
done
if [ -z "$OPENASE_PLATFORM_HELPER" ]; then
echo "openase-platform helper script not found" >&2
exit 1
fi
"$OPENASE_PLATFORM_HELPER" --body-file /tmp/workpad.md
Execution rules:
- Write the first workpad before you start changing code. Do not backfill it afterward.
- Update the same comment after each major phase instead of creating new comments repeatedly.
- Continuously maintain at least
Plan,Progress,Validation, andNotes. - Treat the workpad as the resume point across runtimes and record the information the next agent will actually need, not a one-off chat summary.
- If the workflow binds this skill, maintaining the workpad is mandatory. It is part of the execution loop, not optional decoration.
- If you are blocked, record the blocker and missing prerequisites in the workpad instead of exiting silently.
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.
- 4d ago First seen · 69 lines · 23 tokens per session scan A 37459d8b7834
ticket-workpad is a skill published in the GitHub repository PacificStudio/openase (265 stars, last pushed 25d ago), licensed Apache-2.0. It adds 23 tokens to every session and 603 once invoked, about $0.0001 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.
Other skills, from other repositories
aisee:init
初始化、审计并优化 OpenSpec/Aisee 项目配置。仅适用于已使用或准备接入 OpenSpec 的项目;用于创建或修复 AGENTS.md、openspec/project.md、aisee/memory/、最小 Aisee docs 目录,并在当前支持的 Codex hook target 下安装项目级 hooks;检查 hook 机制兼容性、OpenSpec 状态机、baseline 迁移入口与项目技术架构边界。触发词包括 aisee:init、aisee-init、初始化项目配置、优化 AGENTS.md、配置 Codex hooks、OpenSpec 配置审计。.
stale-sweep
Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…
github-issue-triage
Issue triage and lifecycle management agent for ZeroClaw. Use this skill whenever the user wants to: triage open issues, close stale/duplicate/fixed issues, apply labels, run a backlog sweep, enforce the current issue stale policy, or handle a specific issue. Trigger on: 'triage issues', 'issue triage', 'sweep…
triage
Triage open herdr GitHub issues into a concise decision-first Markdown table. Use when the user says "triage", asks to triage open issues, asks which issues need attention, or wants issue priority/recommendation lights for herdr.
backlog-technical-project-manager
Technical project management for Backlog.md workstreams using coordinated sub-agents. Use only when the user explicitly asks Codex to take over one or more existing Backlog.md tasks (for example: "act as TPM", "coordinate these tasks", "delegate to sub-agents"). Orchestrate planning, implementation, and finalization…
hive.colony-progress-tracker
Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.