smartthings-edge-driver
SmartThings EdgeデバイスドライバーをLuaで開発し、ZigbeeやZ-Wave、Matterなどの幅広いプロトコルに対応したトラブルシューティングを行うSkill。
📜 元の英語説明(参考)
Build and troubleshoot SmartThings Edge device drivers in Lua, including Zigbee, Z-Wave, Matter, LAN, capabilities, device profiles, driver channels, and Edge driver API reference usage.
🇯🇵 日本人クリエイター向け解説
SmartThings EdgeデバイスドライバーをLuaで開発し、ZigbeeやZ-Wave、Matterなどの幅広いプロトコルに対応したトラブルシューティングを行うSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
SmartThings Edge Driver
SmartThings Edgeドライバー(Lua)を扱う際に、このスキルを使用してください。ガイダンスを最新の状態に保つため、回答する前に必ずreferences/から正確な公式ドキュメントページを開いてください。
ワークフロー
- デバイスプロトコル(Zigbee、Z-Wave、Matter、LAN)とデバイスの機能を確認します。
- デバイスドキュメントで、必要な機能、プロファイル、およびプリファレンスを確認します。
- Edgeドライバーの構造に関するドキュメントを使用して、ドライバーのレイアウトとライフサイクルハンドラを設定します。
- EdgeドライバーAPIリファレンスで、正確なクラス/モジュールの使用法とデフォルトを参照します。
- プロトコル固有の動作については、対応するライブラリリファレンスを使用します。
- 回答で使用した正確なページをリンクします。
参考文献
- コアEdgeドキュメントとデバイスの基本:
references/edge-links.md - 完全なEdgeドライバーAPIリファレンス(Lua):
references/edge-reference.md
ユーザーのリクエストに必要なリファレンスファイルのみを読み込んでください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
SmartThings Edge Driver
Use this skill when working on SmartThings Edge drivers (Lua). Always open the exact official doc pages from references/ before answering so guidance stays current.
Workflow
- Identify the device protocol (Zigbee, Z-Wave, Matter, LAN) and the device capabilities.
- Confirm required capabilities, profiles, and preferences in the device docs.
- Use Edge driver structure docs to set up driver layout and lifecycle handlers.
- Consult the Edge driver API reference for exact class/module usage and defaults.
- For protocol-specific behavior, use the corresponding library reference.
- Link the exact pages used in the response.
References
- Core Edge docs and device fundamentals:
references/edge-links.md - Full Edge driver API reference (Lua):
references/edge-reference.md
Load only the reference file(s) needed for the user request.