openccu-loom: Skill for Claude Code

.claude/skills/snapshot-parity/SKILL.md

snapshot-parity is a skill for Claude Code from SukramJ/openccu-loom. It costs 52 tokens per session (470 once invoked), scanned A, original, no licence file.

A regression check that compares OpenCCU-Loom's domain model with the aiohomematic reference using the same device data. It checks whether both produce matching results.

In plain words
What is it for?
Use it after changing data-point creation, visibility marks, custom data-point composition, or channel methods.
Why use it?
It helps detect accidental differences after changing how data points or channels are created and exposed.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is SukramJ/openccu-loom's own configuration. It tells Claude Code how to work on openccu-loom itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything openccu-loom configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 script/datasource_diff.py.

Reuse

Borrowing it

Nothing to install: this file belongs to SukramJ/openccu-loom. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/SukramJ/openccu-loom/main/.claude/skills/snapshot-parity/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/SukramJ/openccu-loom

Made for: Claude Code.

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 snapshot-parity

README.md
[![agentmods](https://agentmods.dev/badge/skills/sukramj/openccu-loom/snapshot-parity/github.svg)](https://agentmods.dev/skills/sukramj/openccu-loom/snapshot-parity)
Your own site
<a href="https://agentmods.dev/skills/sukramj/openccu-loom/snapshot-parity"><img src="https://agentmods.dev/badge/skills/sukramj/openccu-loom/snapshot-parity/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 snapshot-parity

Your own site · 80×15
<a href="https://agentmods.dev/skills/sukramj/openccu-loom/snapshot-parity"><img src="https://agentmods.dev/badge/skills/sukramj/openccu-loom/snapshot-parity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 470 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 unknown 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.00052 $0.00470
Opus 5 $0.00026 $0.00235
Sonnet 5 $0.00010 $0.00094
Haiku 4.5 $0.00005 $0.00047

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

Security

Grade A, and why

snapshot-parity 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 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.

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.

.claude/skills/snapshot-parity/SKILL.md · 44 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 11d ago First seen · 44 lines · 52 tokens per session scan A fc55922412e4

Subscribe to this mod's changes

snapshot-parity is a skill published in the GitHub repository SukramJ/openccu-loom (5 stars, last pushed today), with no licence file. It adds 52 tokens to every session and 470 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

unraid-management-agent

Monitor and control an Unraid server via the Unraid Management Agent's MCP server (125 tools, 5 resources, 6 diagnostic prompts) and REST API. Use when: connecting an AI client (Claude, ChatGPT, Cursor, Copilot, Gemini CLI) to Unraid; checking system, array, disk, Docker, VM, GPU, UPS, ZFS, or network status…

ruaan-deysel/unraid-management-agent · 198 tokens

bat-story-eval

Compare MCP tool behavior between target and baseline versions using pre-built and custom stories with diff-based triage.

homeassistant-ai/ha-mcp · 26 tokens

bat-adhoc

Run bot acceptance tests to validate MCP tools work correctly from a real AI agent's perspective. Use when testing PRs, detecting regressions, or verifying tool changes end-to-end with Claude/Gemini CLIs.

homeassistant-ai/ha-mcp · 48 tokens

voiden

Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.

VoidenHQ/voiden · 28 tokens

testing-websocket-api-security

Tests WebSocket API implementations for security vulnerabilities including missing authentication on WebSocket upgrade, Cross-Site WebSocket Hijacking (CSWSH), injection attacks through WebSocket messages, insufficient input validation, denial-of-service via message flooding, and information leakage through WebSocket…

xalgorix/xalgorix · 117 tokens

API Test Suite Generator

Automatically generate comprehensive API test suites from OpenAPI specifications covering CRUD operations, error handling, authentication, pagination, and edge cases.

PramodDutta/qaskills · 29 tokens