ManyChat CLI
/install manychat-cli
ManyChat CLI Skill
Use this skill when you need to automate ManyChat operations from OpenClaw or other AI agents.
What this skill provides
- A local CLI wrapper at
/Users/danielfoch/manychat-cli/manychat_cli.py - Stable JSON output and exit codes for automation orchestration
- High-value ManyChat commands:
- subscriber lookup and profile reads
- tag add/remove
- custom field updates
- flow/content sends
- create/update subscriber
- raw endpoint passthrough
- JSON playbook execution for sequential automation steps
Requirements
MANYCHAT_API_KEYenvironment variable must be set.- Optional:
MANYCHAT_BASE_URLto override API host.
Usage
Validate token:
cd /Users/danielfoch/manychat-cli
./manychat_cli.py ping --pretty
Find by email:
./manychat_cli.py find-system --field-name email --field-value '[email protected]' --pretty
Run a multi-step playbook:
./manychat_cli.py playbook-run \
--file /Users/danielfoch/manychat-cli/sample_playbook.json \
--vars-json '{"email":"[email protected]"}' \
--pretty
File references
- CLI:
/Users/danielfoch/manychat-cli/manychat_cli.py - Playbook example:
/Users/danielfoch/manychat-cli/sample_playbook.json - Shell example:
/Users/danielfoch/manychat-cli/example_automation.sh - Extended docs:
/Users/danielfoch/manychat-cli/README.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install manychat-cli - After installation, invoke the skill by name or use
/manychat-cli - Provide required inputs per the skill's parameter spec and get structured output
What is ManyChat CLI?
Command-line tool for automating ManyChat tasks with JSON output, supporting subscriber management, tagging, custom fields, content sends, and multi-step pla... It is an AI Agent Skill for Claude Code / OpenClaw, with 259 downloads so far.
How do I install ManyChat CLI?
Run "/install manychat-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ManyChat CLI free?
Yes, ManyChat CLI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ManyChat CLI support?
ManyChat CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ManyChat CLI?
It is built and maintained by danielfoch (@danielfoch); the current version is v0.1.0.