Skip to main content

anywhere-agents

Install the anywhere-agents AI agent config into any project, in one command.

pipx install anywhere-agents
anywhere-agents                          # bootstrap shared config + hooks + settings
anywhere-agents pack add <pack-repo-url>  # add a pack (one-shot: fetch, install, deploy)

Or zero-install for one-off bootstrap:

pipx run anywhere-agents

Why pipx, not pip? anywhere-agents is a CLI tool with its own dependencies. Plain pip install either lands in the active venv (per-project, not per-machine) or hits PEP 668 / externally-managed-environment errors on modern Ubuntu / Debian / Homebrew Python. pipx gives each CLI tool its own isolated venv and exposes the binary on PATH globally; it is the PyPA-recommended approach for Python CLI applications. uv tool install anywhere-agents works equivalently.

What it does

Runs the shell bootstrap from the upstream repo in the current directory:

  • Fetches AGENTS.md and replaces the local copy
  • Sparse-clones the upstream repo into .agent-config/
  • Syncs the five shipped skills (implement-review, my-router, ci-mockup-figure, readme-polish, prun) and their Claude Code command pointers
  • Deep-merges project-level .claude/settings.json
  • Deploys the safety guard hook to ~/.claude/hooks/guard.py and the Claude Max + Codex quota statusLine to ~/.claude/statusline.py, and merges user-level permissions
  • Adds .agent-config/ to .gitignore

After bootstrap, every Claude Code session shows your live Claude Max + Codex 5h / weekly quota at the bottom of the terminal:

🤖 Opus 4.8 · 5h 78% (3h 4m) · 7d 51% (15h 4m)  |  Codex 5h 89% (3h 25m) · 7d 90% (4d 23h)

Bootstrap logic lives in the shell bootstrap scripts at yzhao062/anywhere-agents/bootstrap/; the Python CLI invokes them so that agents and users in a Python-first workflow can run the same mechanism without reaching for curl. Pack management (pack add | remove | verify | list | update) and uninstall are implemented directly in the Python CLI.

Options

anywhere-agents             # run bootstrap in cwd (default)
anywhere-agents --dry-run   # print what would happen without fetching or executing
anywhere-agents --version

Requirements

  • Python 3.9+
  • bash on macOS/Linux, PowerShell (pwsh or powershell) on Windows
  • git available on PATH (used by the bootstrap scripts to sparse-clone the upstream repo)

Documentation and source

The real content lives in the GitHub repo: https://github.com/yzhao062/anywhere-agents

License

Apache 2.0.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anywhere_agents-0.7.15.tar.gz (362.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

anywhere_agents-0.7.15-py3-none-any.whl (415.6 kB view details)

Uploaded Python 3

File details

Details for the file anywhere_agents-0.7.15.tar.gz.

File metadata

  • Download URL: anywhere_agents-0.7.15.tar.gz
  • Upload date:
  • Size: 362.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for anywhere_agents-0.7.15.tar.gz
Algorithm Hash digest
SHA256 eee053a0a66021f2502799fbbf68abb44ec365b502c47bdb66fdfc14d5ecb5df
MD5 be33fc7ea57b71395df50b573753693b
BLAKE2b-256 64051c3846f70a8ab6ee5c4ef2548276a2596dc577855c72aeee880b0a78f278

See more details on using hashes here.

Provenance

The following attestation bundles were made for anywhere_agents-0.7.15.tar.gz:

Publisher: publish.yml on yzhao062/anywhere-agents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file anywhere_agents-0.7.15-py3-none-any.whl.

File metadata

File hashes

Hashes for anywhere_agents-0.7.15-py3-none-any.whl
Algorithm Hash digest
SHA256 0f188b82ac2f0dc1d1a301371aced9adf5bc77128bffee60279268342581babd
MD5 ae6b527f62575443e29f2a433e369d83
BLAKE2b-256 f01a3afa0a9ab748418da6bb43f396df06607e99a8075dc02034b53287af5012

See more details on using hashes here.

Provenance

The following attestation bundles were made for anywhere_agents-0.7.15-py3-none-any.whl:

Publisher: publish.yml on yzhao062/anywhere-agents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.7.18

2 files

0.7.17

2 files

0.7.16

2 files

This release

0.7.15 This release

2 files

0.7.14

2 files

0.7.13

2 files

0.7.12

2 files

0.7.11

2 files

0.7.10

2 files

0.7.9

2 files

0.7.8

2 files

0.7.7

2 files

0.7.6

2 files

0.7.5

2 files

0.7.4

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.1

2 files

0.6.0

2 files

0.5.8

2 files

0.5.7

2 files

0.5.6

2 files

0.5.5

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page