cf-help

cf-help is a skill for Claude Code, Codex from QBall-Inc/clear. It costs 31 tokens per session (534 once invoked), scanned A, original, Apache-2.0.

A help guide for the CLEAR framework, including its commands and options.

In plain words
What is it for?
It helps explain general CLEAR usage, individual commands, subcommands, full references, and guided walkthroughs.
Why use it?
It gives developers the right reference when they do not know which command or syntax to use.

Skill for Claude CodeCodex

Part of the clear plugin — 15 skills, 3 agents, 7 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/qball-inc/clear/cf-help
Any agent
npx skills add QBall-Inc/clear --skill cf-help
Clone the repo
git clone --depth 1 https://github.com/QBall-Inc/clear

Made for: Claude Code, Codex.

Or install clear, the plugin that ships this one along with the rest of its 15 skills, 3 agents, 7 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 cf-help

README.md
[![agentmods](https://agentmods.dev/badge/skills/qball-inc/clear/cf-help.svg)](https://agentmods.dev/skills/qball-inc/clear/cf-help)
Your own site
<a href="https://agentmods.dev/skills/qball-inc/clear/cf-help"><img src="https://agentmods.dev/badge/skills/qball-inc/clear/cf-help.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 534 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.00031 $0.00534
Opus 5 $0.00015 $0.00267
Sonnet 5 $0.00006 $0.00107
Haiku 4.5 $0.00003 $0.00053

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

Security

Grade A, and why

cf-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 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/cf-help/SKILL.md · 74 lines

What it actually says

CLEAR Help

Provides help and guidance for the CLEAR Framework. Routes to the appropriate reference based on arguments.


When to Use This Skill

Trigger Pattern Example User Request
General help request "How do I use CLEAR?"
Command-specific help "/cf-help knowledge"
Subcommand detail "/cf-help knowledge search"
Full reference listing "/cf-help --full"
Guided walkthrough "/cf-help --interactive"

DO NOT use for: executing commands directly, or debugging CLEAR state (use /cf-debug).


Dependencies

Category Files When to Load
Default references/default-mode.md No arguments provided
Command references/command-mode.md Command name provided
Subcommand references/subcommand-mode.md Command + subcommand provided
Full references/full-mode.md --full flag provided

Routing

Parse $ARGUMENTS and route to exactly one mode. Load only the matching reference file.

  1. Interactive -- args contain --interactive, -i, or guide: Load and invoke skills/cf-help-guide/SKILL.md. Stop here.

  2. Full -- args contain --full: Load references/full-mode.md. Follow its instructions.

  3. Subcommand -- two positional args (e.g., knowledge search): Load references/subcommand-mode.md. Pass command and subcommand.

  4. Command -- one positional arg (e.g., knowledge): Load references/command-mode.md. Pass command name.

  5. Default -- no args or unrecognized: Load references/default-mode.md. Display quick reference.

Error handling is defined within each reference file.


Completion Checklist

  • Correct mode identified from arguments
  • Appropriate reference file loaded
  • Output displayed to user
Files

What ships with it

4 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. 4d ago First seen · 74 lines · 0 tokens per session scan A 03c2c3eea773

Subscribe to this mod's changes

cf-help is a skill published in the GitHub repository QBall-Inc/clear (3 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 31 tokens to every session and 534 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-31.

Related

Other skills, from other repositories

promote

Generate X/Twitter release promotion posts with ASCII tables and CodeSnap rendering. Use when writing release posts, promotion tweets, plugin announcements, or preparing social media content for new versions.

oliver-kriska/claude-elixir-phoenix · 39 tokens

release

CONTRIBUTOR TOOL - Cut a plugin release: bump plugin.json version, finalize CHANGELOG, update README if needed, gate on make ci, commit, tag vX.Y.Z, and create the GitHub release. Use when shipping a new plugin version. NOT distributed.

oliver-kriska/claude-elixir-phoenix · 60 tokens

session-deep-dive

Deep qualitative analysis of high-signal sessions. Spawns subagents with v2 template, synthesizes patterns, compares against known findings. Use after /session-scan.

oliver-kriska/claude-elixir-phoenix · 40 tokens

catchup

Summarize and review what changed while you were away. Use after a weekend, vacation, or flight to check missed PRs, git commits, Linear tickets, and meetings — one prioritized brief, not a firehose.

oliver-kriska/claude-elixir-phoenix · 48 tokens

brainstorm

Brainstorm Elixir/Phoenix features — explore ideas, compare approaches, gather requirements. Use when vague idea, not sure how to approach, or want to discuss before plan.

oliver-kriska/claude-elixir-phoenix · 39 tokens

plugin-dev-workflow

Guide plugin development workflow — editing skills, agents, hooks, or eval framework in this repo. Use when modifying files in plugins/elixir-phoenix/, lab/eval/, or lab/autoresearch/. Ensures changes pass eval, lint, and tests before committing.

oliver-kriska/claude-elixir-phoenix · 59 tokens