ccl-update-skills

ccl-update-skills is a command for Claude Code, OpenCode from ccoalm/ccl-skills. It costs 11 tokens per session (155 once invoked), scanned A, original, Apache-2.0.

A command that updates CCL development skills for OpenCode, an AI coding tool. It first updates the source repository, then reinstalls the skills, commands, plugins, and project files.

In plain words
What is it for?
It is for refreshing CCL OpenCode assets from their repository, including project-local files and the install manifest.
Why use it?
It prevents reinstalling an outdated local copy of the skills. OpenCode must be restarted or opened in a new session before the refreshed files are used.

Command for Claude CodeOpenCode

Written for Claude Code and OpenCode: argument-hint in frontmatter, but also installed under .opencode/. Also seen: mentions OpenCode.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/install-opencode.sh $ARGUMENTS.

Part of the ccl-skills plugin — 33 skills, 4 commands, 7 hooks shipped together

Good fit It is for refreshing CCL OpenCode assets from their repository, including project-local files and the install manifest.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ccoalm/ccl-skills
agentmods
npx agentmods add commands/ccoalm/ccl-skills/ccl-update-skills

Made for: Claude Code, OpenCode.

Or install ccl-skills, the plugin that ships this one along with the rest of its 33 skills, 4 commands, 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 ccl-update-skills

README.md
[![agentmods](https://agentmods.dev/badge/commands/ccoalm/ccl-skills/ccl-update-skills/github.svg)](https://agentmods.dev/commands/ccoalm/ccl-skills/ccl-update-skills)
Your own site
<a href="https://agentmods.dev/commands/ccoalm/ccl-skills/ccl-update-skills"><img src="https://agentmods.dev/badge/commands/ccoalm/ccl-skills/ccl-update-skills/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.

agentmods 80×15 button for ccl-update-skills

Your own site · 80×15
<a href="https://agentmods.dev/commands/ccoalm/ccl-skills/ccl-update-skills"><img src="https://agentmods.dev/badge/commands/ccoalm/ccl-skills/ccl-update-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 155 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00011 $0.00155
Opus 5 $0.00005 $0.00077
Sonnet 5 $0.00002 $0.00031
Haiku 4.5 $0.00001 $0.00015

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

Security

Grade A, and why

ccl-update-skills 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 12d 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.

.opencode/commands/ccl-update-skills.md · 19 lines

What it actually says

Refresh the CCL OpenCode assets from the ccl-skills repository root.

Use --project when the user wants project-local .opencode/skills, .opencode/commands, .opencode/plugins, and install manifest updated in this repository.

First fast-forward the source checkout so this does not simply reinstall an old local copy and reset the reminder clock.

git status --short --branch
git pull --ff-only && \
bash scripts/install-opencode.sh $ARGUMENTS

After updating, tell the user to restart OpenCode or open a new session so the refreshed plugin, commands, and skills are loaded.

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. 12d ago First seen · 19 lines · 11 tokens per session scan A 917a92285e06

Subscribe to this mod's changes

ccl-update-skills is a command published in the GitHub repository ccoalm/ccl-skills (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 11 tokens to every session and 155 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.