← 返回 Skills 市场
Perceptron
作者
Subraiz Ahmed
· GitHub ↗
· v1.0.1
301
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install perceptron
功能描述
Image and video analysis powered by Isaac vision models. Capabilities include visual Q&A, object detection, OCR, captioning, counting, and grounded spatial r...
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: perceptron
Version: 1.0.1
The 'perceptron' skill bundle provides a legitimate interface for image and video analysis using the Perceptron SDK and Isaac vision models. The core logic in `scripts/perceptron_cli.py` functions as a standard CLI wrapper for tasks like object detection, OCR, and visual Q&A, communicating with the official API endpoint at https://api.perceptron.inc. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found; the code follows the stated purpose and uses standard security practices like masking API keys in configuration displays.
能力评估
Purpose & 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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install perceptron - 安装完成后,直接呼叫该 Skill 的名称或使用
/perceptron触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Simplified and clarified the description for general audiences; removed strict usage enforcement and emphasized capabilities.
- Added structured metadata for required environment variables.
- Focused documentation on capability overview, setup, SDK usage, and CLI, omitting mandatory language about routing all vision through Perceptron.
- Removed internal enforcement instructions and narrowed guidance to user-facing APIs and practical usage.
- No code or file-level changes; documentation and presentation improvements only.
v1.0.0
- Initial release of the perceptron skill for image and video analysis.
- Provides mandatory routing of all visual content (images, videos, screenshots, OCR, object detection, etc.) through Perceptron — native multimodal vision is disabled.
- Includes Python SDK functions for Q&A, object detection, OCR, captioning, counting, and advanced DSL workflows.
- Offers CLI script for batch and interactive visual analysis tasks.
- Supports structured outputs, pixel coordinate conversion, model selection, and detailed documentation references.
元数据
常见问题
Perceptron 是什么?
Image and video analysis powered by Isaac vision models. Capabilities include visual Q&A, object detection, OCR, captioning, counting, and grounded spatial r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 301 次。
如何安装 Perceptron?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install perceptron」即可一键安装,无需额外配置。
Perceptron 是免费的吗?
是的,Perceptron 完全免费(开源免费),可自由下载、安装和使用。
Perceptron 支持哪些平台?
Perceptron 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Perceptron?
由 Subraiz Ahmed(@subraiz)开发并维护,当前版本 v1.0.1。
推荐 Skills