manage-taskboard

manage-taskboard is a skill for Codex from chuspeeism/dashi-taskboard. It costs 41 tokens per session (1,548 once invoked), scanned A, original, Apache-2.0.

A skill for managing projects and issues in Codex Taskboard, a task-tracking system, through the taskctl command-line tool. It handles the board’s exact issue identifiers and active service settings.

In plain words
What is it for?
Use it for taskboard issue operations, project and relation management, comments, status synchronisation, and taskctl cloud setup. It provides rules for choosing the correct command and taskboard connection.
Why use it?
It reduces mistakes when reading, updating, relating, or commenting on taskboard issues. It also helps keep local task status aligned with the board.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

About the project

Codex Taskboard is a local-first issue board that runs in a browser and can be embedded in Codex through a launcher or injection script. Developers use its web interface, HTTP API, and taskctl command-line tool to manage coding tasks, while its bundled skill guides Codex through task status changes and verification. The catalogue entries provide the task-management instruction and skill used by Codex.

chuspeeism/dashi-taskboard · 2,937 stars · on GitHub

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/chuspeeism/dashi-taskboard/manage-taskboard
Any agent
npx skills add chuspeeism/dashi-taskboard --skill manage-taskboard
Clone the repo
git clone --depth 1 https://github.com/chuspeeism/dashi-taskboard

Made for: 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 manage-taskboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/chuspeeism/dashi-taskboard/manage-taskboard.svg)](https://agentmods.dev/skills/chuspeeism/dashi-taskboard/manage-taskboard)
Your own site
<a href="https://agentmods.dev/skills/chuspeeism/dashi-taskboard/manage-taskboard"><img src="https://agentmods.dev/badge/skills/chuspeeism/dashi-taskboard/manage-taskboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,548 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.1 $0.00041 $0.01548
Opus 5 $0.00020 $0.00774
Sonnet 5 $0.00008 $0.00310
Haiku 4.5 $0.00004 $0.00155

Measured 6d ago against content hash 552465dc8bd8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

manage-taskboard 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 6d 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.

skills/manage-taskboard/SKILL.md · 46 lines

How it starts

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

Manage Taskboard

Use taskctl for every project, issue, relation, and comment operation. Consume its JSON output. Use the exact issue identifier returned by the taskboard or supplied in the prompt. Never assume, derive, or rewrite an identifier prefix.

Open only the relevant section of references/cli.md when command syntax is needed.

Select the CLI and active service

  • Use the exact taskctl binary and Taskboard URL supplied by the task or injected runtime. Do not replace them with a global CLI, the default port, or another board.
  • On macOS, when no binary is injected and the desktop app is installed, use '/Applications/Codex Taskboard.app/Contents/Resources/bin/taskctl' issue get ID --json. Keep the single quotes because the path contains a space. The packaged wrapper reads the active launcher runtime; do not search the filesystem for another CLI or reconstruct the tokenized URL.
  • On Linux, when no binary is injected and Codex was started by the desktop app, use taskctl issue get ID --json. The desktop app adds its packaged wrapper to the managed Codex PATH; do not search the filesystem for another CLI or reconstruct the tokenized URL.
  • If that exact command reaches a sandbox restriction on the loopback service, retry the same command with the required permission. Do not switch binaries or endpoints.

Terminology: local companion

In this product, companion means the device-local loopback service used for cloud mode (Codex/Git/Skill/MCP, path mapping, Basic Auth proxy). Related names: local companion, loopback companion, CODEX_TASKBOARD_COMPANION_URL, cloud-companion.json, LOCAL_COMPANION_REQUIRED.

When writing Chinese, keep the English word or use 本地 companion / 本地配套服务 / 环回代理. Never translate as 伴侣 or invent 伴侣 API. Ordinary task/comment/attachment HTTP routes (/api/tasks, /api/comments, /api/attachments, …) are the Taskboard HTTP API (or local server API)—not “companion API”.

Read the full file on GitHub · 46 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 46 lines · 41 tokens per session scan A 552465dc8bd8

Subscribe to this mod's changes

manage-taskboard is a skill published in the GitHub repository chuspeeism/dashi-taskboard (2,937 stars, last pushed yesterday), licensed Apache-2.0. It adds 41 tokens to every session and 1,548 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-30.

Related

Other skills, from other repositories

prewalk

Use when the user wants a coding task executed with a strong planner model first and a faster/cheaper executor model after the first successful implementation edit.

vivekascoder/codex-prewalk · 33 tokens

pixel-office

Show Codex subagents working in a live Stardew-style pixel office web page. Use PROACTIVELY and implicitly whenever a task starts or observes subagents (spawnagent/collaboration or subagentactivity), even when the user never mentions this plugin; automatically open the Codex app right sidebar page. Also use when the…

frankshane/pixel-office · 100 tokens

dev-flow

Assess bounded Codex software development requests before choosing direct work or Dev Flow, then provision confirmed Dev Flow Tasks in dedicated Git worktrees. It may be selected implicitly or explicitly with $dev-flow-codex:dev-flow; the selector never skips assessment. Explicit Task resume and receipt-backed…

Innocent-children/dev-flow · 66 tokens

insights

Answer questions about the user's own Claude Code usage history — sessions, hours, streaks, error rate, burnout risk, cost/cache savings, most-used tools, and git commit activity — using the locally installed cc-atlas CLI. Use whenever the user asks about their Claude Code usage, productivity, burnout, streaks, cost…

sasly2048/codex-atlas · 78 tokens

menu

Point the user to cc-atlas's full interactive menu (dashboard, project comparison, session replay, team activity, anomalies, goals) — screens that need a real terminal.

sasly2048/codex-atlas · 35 tokens

export

Export cc-atlas's computed stats as Prometheus metrics or a JSON summary.

sasly2048/codex-atlas · 16 tokens