Conductor-Beads: Command for Claude Code

.claude/skills/beads/commands/version.md

version is a command for Claude Code from NguyenSiTrung/Conductor-Beads. It costs 5 tokens per session (224 once invoked), scanned C, a copy of version, Apache-2.0.

A version-checking command for the Beads command-line tool, its plugin, and its MCP server. It compares installed versions and reports whether they work together.

In plain words
What is it for?
Use it to inspect Beads and plugin versions, check MCP server status, confirm compatibility, and identify needed updates.
Why use it?
It helps find version mismatches that can prevent Beads components from working correctly. It also gives update instructions when an older version is detected.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

This is NguyenSiTrung/Conductor-Beads's own configuration. It tells Claude Code how to work on Conductor-Beads itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Conductor-Beads configures →

Reuse

Borrowing it

Nothing to install: this file belongs to NguyenSiTrung/Conductor-Beads. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/NguyenSiTrung/Conductor-Beads/main/.claude/skills/beads/commands/version.md
Clone the repo
git clone --depth 1 https://github.com/NguyenSiTrung/Conductor-Beads

Made for: Claude Code.

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 version

README.md
[![agentmods](https://agentmods.dev/badge/commands/nguyensitrung/conductor-beads/version.svg)](https://agentmods.dev/commands/nguyensitrung/conductor-beads/version)
Your own site
<a href="https://agentmods.dev/commands/nguyensitrung/conductor-beads/version"><img src="https://agentmods.dev/badge/commands/nguyensitrung/conductor-beads/version.svg" alt="Measured on agentmods" height="20"></a>
Per session 5 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 224 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod 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.00005 $0.00224
Opus 5 $0.00003 $0.00112
Sonnet 5 $0.00001 $0.00045
Haiku 4.5 $0.00001 $0.00022

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

Security

Grade C, and why

version scanned grade C with 2 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 8d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- Update bd CLI: `curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Update bd CLI: `curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash`
Origin

This is a copy

91% identical to version — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/beads/commands/version.md · 27 lines

What it actually says

Check the installed versions of beads components and verify compatibility.

Note: The MCP server automatically checks bd CLI version >= 0.9.0 on startup. This command provides detailed version info and update instructions.

Use the beads MCP tools to:

  1. Run bd version via bash to get the CLI version
  2. Check the plugin version (0.9.2)
  3. Compare versions and report any mismatches

Display:

  • bd CLI version (from bd version)
  • Plugin version (0.9.2)
  • MCP server version (0.9.2)
  • MCP server status (from stats tool or connection test)
  • Compatibility status (✓ compatible or ⚠️ update needed)

If versions are mismatched, provide instructions:

  • Update bd CLI: curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
  • Update plugin: /plugin update beads
  • Restart Claude Code after updating

Suggest checking for updates if the user is on an older version.

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. 8d ago First seen · 27 lines · 5 tokens per session scan C e2e12914dc1a

Subscribe to this mod's changes

version is a command published in the GitHub repository NguyenSiTrung/Conductor-Beads (24 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 5 tokens to every session and 224 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). It is 91% identical to version, differing in 2 lines, and is treated as a copy.