wf-status

wf-status is a skill for Claude Code, Codex from dioptx/weft. It costs 22 tokens per session (142 once invoked), scanned A, original, MIT.

A command that displays the current state and recent events of a Weft workflow, a process managed through recorded workflow steps. It runs only when the user types /wf-status and can show JSON when requested.

In plain words
What is it for?
Use it to check active workflow progress, recent events, or whether a workflow is currently running.
Why use it?
Makes it easier to see where a workflow stands without inspecting its files or event history manually.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the weft plugin — 13 skills, 4 hooks shipped together

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/dioptx/weft/wf-status
Any agent
npx skills add dioptx/weft --skill wf-status
Clone the repo
git clone --depth 1 https://github.com/dioptx/weft

Made for: Claude Code, Codex.

Or install weft, the plugin that ships this one along with the rest of its 13 skills, 4 hooks.

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 wf-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/dioptx/weft/wf-status.svg)](https://agentmods.dev/skills/dioptx/weft/wf-status)
Your own site
<a href="https://agentmods.dev/skills/dioptx/weft/wf-status"><img src="https://agentmods.dev/badge/skills/dioptx/weft/wf-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 142 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.00022 $0.00142
Opus 5 $0.00011 $0.00071
Sonnet 5 $0.00004 $0.00028
Haiku 4.5 $0.00002 $0.00014

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

Security

Grade A, and why

wf-status 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.

skills/wf-status/SKILL.md · 22 lines

What it actually says

Weft Workflow Status

Instructions

  1. Show the current workflow state:

    python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" status
    
  2. If --json is in $ARGUMENTS, show raw JSON instead:

    python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" status --json
    
  3. If no active workflow, say so and suggest /weft:wf-start.

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. 4d ago First seen · 22 lines · 22 tokens per session scan A 90253ef0ec44

Subscribe to this mod's changes

wf-status is a skill published in the GitHub repository dioptx/weft (22 stars, last pushed 19d ago), licensed MIT. It adds 22 tokens to every session and 142 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.

Related

Other skills, from other repositories

to-issues

Decompose a PRD and/or SPEC into implementable, vertically-sliced Issues with real blocking edges, then create them in your chosen platform (GitHub or Local). Use after /prd (and optionally /prd-to-spec) to turn requirements into agent-ready tickets. Triggers on: create issues, to-issues, 创建issue, 拆解issue, 生成卡片, 创建卡片…

smallnest/goal-workflow · 96 tokens

specify-meta

Scaffold, status-check, and manage specification directories. Use when creating a new spec, reading spec status, transitioning between phases, or logging decisions on a spec in .start/specs/.

rsmdt/the-startup · 42 tokens

milestoneplan

Use when the user wants a milestone's execution plan shown as a table — "milestoneplan v1", "/milestoneplan", "show the plan for v1". Read-only - reads every issue in the milestone and renders one table of issue number, description, complexity, dependencies, validate/build model and effort, fableplan, plan effort, and…

richkuo/rk-skills · 100 tokens

validate-fableplan-loop

Use when the user asks to validate a GitHub issue (without Fable), conditionally plan it with fableplan, then autonomously drive it to a reviewed PR in one shot — "validate-fableplan-loop", "validate, plan, and work on.

richkuo/rk-skills · 59 tokens

validate-issue-loop

Use when the user asks to validate a GitHub issue and then autonomously drive it to a reviewed PR in one shot — "validate and work on this issue", "validate-issue-loop", "fully automate issue.

richkuo/rk-skills · 48 tokens

spec-status

Show the implementation status of all specs in the project, including which pipeline step each is on. Use when asked "what's the status", "which specs are implemented", "what's left to do", "show progress", or for sprint planning.

dogganidhal/noddde · 53 tokens