← 返回 Skills 市场
jvy

pip

作者 jvy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
337
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pip
功能描述
Use pip for Python package install, upgrade, freeze, and dependency file workflows with virtual environments first. Use when handling requirements.txt, pip i...
安全使用建议
This skill is a convenience wrapper around standard pip usage. Before installing or running it, be aware that: pip will download and execute package-install code from PyPI or other indexes — only install packages you trust; the helper may create virtual environments and upgrade pip/setuptools/wheel in them; avoid running installs as root or system-wide unless you intentionally want global changes; network access is required for pip installs (so installs will contact package indexes). If you need stricter isolation, run these commands in an isolated environment or review package sources before installing.
功能分析
Type: OpenClaw Skill Name: pip Version: 1.0.0 The skill bundle provides a legitimate and safety-oriented wrapper for Python's pip package manager. The instructions in SKILL.md and the helper script scripts/pip-safe.sh promote best practices such as using virtual environments (venv) and avoiding global installs, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (pip dependency management) align with required binaries (python3, pip/pip3), the brew install of python, and the included helper script. All required items are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs only standard pip operations, venv creation, and troubleshooting. The helper script only reads a specified requirements file (when requested) and invokes pip inside specified venvs or via the found Python; it does not attempt to read unrelated system files or environment variables.
Install Mechanism
The declared install is a brew formula for python (reasonable for enabling python3 and pip). No downloads from arbitrary URLs or archive extraction are present. SKILL.md also documents an apt alternative in metadata (informational).
Credentials
No environment variables, credentials, or config paths are requested. The skill's operations (creating venvs, running pip) do not require additional secrets, so the requested scope is proportional.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request permanent presence or modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pip
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pip 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the pip skill for safe and reproducible Python package management. - Provides workflows for virtual environments, requirements.txt, pip install troubleshooting, and dependency pinning. - Includes safety defaults: venv by default, avoids global installs, and prefers `python3 -m pip`. - Adds install metadata for Homebrew and Apt systems. - Offers helper script and fast-path bash recipes for common dependency setup tasks. - Documents troubleshooting for common pip errors and guidance on using pipx for CLI tool installs.
元数据
Slug pip
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

pip 是什么?

Use pip for Python package install, upgrade, freeze, and dependency file workflows with virtual environments first. Use when handling requirements.txt, pip i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 337 次。

如何安装 pip?

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

pip 是免费的吗?

是的,pip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

pip 支持哪些平台?

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

谁开发了 pip?

由 jvy(@jvy)开发并维护,当前版本 v1.0.0。

💬 留言讨论