@clawpump/claw-agent
v0.1.6
Published
Install and run your own ClawPump Hermes agent — Solana AI agents, trading, Phoenix perps, DCA, lending, token launch & DeFi. Built on Hermes (Nous Research, MIT).
Maintainers
Readme
claw-agent
One command to install and run your own ClawPump Hermes agent — Solana AI agents, trading, Phoenix perps, DCA, Jupiter lending, token launch, marketplace, and DeFi. Built on Hermes Agent by Nous Research (MIT).
npx @clawpump/claw-agentThat's it. The installer:
- installs uv + Python 3.11 if you don't have them,
- sets up an isolated virtualenv under
~/.clawpump/agent, - installs the bundled agent,
- drops a
claw(andhermes) launcher on your PATH.
Then connect — one browser login, no key to copy:
claw clawpump setup # → "Continue with ClawPump login" → all tools load
claw # start chattingUpdate any time:
npx @clawpump/claw-agent@latestNotes
- macOS / Linux / WSL2 are fully supported. Native Windows is best-effort — if it fails, run inside WSL2.
- The agent is bundled inside this npm package, so installing does not
require cloning any GitHub repo. (It's a source app — the Python code lives
under
~/.clawpump/agentafter install.) - Env knobs:
CLAWPUMP_HOME(install dir, default~/.clawpump),CLAW_EXTRA(pip extra, defaultall; usetermuxon Android).
For maintainers
npm publish runs prepack → scripts/build-bundle.mjs, which copies the
agent fork (the parent dir) into ./agent, excluding .git, tests,
website, docker, nix, etc. The agent/ dir is gitignored and rebuilt
fresh on each publish.
npm run build # build the bundle locally to inspect it
npm pack # produce the tarball (runs prepack)
npm publish # publish to npm (requires npm login)MIT. Built on Hermes Agent by Nous Research.
