mocreo-smart-system
MOCREO Smart System Skill
Before using this sub-skill directly, check the root router skill at skills/mocreo-api/SKILL.md and follow its routing rules first.
Triggering
- When users ask about MOCREO Smart System devices (H5Pro, H6Pro, NS1/NS2/NS3, etc.).
- When users need account operations, asset management, device monitoring, history queries, or data export.
Environment (AI Handles Automatically)
Dependencies: If a script fails with ModuleNotFoundError, do not install packages silently.
pip install -r requirements.txt
Before any install attempt, tell the user which command you want to run and ask for permission because it may modify the current Python environment or a global environment when no virtual environment is active.
If a virtual environment is already active, prefer installing there after the user agrees.
If no virtual environment is active, explicitly warn that the install may go to the current or global Python environment and ask again before proceeding.
If the user does not approve, stop and provide the exact manual install command instead.
Try pip3 or python -m pip install requests python-dotenv only after the user has agreed to dependency installation.
More from mocreo-iot/skills
mocreo-api
MOCREO English device-data router for battery, temperature, humidity, online status, alerts, and history queries by device ID, node ID, asset, or hub across Smart System (V3) and Sensor System (V2).
10mocreo-sensor-system
MOCREO Sensor System skill for battery, status, alerts, node data, and monitoring queries on V2 hubs and sensor nodes.
1