release-libs — for Claude Code release-libs, community, for Claude Code, ide skills, Tapo API Client, Smart Home Automation, Python Library, Device Integration, Remote Control, Task Automation

v1.0.0

このスキルについて

適した場面: Ideal for AI agents that need release tapo & tapo-py. ローカライズされた概要: # Release tapo & tapo-py Release a new version of the tapo (Rust) and tapo-py (Python) crates. It covers iot, l510, l530 workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

機能

Automate tasks using the Tapo API Client
Monitor device status using the Tapo API Client
Control devices remotely using the Tapo API Client
Integrate with other devices using the Tapo API Client
Use with popular frameworks using the Tapo API Client

# Core Topics

mihai-dinculescu mihai-dinculescu
[728]
[74]
Updated: 3/13/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
50
Canonical Locale
en
Detected Body Locale
en

適した場面: Ideal for AI agents that need release tapo & tapo-py. ローカライズされた概要: # Release tapo & tapo-py Release a new version of the tapo (Rust) and tapo-py (Python) crates. It covers iot, l510, l530 workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

このスキルを使用する理由

推奨ポイント: release-libs helps agents release tapo & tapo-py. The Tapo API Client is a Python library that allows developers to interact with Tapo smart home devices. This AI agent skill supports Claude Code, Cursor, and

おすすめ

適した場面: Ideal for AI agents that need release tapo & tapo-py.

実現可能なユースケース for release-libs

ユースケース: Applying Release tapo & tapo-py
ユースケース: Applying Bump the versions. Update the version field in both:
ユースケース: Applying tapo-py/pyproject.toml

! セキュリティと制限

  • 制約事項: Requires repository-specific context from the skill documentation
  • 制約事項: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is release-libs?

適した場面: Ideal for AI agents that need release tapo & tapo-py. ローカライズされた概要: # Release tapo & tapo-py Release a new version of the tapo (Rust) and tapo-py (Python) crates. It covers iot, l510, l530 workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install release-libs?

Run the command: npx killer-skills add mihai-dinculescu/tapo/release-libs. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for release-libs?

Key use cases include: ユースケース: Applying Release tapo & tapo-py, ユースケース: Applying Bump the versions. Update the version field in both:, ユースケース: Applying tapo-py/pyproject.toml.

Which IDEs are compatible with release-libs?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for release-libs?

制約事項: Requires repository-specific context from the skill documentation. 制約事項: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add mihai-dinculescu/tapo/release-libs. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use release-libs immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

release-libs

Install release-libs, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Release tapo & tapo-py

Release a new version of the tapo (Rust) and tapo-py (Python) crates. Both libraries are released simultaneously and share the same version number.

Steps

  1. Determine the new version. Read the current version from tapo/Cargo.toml. Ask the user what the new version should be if not provided.

  2. Bump the versions. Update the version field in both:

    • tapo/Cargo.toml
    • tapo-py/pyproject.toml
  3. Update changelog. In CHANGELOG.md:

    • Replace the heading ## [Python Unreleased][Unreleased] with ## [Python vX.X.X][vX.X.X] - YYYY-MM-DD (use the current date).
    • Replace the heading ## [Rust Unreleased][Unreleased] with ## [Rust vX.X.X][vX.X.X] - YYYY-MM-DD (use the current date).
    • Insert new empty ## [Rust Unreleased][Unreleased] and ## [Python Unreleased][Unreleased] sections (in that order) immediately above the newly versioned Rust section.
    • If a ## [MCP Unreleased][Unreleased] section exists elsewhere in the file, move it (with its body intact) so it sits immediately after the new ## [Python Unreleased][Unreleased] section, keeping all three Unreleased sections grouped at the top in the order Rust → Python → MCP.
    • Add a link reference [vX.X.X]: https://github.com/mihai-dinculescu/tapo/tree/vX.X.X to the link definitions at the bottom of the file (right after the [Unreleased] link).
  4. Commit. Run /commit with message chore(tapo): release vX.X.X.

  5. Tag. Create an annotated git tag:

    bash
    1git tag -a vX.X.X -m "vX.X.X"
  6. Push. Ask the user for confirmation, then:

    bash
    1git push && git push origin vX.X.X
  7. Create GitHub release. Ask the user for confirmation. Use the content under the ## [Rust vX.X.X][vX.X.X] and ## [Python vX.X.X][vX.X.X] headings from CHANGELOG.md as the release body, followed by a full changelog comparison link. The previous version (vP.P.P) is the tag before this release:

    bash
    1gh release create vX.X.X --title "Tapo vX.X.X" --notes "$(cat <<'EOF' 2## Rust 3 4<rust changelog content here> 5 6## Python 7 8<python changelog content here> 9 10**Full Changelog**: https://github.com/mihai-dinculescu/tapo/compare/vP.P.P...vX.X.X 11EOF 12)"

関連スキル

Looking for an alternative to release-libs or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

ローカライズされた概要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

nextjs-turbopack

[ 注目 ]
Logo of affaan-m
affaan-m

ローカライズされた概要: Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack. It covers ai-agents, anthropic, claude workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

169.5k
0
生産性

widget-generator

Logo of f
f

ローカライズされた概要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

ローカライズされた概要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
ブラウザ