Hik Cloud Device Control

v1.0.1

调用海康云眸开放平台设备控制类接口,包括设备布撤防、布撤防状态查询、云台控制、远程抓图、设备 OSD 设置与查询、设备校时与 NTP 服务器配置、设备存储卡初始化与进度查询。用户提到设备序列号、通道号、布防/撤防、抓图、云台转动、OSD 设置、校时、NTP 配置、存储卡初始化等场景时使用。本技能自动处理 acce...

0· 72·0 current·0 all-time
byhik-cloud-open@liunian1010
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, SKILL.md, reference docs and the Python script consistently implement Hik Cloud device control endpoints (arm/disarm, PTZ, capture, OSD, time/NTP, storage init). Required env vars (client_id/client_secret) match the OAuth client‑credentials flow described.
Instruction Scope
SKILL.md instructs the agent to run the included Python script and documents token resolution, base URL precedence, and allowed operations. It does not request unrelated file reads or external endpoints beyond the service base URL and token exchange.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The bundle does include a Python script that will be executed by the agent; no external downloads or installers are used. Review the included script before running in sensitive environments.
Credentials
Declared env vars (HIK_OPEN_CLIENT_ID, HIK_OPEN_CLIENT_SECRET and optional HIK_OPEN_ACCESS_TOKEN/HIK_OPEN_BASE_URL) are appropriate and necessary for OAuth and endpoint selection. No unrelated secrets or broad cloud credentials are requested.
Persistence & Privilege
Skill does not request always:true and allows autonomous invocation by default (normal). The helper caches tokens to ~/.cache/hik_open/token.json and may create that directory; this is expected but worth noting if you want no on‑disk artifacts.
Assessment
This skill appears to be what it claims: a Hik‑Cloud device control helper. Before installing, confirm you trust the author and are comfortable providing Hik Cloud client credentials. Review the included scripts if you want to verify there are no additional network endpoints or unexpected behavior. Note the script will cache an access token at ~/.cache/hik_open/token.json and may write that directory; if you prefer not to persist tokens, run with an explicit --access-token or clear the cache after use. If you need to restrict network destinations, ensure the base URL (HIK_OPEN_BASE_URL) is set to the official endpoint (https://api2.hik-cloud.com) and avoid pointing it at untrusted domains.

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

latestvk97an20t94dcnpeyxjh4mhrmzd83hkqf

License

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

Runtime requirements

📷 Clawdis
Binspython3
EnvHIK_OPEN_CLIENT_ID, HIK_OPEN_CLIENT_SECRET
Primary envHIK_OPEN_CLIENT_SECRET

Comments