Imou Open Multimodal Analysis

v1.0.0

对指定账号下设备通道的实时抓图地址进行AI智能场景分析。AI scene analysis for device channel snapshot URLs under an Imou account. 支持:人形检测、抽烟检测、玩手机检测、工装检测与离岗检测(需预先配置工装模板)、货架检测、垃圾检测、热力图数据...

0· 97·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match what the code implements. The scripts call Imou Open API endpoints for human/smoking/phone/workwear/absence/shelf/trash/heatmap/face analysis and repository/target management; the two required env vars (IMOU_APP_ID, IMOU_APP_SECRET) are appropriate for this purpose.
Instruction Scope
Runtime instructions only reference the declared env vars and run the included Python CLI. They do not attempt to read unrelated system files or secrets. Minor documentation inconsistency: SKILL.md in one place says IMOU_BASE_URL is required with no default, but the client code actually uses a reasonable default (https://openapi.lechange.cn) if IMOU_BASE_URL is not set.
Install Mechanism
No installer that downloads arbitrary code; dependency is requests (pip), which is reasonable and declared. The skill is instruction + included Python scripts; there are no external URLs or extract/install steps that would write unknown code at runtime.
Credentials
Only IMOU_APP_ID and IMOU_APP_SECRET are required (IMOU_BASE_URL optional). These are proportional for calling Imou APIs. Important: those credentials provide administrative API access (token issuance and repository/target management) — installing the skill gives it ability to create/list/delete repositories and add/delete face/workwear targets in the Imou account, so treat them like sensitive credentials.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It does not modify other skills or system-wide configs. It runs as a user-invoked CLI and can be invoked autonomously per platform default, which is expected for skills.
Assessment
This skill appears to do what it says: it calls Imou Open API endpoints to analyze images and manage detection repositories. Before installing: 1) Understand that IMOU_APP_ID/IMOU_APP_SECRET are full API credentials — a compromised key lets the skill list/create/delete repositories and upload/delete targets (including face/workwear data). 2) Consider using a dedicated Imou developer account with limited data and permissions for this integration. 3) Be mindful of privacy and legal rules for biometric/face data in your jurisdiction; do not upload sensitive images without consent. 4) Note the small doc inconsistency about IMOU_BASE_URL; the code falls back to a default base URL. 5) If you want extra caution, review the included Python files (imou_client.py, multimodal_analysis.py) and run them in an isolated environment (container or limited VM) before granting production credentials.

Like a lobster shell, security has layers — review code before you run it.

latestvk972p9zccmc5f3schegwxtnzhs834t50

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🤖 Clawdis
EnvIMOU_APP_ID, IMOU_APP_SECRET
Primary envIMOU_APP_ID

Comments