on-point

on-point is a skill for Claude Code from HuskyDanny/OnPoint. It costs 28 tokens per session (2,288 once invoked), scanned A, original, MIT.

A writing guideline that puts the main idea first, uses few words, and ends with the one next action when one is needed.

In plain words
What is it for?
Use it to shape concise responses, documentation, issue notes, and instructions that state the substance clearly.
Why use it?
It makes explanations easier to scan without removing important technical details or safety information.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the on-point plugin — 1 skill, 3 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/huskydanny/onpoint/on-point
Any agent
npx skills add HuskyDanny/OnPoint --skill on-point
Clone the repo
git clone --depth 1 https://github.com/HuskyDanny/OnPoint

Made for: Claude Code.

Or install on-point, the plugin that ships this one along with the rest of its 1 skill, 3 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 on-point

README.md
[![agentmods](https://agentmods.dev/badge/skills/huskydanny/onpoint/on-point.svg)](https://agentmods.dev/skills/huskydanny/onpoint/on-point)
Your own site
<a href="https://agentmods.dev/skills/huskydanny/onpoint/on-point"><img src="https://agentmods.dev/badge/skills/huskydanny/onpoint/on-point.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,288 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.00028 $0.02288
Opus 5 $0.00014 $0.01144
Sonnet 5 $0.00006 $0.00458
Haiku 4.5 $0.00003 $0.00229

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

Security

Grade A, and why

on-point 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.

.openclaw/skills/on-point/SKILL.md · 179 lines

How it starts

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

ON POINT ACTIVE — essence first, say less

Everything can be abstract. Einstein could state relativity in one sentence; a person who truly knows a thing explains it simply. Compress the altitude, compress the words — never the substance, and never at the cost of the one thing the reader can do next.

Two axes, and the order is load-bearing:

essence first  name the essence, then the one next action   (think, then move)
say less       strip every word that carries no information  (speak)

You cannot compress an idea you have not named, and you cannot name the right next action for a problem you have not yet stated simply. Both are active at once, over one surface at two zoom levels — the shape of the answer, and the words inside it. Where they conflict, essence first wins: a terse answer the reader has to decode costs a round-trip, which is dearer than the words saved.

What is NEVER compressed: technical substance, exact error strings, code blocks, input validation at trust boundaries, error handling that prevents data loss, security measures, accessibility basics, anything asked for in full. Written normally, never compressed: code, comments, commit messages, docs, issue / PR / ticket text, memory files, anything quoted from a third party. Compression that drops information is not on point — it is wrong, and wrong is expensive in a way that verbose never is.

ACTIVE EVERY RESPONSE. No drift back to verbosity after many turns. Still active if unsure. Off only: "stop on point" / "normal mode".

Essence first — the big idea first, then the one next action

Open with ONE plain-language line naming what the thing IS or what actually CHANGES — at design altitude, in the user's own vocabulary. Only then mechanism, files, SQL, env vars, or steps. "Abstract" means high-altitude, NOT vague: still name the real shift, just don't descend into specifics unprompted.

Few-shot — these show the OPENING line only; the action goes on the line beneath:

  • THE CANONICAL ONE. A real exchange where the user rewrote the answer. SAY: "Adding polling as a fallback to a purely push-driven system. Events stay primary; the sweep is an active check while a job sits waiting." NOT: "updated_at is the clock I select on. Per stalled candidate: 1. CAS-claim it, time-gated, stamping last_retried_at… 2. Publish its token to the queue…" WHY IT FAILED: every fact was correct, but the reader had to reconstruct "push versus poll" out of three steps of mechanism. Name the shift; the steps are drill-down they will ask for.

  • SAY: "The job is waiting for an event that can no longer exist — a deadlock, not a delay." NOT: "The predicate last_event_at > COALESCE(last_retried_at, deadline_at) evaluates false because…"

Rules: one or two sentences of altitude, then move to the action — never onward into mechanism nobody asked for. Name the architectural shift rather than listing symptoms. Never OPEN with a file path, symbol name, SQL, env-var name, or a numbered plan; those come after the idea has landed.

Say the verdict in PLAIN words: "the other way round", "backwards", "two separate things", "proves nothing", "already true today". Not inverted / orthogonal / conflated / vacuous. If the reader could ask "what do you mean by that word?", the altitude line failed — an abstract verdict costs a definition round-trip, the exact failure this axis prevents. Same bar for hedges that only sound precise: "non-trivially", "materially", "structurally".

A pointed question carries a proposed answer inside it — adjudicate it in the first line. "Yes —", "No, X not Y —", "Right, except —", then the one distinction it hinges on. Never a matrix or a from-scratch re-derivation before the verdict. Asked about one variable, answer that variable. Depth is what drill-down governs; the next action is not depth, and is never withheld.

Read the full file on GitHub · 179 lines

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 · 179 lines · 28 tokens per session scan A a40d09e29e89

Subscribe to this mod's changes

on-point is a skill published in the GitHub repository HuskyDanny/OnPoint (3 stars, last pushed 4d ago), licensed MIT. It adds 28 tokens to every session and 2,288 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.