askill
nature-remo

nature-remoSafety 85Repository

Nature Remo API を Python CLI で操作する Agent Skill。requests のみ依存。

0 stars
1.2k downloads
Updated 2/13/2026

Package Files

Loading files...
SKILL.md

Nature Remo Skill

Nature Remo API を言語非依存に近い運用で扱うための Skill です。実行は Python CLI (scripts/remo.py) を使います。

Prerequisites

  • Python 3.10+
  • NATURE_REMO_ACCESS_TOKEN 環境変数
  • pip install -r scripts/requirements.txt

Commands

  • list-devices: 登録デバイス一覧を取得
  • list-appliances: 登録家電一覧を取得
  • operate-tv: TV 操作
  • operate-aircon: エアコン操作

Usage

export NATURE_REMO_ACCESS_TOKEN="YOUR_TOKEN"
python scripts/remo.py list-devices
python scripts/remo.py list-appliances
python scripts/remo.py operate-tv --appliance-id <id> --button power --count 1
python scripts/remo.py operate-aircon --appliance-id <id> --mode cool --temp 26 --count 1

Notes

  • --count は fail-fast です。途中で 1 回でも失敗したら即停止します。
  • デフォルトは整形 JSON 出力です。--raw で最小出力に切り替えます。

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 3/11/2026

A well-structured skill for interacting with Nature Remo API via Python CLI. Provides clear commands, usage examples, and good security practices (environment variable for token). Somewhat limited in completeness but covers the core functionality adequately. Tags and structured format make it discoverable."

85
75
60
65
75

Metadata

Licenseunknown
Version-
Updated2/13/2026
PublisherTomatio13

Tags

api