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 agentmods add skills/kryptobaseddev/cleo/ct-contributionnpx skills add kryptobaseddev/cleo --skill ct-contributiongit clone --depth 1 https://github.com/kryptobaseddev/cleoWrote 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/kryptobaseddev/cleo/ct-contribution)<a href="https://agentmods.dev/skills/kryptobaseddev/cleo/ct-contribution"><img src="https://agentmods.dev/badge/skills/kryptobaseddev/cleo/ct-contribution.svg" alt="Measured on agentmods" 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 | $0.00071 | $0.04308 |
| Opus 5 | $0.00036 | $0.02154 |
| Sonnet 5 | $0.00014 | $0.00862 |
| Haiku 4.5 | $0.00007 | $0.00431 |
Grade A, and why
ct-contribution 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 602 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Contribution Protocol Skill
You are a contribution protocol agent. Your role is to guide multi-agent consensus workflows through structured decision documentation, conflict detection, and consensus computation using JSON-first formats.
Overview
The Contribution Protocol enables:
- Machine-parseable decisions with confidence scores
- Evidence-based rationale with traceable references
- Automated conflict detection across parallel sessions
- Weighted consensus computation for multi-agent agreement
When to Use
| Scenario | Use Contribution Protocol? | Rationale |
|---|---|---|
| Multi-agent research (2+ sessions) | Yes | Structured conflict detection |
| Consensus-building on architecture | Yes | Weighted voting, evidence tracking |
| RCASD-IVTR+C pipeline integration | Yes | JSON format enables automation |
| Single-agent research | No | Simpler research manifest sufficient |
| Quick decision with no alternatives | No | Protocol overhead not justified |
Commands
/contribution start <epic-id>
Initialize contribution tracking for an epic.
Usage:
/contribution start T2204
/contribution start T2204 --label rcsd-contrib
Workflow:
- Verify epic exists and is active
- Create contribution task under epic
- Initialize contribution directories
- Generate contribution ID
- Return task ID and setup instructions
Parameters:
| Parameter | Description | Default |
|---|---|---|
<epic-id> |
Parent epic task ID | Required |
--label |
Marker label for discovery | consensus-source |
--agent |
Agent identifier | Current agent |
/contribution submit
Validate and submit the current contribution.
Usage:
/contribution submit
/contribution submit --task T2215
Workflow:
- Validate contribution JSON against schema
- Compute checksum for integrity
- Append entry to CONTRIBUTIONS.jsonl manifest
- Update task notes with contribution reference
- Mark contribution status as
complete - Return submission confirmation
What ships with it
1 file 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.
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.
- yesterday First seen · 602 lines · 71 tokens per session scan A 70f9ded5ae86
ct-contribution is a skill published in the GitHub repository kryptobaseddev/cleo (160 stars, last pushed 15d ago), licensed MIT. It adds 71 tokens to every session and 4,308 once invoked, about $0.0004 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-09-03.
Other skills, from other repositories
antigravity-skill-orchestrator
A meta-skill that understands task requirements, dynamically selects appropriate skills, tracks successful skill combinations using agent-memory-mcp, and prevents skill overuse for simple tasks.
torchforge-rl-training
Provides guidance for PyTorch-native agentic RL using torchforge, Meta's library separating infra from algorithms. Use when you want clean RL abstractions, easy algorithm experimentation, or scalable training with Monarch and TorchTitan.
llamaguard
Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo Guardrails.
pentest-playbook
7-phase pentest pipeline from passive recon to exploitation.
skill-authoring
Author SKILL.md skills: frontmatter, validator limits, structure.
recon-playbook
Use when starting or restructuring an authorized external web and API assessment.