foldhub
v0.1.5
Published
Fold CLI for syncing local agent stacks and installing reusable AI workflows.
Maintainers
Readme
Fold CLI
Fold CLI syncs your local AI agent stack with Fold and installs reusable agent workflows.
Quick Start
Run without installing:
npx foldhub loginOr install globally:
npm install -g foldhub
fold loginBy default, the CLI connects to https://foldhub.cn.
For local development, override the API URL:
FOLD_API_URL=http://localhost:3000 fold loginCommon Commands
fold login
fold scan
fold sync
fold usage scan
fold usage sync
fold upgrades
fold peers
fold peers --json
fold assets --json
fold pull <slug>Peers nearby
After login, see what friends and colleagues are installing (adoption count, who adopted, recent activity):
fold peers
fold peers --json # machine-readable for agentsWeb UI: https://foldhub.cn/app/peers
Friends must be on Fold and allow adoption signals in privacy settings. Invite links help you appear in each other's peer feed.
