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/opencoven/coven/boardnpx skills add OpenCoven/coven --skill boardgit clone --depth 1 https://github.com/OpenCoven/covenWrote 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/opencoven/coven/board)<a href="https://agentmods.dev/skills/opencoven/coven/board"><img src="https://agentmods.dev/badge/skills/opencoven/coven/board.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.00066 | $0.00863 |
| Opus 5 | $0.00033 | $0.00432 |
| Sonnet 5 | $0.00013 | $0.00173 |
| Haiku 4.5 | $0.00007 | $0.00086 |
Grade A, and why
board 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.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BOARD — shared task board
BOARD.md lives at the workspace root. Every active agent (nova, kitty, cody, pi, codex) and Val read and write to it. The activity log at the bottom is append-only — never rewrite it.
Use the bin/board CLI instead of editing the file directly. It preserves the schema, restamps timestamps, and writes a matching activity-log row for every mutation.
When to use
- Proposing a new task →
board add - Picking up someone else's task →
board claim - Finishing work that's on the board →
board done - Checking what's active before starting work →
board list - Auditing recent agent activity →
board log
When NOT to use
- One-off TODOs that only matter to your current session → use the conversation's todo tool, not BOARD.md
- Long-form reflection / dream entries →
DREAMS.md - Repo-specific implementation plans →
plans/{org}/{repo}/<file>.md
Commands
# show one section (or all)
board list
board list today
# add a task to a section
board add today "Move demo script to plans/" --agent nova --ctx "It's at workspace root after demo."
# reassign a task's "by" agent
board claim "demo script" --agent kitty
# flip checkbox to done, move to "Done this week", log it
board done "demo script" --agent kitty
# tail the activity log (default 10 rows, newest first)
board log
board log -n 30
Agent identity
The --agent flag wins. If absent, the CLI reads $OPENCLAW_AGENT. If that's also unset, it defaults to nova. Anything outside the roster (nova, kitty, cody, pi, codex, val) is rejected. Fishy retired on 2026-04-28 and should not be used for new board entries.
Set the env var once per agent session so every command stamps correctly:
export OPENCLAW_AGENT=cody
board add today "Run a competitive scan" --ctx "5 sources, summarize in DREAMS"
Title matching for claim / done
Pass any case-insensitive substring of the task title. If the substring matches more than one task, the CLI lists candidates and exits non-zero — narrow the query and retry.
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 · 94 lines · 66 tokens per session scan A 501107e5ae1f
board is a skill published in the GitHub repository OpenCoven/coven (46 stars, last pushed today), licensed MIT. It adds 66 tokens to every session and 863 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.
Other skills, from other repositories
takt
TAKT ワークフローエンジン。Agent Team を使ったマルチエージェントオーケストレーション。ワークフロー YAML(steps / initialstep)に従ってマルチエージェントを実行する。.
takt
TAKT ワークフローエンジン。codex exec でサブエージェントを起動し、ワークフロー YAML(steps / initialstep)に従って マルチエージェントオーケストレーションを実行する。.
company-product-context
Compiles comprehensive company product context from PDF documents, web research, and industry knowledge.
codebase-context-extractor
This skill provides a comprehensive context extraction system for large codebases. It intelligently analyzes code structure, dependencies, and relationships to extract relevant context for understanding, debugging, or modifying code.
skill-creator
Generates Anthropic Skills with complete workflow including GitHub PR creation and local download verification.
Ability Generator
This skill generates markdown skill templates to be later used.