Perceptron
v1.0.1Image and video analysis powered by Isaac vision models. Capabilities include visual Q&A, object detection, OCR, captioning, counting, and grounded spatial r...
⭐ 2· 239·0 current·0 all-time
bySubraiz Ahmed@subraiz
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, the included CLI, SKILL.md, and the single required env var (PERCEPTRON_API_KEY) all align with a vision-analysis SDK that calls an external Perceptron service.
Instruction Scope
Runtime instructions and the CLI operate only on image/video files, use the Perceptron SDK, and optionally read/write local files for batch processing or output. The documentation does not instruct reading unrelated system files or credentials. Note: using the skill will upload images/frames to the Perceptron service, so any sensitive image data will be transmitted externally.
Install Mechanism
There is no registry install spec; SKILL.md instructs pip install perceptron (standard). The skill includes a Python CLI that depends on that SDK and optional Pillow. No downloads from untrusted URLs or archive extraction are present.
Credentials
Only PERCEPTRON_API_KEY (primary credential) is required, which is appropriate for an external API client. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system-wide privileges or modify other skills. Note that autonomous invocation (the platform default) would allow the agent to call the Perceptron API using the provided key, which is expected behavior but something to be aware of.
Assessment
This package appears coherent for image/video analysis, but before installing: 1) Understand that images/frames you analyze will be sent to the Perceptron API (api.perceptron.inc is referenced in docs); do not upload sensitive images unless you trust the provider. 2) The skill requires an API key (PERCEPTRON_API_KEY) — grant only a key with the minimum needed scope and rotate it if exposed. 3) The README instructs pip install perceptron — verify the perceptron package on PyPI and the official docs (https://docs.perceptron.inc/) to ensure you're installing the intended SDK. 4) Batch/CLI operations read/write local files and can process directories; be careful when running with paths that contain sensitive files. 5) If you allow the agent to invoke skills autonomously, remember it can use the provided API key to call the service; restrict autonomous use if that is a concern.Like a lobster shell, security has layers — review code before you run it.
latestvk9721h1tg1y4vqbdxrncss32js82dkx2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvPERCEPTRON_API_KEY
Primary envPERCEPTRON_API_KEY
