Intelligence Package Manager - Agent skill virtual environment manager
Project description
IpMan - Intelligence Package Manager
I can take on ten.
Project-level virtual environments for AI agent skills — like uv/conda, but for skills. One central store, per-skill symlinks, and a lockfile that reproduces your exact skill setup anywhere.
Documentation | 中文文档 | 中文 README
The problem: skill bloat
Your agent caps how much context skill listings may use. Install enough global skills and they compete for that budget: descriptions of the skills you actually need get truncated or dropped, irrelevant skills mis-fire, and project A's tooling leaks into project B. Power users already solve this by hand: a central folder of cloned skill repos, symlinked per-project, updated in one place.
IpMan turns that workflow into one command — and adds the piece the manual approach can't give you: reproducibility.
How it works
ip.yaml ──resolve──> central store clone ──pin──> @<commit> worktree
│
ip.lock <──record── commit + tree hash └──symlink── .claude/skills/<name>
- Project-scoped by default. Skills live in the project that needs them. Your agent's context stays lean.
- One source of truth. Each skill repo is cloned once into
~/.ipman/store. Projects link to it; nothing is copied around. - Pinned and reproducible.
ip.lockrecords the exact commit. Clone a repo on a new machine, runipman sync, get the identical skill sources back — even if upstream moved on. - Contribute back.
--livemode links a skill's real working copy: fix a bug while you work, commit it, PR it upstream.
ip.lock guarantees skill source reproducibility (MCP servers, plugins and CLI dependencies are out of scope).
Quick start
pip install ipman-cli # or: uv tool install ipman-cli
cd your-project
ipman init # creates ip.yaml
ipman add https://github.com/owner/skills-repo#skills/foo # pick a skill from a repo
ipman list # what this project uses
ipman doctor # links, drift, health
Commit ip.yaml and ip.lock. Anyone (including future you, on another machine) restores the whole skill environment with:
uvx ipman-cli sync
More commands:
ipman add <path> --adopt # register your existing ~/GitHub clone, no copying
ipman add <url>#dir --live # link the live working copy (skill development)
ipman update [name] # re-pin this project to the source's latest commit
ipman remove <name> # unlink from this project (store is untouched)
ipman shell init # optional shell integration
Agent support
| Agent | Status |
|---|---|
Claude Code (.claude/skills/) |
Verified (macOS) |
OpenClaw (.openclaw/skills/) |
Path mapping, unverified |
Adding an agent is a one-line path mapping — the store and lockfile are agent-agnostic by design.
Security note
Third-party skills can instruct your agent to run arbitrary commands. IpMan shows what it installs (source, commit, skill directory) and never installs silently — review before you use. A deeper risk-assessment engine exists in the codebase but is dormant while the core workflow matures.
Status
Early and moving fast. The core loop (init/add/sync/list/remove/update/doctor) is tested on macOS with Claude Code. Windows has a fallback code path but is not yet a supported target. Feedback and issues welcome.
License
Apache License 2.0 — see LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ipman_cli-0.3.0.tar.gz.
File metadata
- Download URL: ipman_cli-0.3.0.tar.gz
- Upload date:
- Size: 2.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
246cd2c53a1c6f7298680041d938f9aade7217e18974d5e325ed1b6f317f8c4b
|
|
| MD5 |
bd6ca273f434522aa04d13a6d2370221
|
|
| BLAKE2b-256 |
fa26500e1b4c5b9687978cd6c1c3abb9f10f2c2f1e7507046687ff9845a5eb49
|
Provenance
The following attestation bundles were made for ipman_cli-0.3.0.tar.gz:
Publisher:
publish.yml on twisker/ipman
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ipman_cli-0.3.0.tar.gz -
Subject digest:
246cd2c53a1c6f7298680041d938f9aade7217e18974d5e325ed1b6f317f8c4b - Sigstore transparency entry: 2070399399
- Sigstore integration time:
-
Permalink:
twisker/ipman@2df082a4cef8a216c9f1ee4cfd7df90a9760fd7b -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/twisker
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@2df082a4cef8a216c9f1ee4cfd7df90a9760fd7b -
Trigger Event:
push
-
Statement type:
File details
Details for the file ipman_cli-0.3.0-py3-none-any.whl.
File metadata
- Download URL: ipman_cli-0.3.0-py3-none-any.whl
- Upload date:
- Size: 60.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6358341cf09d34c1e7c1a6939f349cc49075d0a3c12cf844df71fde34ec6db8
|
|
| MD5 |
cb22a8bdcdf95b716c7e90b57ff7b081
|
|
| BLAKE2b-256 |
98001eda0d13f1c1cf0ff548b81b001bc8516ed9dedfd9ed578e3c5494562663
|
Provenance
The following attestation bundles were made for ipman_cli-0.3.0-py3-none-any.whl:
Publisher:
publish.yml on twisker/ipman
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ipman_cli-0.3.0-py3-none-any.whl -
Subject digest:
a6358341cf09d34c1e7c1a6939f349cc49075d0a3c12cf844df71fde34ec6db8 - Sigstore transparency entry: 2070399583
- Sigstore integration time:
-
Permalink:
twisker/ipman@2df082a4cef8a216c9f1ee4cfd7df90a9760fd7b -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/twisker
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@2df082a4cef8a216c9f1ee4cfd7df90a9760fd7b -
Trigger Event:
push
-
Statement type: