← 返回 Skills 市场
okaris

Python Executor

作者 Ömer Karışman · GitHub ↗ · v0.1.5
cross-platform ✓ 安全检测通过
8880
总下载
3
收藏
97
当前安装
2
版本数
在 OpenClaw 中安装
/install python-executor
功能描述
Execute Python code in a safe sandboxed environment via [inference.sh](https://inference.sh). Pre-installed: NumPy, Pandas, Matplotlib, requests, BeautifulSo...
安全使用建议
Install only if you trust inference.sh and are comfortable with a tool that can run Python code, make network requests, and return generated files. Prefer the manual install and checksum verification path over piping an installer directly into a shell, review generated code before running it, and do not include secrets, private datasets, or sensitive outputs unless you intend to send them through this provider.
功能分析
Type: OpenClaw Skill Name: python-executor Version: 0.1.5 The skill allows the AI agent to execute arbitrary Python code within a sandboxed environment via `infsh app run`. The `allowed-tools: Bash(infsh *)` permission is broad, granting the agent the ability to execute any `infsh` command. While the `SKILL.md` claims a 'safe sandboxed environment' and does not contain explicit malicious instructions for the agent, the inherent capability to execute arbitrary code (even if sandboxed) and the broad `infsh` permissions present a significant risk if the agent were to be compromised via prompt injection, potentially leading to the execution of malicious Python code or other `infsh` commands.
能力评估
Purpose & Capability
The skill is explicitly for running Python code through inference.sh, including web scraping, API calls, automation, data processing, and returning generated files; these are powerful capabilities but match the stated purpose.
Instruction Scope
The permission `Bash(infsh *)` is broad within the infsh CLI surface, but it is directly tied to running the advertised executor and the artifact does not direct unrelated local commands or hidden actions.
Install Mechanism
The quick start uses `curl ... | sh` followed by `infsh login`, which is a supply-chain caution, but it is visible, user-directed, and accompanied by a checksum/manual-install note.
Credentials
Remote execution, HTTP libraries, browser automation, and output return are proportionate to a sandboxed Python executor, though users should understand that submitted code and outputs may cross a provider boundary.
Persistence & Privilege
No bundled executable files, background workers, privilege escalation, local credential harvesting, or hidden persistence were found; provider login/session use is disclosed by the install instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install python-executor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /python-executor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.5
- Added detailed documentation in SKILL.md, including usage examples, input schema, and pre-installed library list. - Clarified environment specs, supported triggers, and output file handling. - Listed practical use cases for web scraping, data analysis, image/video/3D processing, API calls, PDF generation, and automation. - Provided quick start instructions and links to related skills and official documentation.
v0.1.0
Initial release – execute Python code in a sandboxed environment with 100+ libraries. - Run Python scripts safely using the inference.sh platform. - Pre-installed support for libraries such as NumPy, Pandas, Matplotlib, requests, BeautifulSoup, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, and more. - Supports data processing, web scraping, image/video editing, 3D models, PDF generation, API calls, and automation. - Files saved to outputs/ are automatically returned. - Choose between 8GB (default) or 16GB (high_memory) RAM variants.
元数据
Slug python-executor
版本 0.1.5
许可证
累计安装 309
当前安装数 97
历史版本数 2
常见问题

Python Executor 是什么?

Execute Python code in a safe sandboxed environment via [inference.sh](https://inference.sh). Pre-installed: NumPy, Pandas, Matplotlib, requests, BeautifulSo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 8880 次。

如何安装 Python Executor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install python-executor」即可一键安装,无需额外配置。

Python Executor 是免费的吗?

是的,Python Executor 完全免费(开源免费),可自由下载、安装和使用。

Python Executor 支持哪些平台?

Python Executor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Python Executor?

由 Ömer Karışman(@okaris)开发并维护,当前版本 v0.1.5。

💬 留言讨论