ManyChat

v1.0.2

ManyChat API integration with managed authentication. Manage subscribers, tags, custom fields, and send messages through Facebook Messenger. Use this skill when users want to manage ManyChat subscribers, send messages, add/remove tags, or work with custom fields and bot automation. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

3· 3.5k·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (ManyChat integration) matches the runtime instructions: all example calls go to maton.ai gateways and control endpoints. Requiring a MATON_API_KEY to access a proxy/gateway service is proportional to the claimed functionality.
Instruction Scope
SKILL.md only instructs the agent to make network requests to maton.ai endpoints and to read the single MATON_API_KEY env var. It does not request arbitrary file reads, unrelated environment variables, or system-level actions outside the ManyChat integration scope. The gateway approach means you send ManyChat credentials through Maton, which is expected but requires user trust in that service.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, so nothing is written to disk and no third-party packages are pulled in.
Credentials
Only one env var (MATON_API_KEY) is required and is directly relevant to the Maton gateway described. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request to persist or modify other skills or system settings. Autonomous invocation is allowed by default but not excessive here.
Assessment
This skill routes ManyChat API calls through Maton's gateway, so installing it requires you to trust maton.ai (the gateway will see APIs and any ManyChat credentials you provide via connections). Before installing: (1) Confirm you trust Maton (review their docs/privacy) because MATON_API_KEY grants access to the gateway; (2) Use the least-privileged API key possible and avoid reusing high-privilege tokens; (3) Complete ManyChat connections only via Maton's control URL and avoid pasting secrets into untrusted prompts; (4) Rotate credentials if you suspect misuse; (5) If you prefer direct integration without a proxy, use an alternative skill (e.g., api-gateway) or build a direct ManyChat integration. Overall the skill is internally consistent, but its security depends on trusting the Maton service.

Like a lobster shell, security has layers — review code before you run it.

latestvk972a6atsbb96mqacd628yn57980wy8m

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧠 Clawdis
EnvMATON_API_KEY

Comments