SenseCraft AI Model Hub

v1.1.2

Connect OpenClaw to the SenseCraft public model library to search, inspect, export, and download AI vision models for software and edge AI workflows.

1· 109·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
The name/description match the included files and runtime instructions: Python scripts call SenseCraft public API endpoints, crawl/list/view model metadata, download model artifacts, and run a local webcam demo. There are no unrelated requested credentials, bizarre binaries, or config paths that don't belong to a model-hub + demo workflow.
Instruction Scope
SKILL.md and the scripts keep behavior within the stated scope: they call the documented SenseCraft endpoints at https://sensecraft.seeed.cc/aiserverapi, write artifacts under the skill root (./models, ./captures, .venv), and run a local demo that uses the webcam. The instructions do not attempt to read arbitrary system files, environment secrets, or other skills' configs. One expected aspect: the tool will download arbitrary model files from external URLs returned by the API (this is the point of the skill).
Install Mechanism
There is no platform-level install spec (instruction-only skill with bundled scripts). The included setup script creates a Python venv and installs PyPI packages (numpy, opencv-python, pillow, ai-edge-litert). Installing third-party Python packages is a normal part of this demo flow but does carry the usual supply-chain risk (unreviewed PyPI packages).
Credentials
The skill declares no required environment variables, no credentials, and no sensitive config paths. Scripts accept an optional PYTHON_BIN override but otherwise do not demand secrets or unrelated keys.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not request elevated or persistent system privileges and does not modify other skills or system-wide agent settings. Autonomous invocation by the agent is permitted (platform default) but is not combined with other concerning privileges here.
Assessment
This skill appears to be what it says, but take the usual precautions before running code that downloads and executes artifacts from the network: 1) Review the SenseCraft domain (https://sensecraft.seeed.cc) and confirm you trust it and the license of any downloaded models. 2) Run the demo in an isolated environment (VM or dedicated workstation) and use the provided virtualenv to contain Python packages. 3) Be cautious installing third-party PyPI packages (notably ai-edge-litert); consider reviewing package provenance or pinning versions. 4) Inspect downloaded model files before integrating them into production (models are binary artifacts and could trigger vulnerabilities in interpreters or custom ops). 5) Expect network and disk usage for bulk crawls/downloads; throttle or filter when necessary. 6) The demo accesses your webcam—ensure you understand and accept that and grant camera permission only to trusted terminals/apps.

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

latestvk9770np6r6e68564wtm6qn86q18387bw

License

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

Comments