animclaw
v1.0.1
Published
Fully Managed OpenClaw Framework for managing your CRM, Sales Automation and Outreach agents. The only local productivity tool you need.
Readme
Install
Node 22+ required.
npx animclawOpens at localhost:3100 after completing onboarding wizard.
Commands
npx animclaw # runs onboarding again for openclaw --profile animclaw
npx animclaw update # updates animclaw with current settings as is
npx animclaw restart # restarts animclaw web server
npx animclaw start # starts animclaw web server
npx animclaw stop # stops animclaw web server
# some examples
openclaw --profile animclaw <any openclaw command>
openclaw --profile animclaw gateway restart
openclaw --profile animclaw config set gateway.port 19001
openclaw --profile animclaw gateway install --force --port 19001
openclaw --profile animclaw gateway restart
openclaw --profile animclaw uninstallDevelopment
git clone https://github.com/AnimClaw/AnimClaw.git
cd animclaw
pnpm install
pnpm build
pnpm devWeb UI development:
pnpm install
pnpm web:devOpen Source
MIT Licensed. Fork it, extend it, make it yours.
