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 jlckfb/openkits-skills --skill mspm0-ccsgit clone --depth 1 https://github.com/jlckfb/openkits-skillsWrote 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/jlckfb/openkits-skills/mspm0-ccs)<a href="https://agentmods.dev/skills/jlckfb/openkits-skills/mspm0-ccs"><img src="https://agentmods.dev/badge/skills/jlckfb/openkits-skills/mspm0-ccs/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/jlckfb/openkits-skills/mspm0-ccs"><img src="https://agentmods.dev/badge/skills/jlckfb/openkits-skills/mspm0-ccs.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.00101 | $0.03865 |
| Opus 5 | $0.00051 | $0.01932 |
| Sonnet 5 | $0.00020 | $0.00773 |
| Haiku 4.5 | $0.00010 | $0.00386 |
Grade B, and why
mspm0-ccs scanned grade B with 1 finding 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 11d 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.
Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
- 通用自发现: `ls ~/.claude/skills/<skill-name>/scripts 2>/dev/null || ls ~/.reasonix/skills/<skill-name>/scripts 2>/dev/null || ls ~/.agents/skills/<skill-name>/scripts 2>/dev/null` The source is not reproduced here
Licensed GPL-2.0
The repository is licensed GPL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
60 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.
- assets/screenshots/claude-code-flash.png 133 KB
- assets/screenshots/claude-code-skill-start.png 106 KB
- assets/screenshots/claude-code-summary.png 91 KB
- assets/screenshots/codex-ask.png 219 KB
- assets/screenshots/codex-summary.png 154 KB
- assets/screenshots/codex-working.png 271 KB
- assets/screenshots/vofa-output.png 1270 KB
- assets/snippets/clock_80mhz_mfclk.syscfg.md 1.9 KB
- assets/snippets/gpio_output_led.syscfg.md 2.1 KB
- assets/snippets/mspm0g3507_lqfp64_empty_scaffold.syscfg.md 1.2 KB
- assets/snippets/uart0_blocking_tx.syscfg.md 1.1 KB
- examples/empty_project/empty.syscfg 720 B
- examples/empty_project/manifest.json 708 B
- examples/empty_project/README.md 1.1 KB
- examples/empty_project/src/empty.c 1.7 KB
- examples/led_blink/example.syscfg 1.1 KB
- examples/led_blink/manifest.json 733 B
- examples/led_blink/README.md 1.5 KB
- examples/led_blink/src/main.c 267 B
- examples/oledui_full_g3519/example.syscfg 12 KB
- examples/oledui_full_g3519/manifest.json 6.4 KB
- examples/oledui_full_g3519/README.md 1.2 KB
- examples/oledui_full_g3519/src/app/app_bird_game.c 11 KB
- examples/oledui_full_g3519/src/app/app_bird_game.h 919 B
- examples/oledui_full_g3519/src/app/app_brick_game.c 8.1 KB
- examples/oledui_full_g3519/src/app/app_brick_game.h 756 B
- examples/oledui_full_g3519/src/app/app_dino_game.c 15 KB
- examples/oledui_full_g3519/src/app/app_dino_game.h 796 B
- examples/oledui_full_g3519/src/app/app_game_common.c 5.7 KB
- examples/oledui_full_g3519/src/app/app_game_common.h 1.6 KB
- examples/oledui_full_g3519/src/app/app_gyroscope.c 5.0 KB
- examples/oledui_full_g3519/src/app/app_gyroscope.h 349 B
- examples/oledui_full_g3519/src/app/app_key_task.c 5.0 KB
- examples/oledui_full_g3519/src/app/app_key_task.h 1.0 KB
- examples/oledui_full_g3519/src/app/app_plane_game.c 12 KB
- examples/oledui_full_g3519/src/app/app_plane_game.h 1.6 KB
- examples/oledui_full_g3519/src/app/app_robot_face.c 24 KB
- examples/oledui_full_g3519/src/app/app_robot_face.h 1.7 KB
- examples/oledui_full_g3519/src/app/app_snake_game.c 7.5 KB
- examples/oledui_full_g3519/src/app/app_snake_game.h 602 B
- examples/oledui_full_g3519/src/app/app_task.c 2.2 KB
- examples/oledui_full_g3519/src/app/app_task.h 641 B
- examples/oledui_full_g3519/src/app/app_uart_monitor.c 9.8 KB
- examples/oledui_full_g3519/src/app/app_uart_monitor.h 386 B
- examples/oledui_full_g3519/src/app/game_port_mspm0.c 2.7 KB
- examples/oledui_full_g3519/src/app/game_port.h 1.3 KB
- examples/oledui_full_g3519/src/empty.c 2.8 KB
- examples/oledui_full_g3519/src/hardware/hw_buzzer.c 613 B
- examples/oledui_full_g3519/src/hardware/hw_buzzer.h 214 B
- examples/oledui_full_g3519/src/hardware/hw_delay.c 24 B
- examples/oledui_full_g3519/src/hardware/hw_delay.h 173 B
- examples/oledui_full_g3519/src/hardware/hw_encoder_gpio.c 3.4 KB
- examples/oledui_full_g3519/src/hardware/hw_encoder_qei.c 1.4 KB
- examples/oledui_full_g3519/src/hardware/hw_encoder.h 577 B
- examples/oledui_full_g3519/src/hardware/hw_key.c 479 B
- examples/oledui_full_g3519/src/hardware/hw_key.h 283 B
- examples/oledui_full_g3519/src/hardware/hw_lsm6ds3.c 18 KB
- examples/oledui_full_g3519/src/hardware/hw_lsm6ds3.h 3.3 KB
- examples/oledui_full_g3519/src/hardware/hw_w25qxx.c 9.8 KB
- examples/oledui_full_g3519/src/hardware/hw_w25qxx.h 2.8 KB
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.
- 11d ago First seen · 221 lines · 101 tokens per session scan B 8d117fd01845
mspm0-ccs is a skill published in the GitHub repository jlckfb/openkits-skills (10 stars, last pushed 1mo ago), licensed GPL-2.0. It adds 101 tokens to every session and 3,865 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
gke-compute-classes
Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…
jetson-diagnostic
Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.
doca-socket-relay
Use this skill when the operator is driving the DOCA Socket Relay to bridge a socket-oriented host application onto a BlueField DPU peer without rewriting it — picking the deployment shape (in-process, sidecar, or BlueField service container), configuring the host-side socket and the DPU-side forwarding endpoint…
offensive-z-wave
Z-Wave attack methodology — sniffing with Z-Force / EZ-Wave / RTL-SDR + ZniffMobile, S0 (legacy) network-key derivation flaw and key reuse, S2 (modern) ECDH commissioning analysis, replay/injection on unauthenticated nodes, default-key brute-force on test deployments, and home-automation hub pivots. Use when targeting…
hsb-flash
Flash the FPGA on an HSB board connected to an NVIDIA devkit. Supports HSB Lattice boards (FPGA versions 2407, 2412, 2507, 2510) and Leopard Imaging VB1940 "all-in-one" cameras (FPGA versions 2507, 2510). Uses release-specific YAML manifests and board-type-specific program commands. Lattice and VB1940 commands must…
jetson-validate-image
Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.