Antfarm Cli OpenClaw Plugin & Skill | ClawHub
Looking to integrate Antfarm Cli into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.
What this skill does
Always use full path: `node ~/.openclaw/workspace/antfarm/dist/cli/cli.js`.
Install
openclaw skills install @felipetruman/antfarm-clinpx clawhub@latest install antfarm-cliFull SKILL.md
Open originalSKILL.md content below is scrollable.
Antfarm CLI Skill
Always use full path: node ~/.openclaw/workspace/antfarm/dist/cli/cli.js
Commands
Workflow
# List available workflows
node ~/.openclaw/workspace/antfarm/dist/cli/cli.js workflow list
# Install workflow
node ~/.openclaw/workspace/antfarm/dist/cli/cli.js workflow install <name>
# Run workflow
node ~/.openclaw/workspace/antfarm/dist/cli/cli.js workflow run <workflow-id> "<task>"
# Check status
node ~/.openclaw/workspace/antfarm/dist/cli/cli.js workflow status "<query>"
Dashboard
# Start
node ~/.openclaw/workspace/antfarm/dist/cli/cli.js dashboard start
# Status
node ~/.openclaw/workspace/antfarm/dist/cli/cli.js dashboard status
Logs
# Recent activity
node ~/.openclaw/workspace/antfarm/dist/cli/cli.js logs
# Specific run
node ~/.openclaw/workspace/antfarm/dist/cli/cli.js logs <run-id>