← Back to Skills Marketplace
jvy

pip

by jvy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
337
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pip
Description
Use pip for Python package install, upgrade, freeze, and dependency file workflows with virtual environments first. Use when handling requirements.txt, pip i...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pip
  3. After installation, invoke the skill by name or use /pip
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pip
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is pip?

Use pip for Python package install, upgrade, freeze, and dependency file workflows with virtual environments first. Use when handling requirements.txt, pip i... It is an AI Agent Skill for Claude Code / OpenClaw, with 337 downloads so far.

How do I install pip?

Run "/install pip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is pip free?

Yes, pip is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does pip support?

pip is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created pip?

It is built and maintained by jvy (@jvy); the current version is v1.0.0.

💬 Comments