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.
npx skills add Cody-W-Tucker/Cognitive-Assistant --skill bind-to-operatorgit clone --depth 1 https://github.com/Cody-W-Tucker/Cognitive-AssistantWrote 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.
[](https://agentmods.dev/skills/cody-w-tucker/cognitive-assistant/bind-to-operator)<a href="https://agentmods.dev/skills/cody-w-tucker/cognitive-assistant/bind-to-operator"><img src="https://agentmods.dev/badge/skills/cody-w-tucker/cognitive-assistant/bind-to-operator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/cody-w-tucker/cognitive-assistant/bind-to-operator"><img src="https://agentmods.dev/badge/skills/cody-w-tucker/cognitive-assistant/bind-to-operator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.00299 |
| Opus 5 | $0.00017 | $0.00150 |
| Sonnet 5 | $0.00007 | $0.00060 |
| Haiku 4.5 | $0.00003 | $0.00030 |
Grade A, and why
bind-to-operator 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 10d 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.
What it actually says
When To Use
Load this when the same artifact, recommendation, workflow, or explanation would need to change depending on who must run it, approve it, maintain it, buy it, or live with its consequences.
The skill owns operator and audience fit. It adapts the work to the person or role that actually has to use it.
Do Not Use
Do not use this for initial inspection, active-mode routing, tone calibration by itself, structural simplification, or decision packaging. If the operator is already obvious and irrelevant to the output, skip it.
What To Do
- Identify the operator, audience, maintainer, approver, or buyer with enough specificity to shape the output.
- Ask what they need to do next and what would make the artifact usable for them.
- Adjust detail level, vocabulary, sequence, evidence, and affordances to that operator.
- Do not optimize for the creator's cleverness when the operator needs reliability, speed, or confidence.
- Mark when different operators need different versions.
Output Shape
Return the operator fit: who it is for, what they need from it, what changes because of that, and the final operator-ready shape.
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.
- 10d ago First seen · 26 lines · 34 tokens per session scan A c1316d61b743
bind-to-operator is a skill published in the GitHub repository Cody-W-Tucker/Cognitive-Assistant (11 stars, last pushed 23d ago), licensed Apache-2.0. It adds 34 tokens to every session and 299 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-30.
Other skills, from other repositories
huawei-cloud-ascendc-operator-performance-optim
Develop and optimize custom operators using AscendC programming language. Analyze operator performance bottlenecks and conduct optimization validation. Based on AscendC and CANN toolkit Use this skill when the user wants to: (1) optimize performance-critical operators on Ascend NPU, (2) develop custom operators for…
huawei-cloud-msot-msopprof-operator-profiler
Collect operator-level performance data on Ascend NPU using msopprof tool. Supports both device mode and simulator mode, generates performance analysis reports. Use this skill when the user wants to: (1) profile operator performance on Ascend NPU, (2) collect performance data for analysis, (3) identify performance…
huawei-cloud-ascend-op-mfu-calculator
Calculate MFU (Machine FLOP Utilization) for operators like matmul/GEMM/FlashAttention on Ascend NPU, providing clear formulas and derivation process Use this skill when the user wants to: (1) calculate MFU for matrix operations, (2) analyze operator performance efficiency, (3) understand hardware utilization, (4)…
kubernetes-operator
Use when building a Kubernetes Operator — custom controllers that reconcile CRD state. Triggers on "build an operator", "CRD design", "reconcile loop", "controller-runtime", "kubebuilder", "operator-sdk", "metacontroller", "KOPF", "operator capability levels", or "custom resource". Ships CRD validator, reconcile-loop…
external-gitcode-ascend-atb-aclnn-operator-replacement-designer
A design-document generator for replacing ATB operators with ACLNN operators, which are Ascend library interfaces. It turns interface documentation into a structured migration plan with parameter mappings, self-tests, and risks.
external-gitcode-ascend-atb-aclnn-operator-migration
A migration workflow for moving ATB operators to ACLNN, Ascend's operator library interface. It handles parameter mapping, runner implementation, device-based switching, and functional and performance checks.