tapo: Skill for Claude Code

.claude/skills/changelog/SKILL.md

changelog is a skill for Claude Code from mihai-dinculescu/tapo. It costs 36 tokens per session (247 once invoked), scanned A, original, MIT.

A changelog-writing skill for the public interfaces of the tapo Rust and Python libraries and the tapo MCP server. A changelog is a dated record of user-visible software changes.

In plain words
What is it for?
Use it when changing the public API of the Rust crate, Python package, or MCP server to add an entry in the correct unreleased section of CHANGELOG.md.
Why use it?
It keeps release notes consistent when public methods, handlers, or other interfaces change, so users can see what was added, changed, fixed, or removed.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is mihai-dinculescu/tapo's own configuration. It tells Claude Code how to work on tapo 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 tapo configures →

Reuse

Borrowing it

Nothing to install: this file belongs to mihai-dinculescu/tapo. 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/mihai-dinculescu/tapo/main/.claude/skills/changelog/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mihai-dinculescu/tapo

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 changelog

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mihai-dinculescu/tapo/changelog"><img src="https://agentmods.dev/badge/skills/mihai-dinculescu/tapo/changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 247 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00036 $0.00247
Opus 5 $0.00018 $0.00123
Sonnet 5 $0.00007 $0.00049
Haiku 4.5 $0.00004 $0.00025

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

Security

Grade A, and why

changelog 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.

.claude/skills/changelog/SKILL.md · 17 lines

What it actually says

Changelog

Update CHANGELOG.md when the public API of the Rust or Python libraries or the MCP server is changed. The file follows Keep a Changelog with separate [Rust Unreleased], [Python Unreleased], and [MCP Unreleased] sections.

Style

  • Use the appropriate section: ### Added, ### Changed, ### Fixed, ### Removed
  • Entries use the format: - `Type`: verb phrase. (e.g. - `HubHandler`: added `device_reboot` method.)
  • Start with the type/handler name in backticks, followed by a colon and a verb (added, changed, corrected, removed)
  • When a change affects both Rust and Python, add an entry to both unreleased sections
  • When a change affects the MCP server (tapo-mcp/), add an entry to the [MCP Unreleased] section
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 · 17 lines · 36 tokens per session scan A fab27e90f915

Subscribe to this mod's changes

changelog is a skill published in the GitHub repository mihai-dinculescu/tapo (799 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 247 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.

Related

Other skills, from other repositories

amazon-alexa

Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).

sickn33/agentic-awesome-skills · 53 tokens

homekit

Control HomeKit smart home accessories and view home events via homeclaw-cli. Use when the user asks to control lights, locks, thermostats, fans, blinds, scenes, check device/sensor status, or view recent home activity/events. Examples: "turn off the stairs lights", "lock the front door", "what's the temperature"…

omarshahine/HomeClaw · 108 tokens

homeclaw

Control HomeKit smart home accessories via HomeClaw MCP tools. Also includes reference data for accessory categories, characteristics, and value formats. This skill should be used when the user wants to: Turn lights on or off, set brightness, or change color temperature Lock or unlock doors Set thermostat temperature…

omarshahine/HomeClaw · 199 tokens

amazon-alexa-v2

AMAZON ALEXA — Voz Inteligente com Claude workflow skill. Use this skill when the user needs Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart…

diegosouzapw/awesome-omni-skills · 98 tokens

openhue

Control Philips Hue lights via OpenHue CLI + Hue Bridge API.

taracodlabs/aiden · 15 tokens

c-lights

Control Philips Hue smart lights using the openhue CLI. Turn lights on/off, adjust brightness and color, activate scenes, and manage rooms and groups.

daxaur/openpaw · 36 tokens