help

help is a skill for Claude Code, Codex from 7xuanlu/boule. It costs 18 tokens per session (229 once invoked), scanned A, original, MIT.

A command that prints the available boule commands and their approximate model-call costs. Boule asks several models for answers and can combine or compare them.

In plain words
What is it for?
Use it to check the syntax, purpose, and estimated cost of the default, consensus, and debate boule commands.
Why use it?
It lets you see which boule mode fits a task and how much model work each mode may use before running it.

Skill for Claude CodeCodex

Part of the boule plugin — 4 skills, 2 agents 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/7xuanlu/boule/help
Any agent
npx skills add 7xuanlu/boule --skill help
Clone the repo
git clone --depth 1 https://github.com/7xuanlu/boule

Made for: Claude Code, Codex.

Or install boule, the plugin that ships this one along with the rest of its 4 skills, 2 agents.

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 help

README.md
[![agentmods](https://agentmods.dev/badge/skills/7xuanlu/boule/help.svg)](https://agentmods.dev/skills/7xuanlu/boule/help)
Your own site
<a href="https://agentmods.dev/skills/7xuanlu/boule/help"><img src="https://agentmods.dev/badge/skills/7xuanlu/boule/help.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 229 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.00018 $0.00229
Opus 5 $0.00009 $0.00114
Sonnet 5 $0.00004 $0.00046
Haiku 4.5 $0.00002 $0.00023

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

Security

Grade A, and why

help 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 3d 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/help/SKILL.md · 17 lines

What it actually says

boule commands

Command ~Model calls What it does
/boule <proposal> ~5 Default poll. 3 models answer once in parallel, stake-free judge synthesizes over both counterbalanced orderings.
/boule:consensus <proposal> ~8 3 models propose, peer-rank the anonymized answers, stake-free judge decides.
/boule:debate <proposal> ~14 Form, attack (anonymized), defend or concede, stake-free judge decides.
/boule:help 0 Print this table.

Three judge-bias controls apply at the judging step in every mode: position-swap (swap-and-average over both counterbalanced orderings), verbosity-normalization (ignore length and style), stake-free judge (the synthesizer authored no candidate). See ../boule/reference/bias-controls.md.

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. 3d ago First seen · 17 lines · 18 tokens per session scan A 208a812e6a57

Subscribe to this mod's changes

help is a skill published in the GitHub repository 7xuanlu/boule (1 stars, last pushed 2mo ago), licensed MIT. It adds 18 tokens to every session and 229 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-31.

Related

Other skills, from other repositories

decision-linter

Decision linter — like ESLint for your thinking. Scores assumptions as Kind (trust gut) or Wicked (impose structure), runs consider-the-opposite, surfaces blind spots, outputs a paste-ready judgment memo. Use BEFORE committing to any consequential decision: architecture choices, technology selection, product…

dixalex/decision-linter · 194 tokens

ai-ethics-and-governance-requirements

Use this skill when defining AI governance policies, designing human oversight workflows, documenting bias mitigation strategies, or meeting regulatory transparency requirements for Salesforce AI features. Trigger keywords: responsible AI, AI bias, AI audit trail, AI transparency, human-in-the-loop, AI risk inventory…

PranavNagrecha/AwesomeSalesforceSkills · 110 tokens

ai-ethics-and-governance-requirements

Use this skill when defining AI governance policies, designing human oversight workflows, documenting bias mitigation strategies, or meeting regulatory transparency requirements for Salesforce AI features. Trigger keywords: responsible AI, AI bias, AI audit trail, AI transparency, human-in-the-loop, AI risk inventory…

BanibrataChatterjee/AwesomeSalesforceSkills · 89 tokens

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens