Back to list
dev_to 2026年4月25日

My car for OpenClaw Skill: Car Connect

I Build an OpenClaw Skill for Your Car

Translated: 2026/4/25 3:01:28
openclawcar-connectiotsmart-homepython

Japanese Translation

これは、OpenClaw チャレンジャーへの提出物です。 Car Connect — あなたの車のための OpenClaw スキル。これはデフォルトで 7 つの自動車メーカーをサポートしており(Tesla、Mercedes、VW、Ford、Toyota、Kia、Honda)、あなたの車メーカーを追加することもできます。 好みのものを選択すると、ドアをロックできます、燃料を確認できます、タイヤ圧力やバッテリー電圧を確認でき、エアコンをオンにできるなど、多数の機能が利用できます。リストにない場合は、自分で車メーカーを追加することも可能です。 インストール:openclaw skills install deadlybutsoft/car-connect OpenClaw はスキルのパッケージ化と共有を簡単に行います。私は論理部分を Python で記述し、SKILL.md ファイルを追加して ClawHub に公開しました。 各自動車メーカーは異なるログインシステムを採用しています。Tesla はトークンを使用し、Mercedes は OAuth を使用し、Honda は Email/パスワードを使用しています。OpenClaw はこれら全てを環境変数を通じて管理させ、ハードコーディングを避けることで処理を可能にしました。また、カスタムメーカーの追加も容易にしました。 ClawHub スキルリンク:🔗 Car Connect 各自動車メーカーは異なる方法で動作します。その秘訣は、何らかのプライバシーデータを洩漏することなく、すべてのシステムで動作する簡単なインターフェースを構築できたことです。 参加できず大変でしたが、構築して楽しかったです 🎉

Original Content

This is a submission for the OpenClaw Challenge. Car Connect — An OpenClaw skill for your car. It supports 7 car brands by default (Tesla, Mercedes, VW, Ford, Toyota, Kia, Honda) and also can add your car brand. Pick yours, and you can lock doors, check fuel, see tyre pressure, battery charge, turn on AC, and more. You can also add your own car brand if it's not on the list. Install: openclaw skills install deadlybutsoft/car-connect OpenClaw makes it easy to package and share skills. I wrote the logic in Python, added a SKILL.md file, and published it to ClawHub. Each car brand has a different login system — Tesla uses tokens, Mercedes uses OAuth, Honda uses email/password. OpenClaw let me handle all of them through environment variables without hardcoding anything. It also made it simple to add custom brands. ClawHub Skill Link: 🔗 Car Connect Every car brand does things differently. The trick was building one simple interface that works for all of them without leaking any private data. Couldn't attend but this was fun to build 🎉