← Back to Skills Marketplace
adolago

Meta Business CLI

by Artur · GitHub ↗ · v1.2.0
cross-platform ✓ Security Clean
749
Downloads
0
Stars
2
Active Installs
5
Versions
Install in OpenClaw
/install meta-business
Description
Skill for the Meta Business CLI. Complete WhatsApp, Instagram, Facebook Pages, and Messenger automation via the Graph API. Supports messaging, media, templat...
Usage Guidance
This skill appears to be a straightforward wrapper for a Meta Graph CLI. Before installing or running it: (1) verify the 'meta' CLI binary or the GitHub repo (adolago/meta-cli) is the official/trusted source you expect; avoid running arbitrary git clone/build commands from unknown repos. (2) Understand that credentials (app secret, access tokens) are stored locally at ~/.meta-cli/config.json — protect that file (restrict permissions) and prefer using short-lived tokens or system users where possible. (3) The CLI can send messages and upload local files — review and restrict any tokens you pass (use allowlist features for messaging). (4) If you want stronger assurance, inspect the upstream repository code or prefer an install path from an official release or verified package registry.
Capability Analysis
Type: OpenClaw Skill Name: meta-business Version: 1.2.0 The skill bundle provides a CLI for Meta Business API automation, including messaging, media, and webhook management. The installation process involves cloning a public GitHub repository and installing a bun package, which are standard methods. While the skill handles sensitive credentials (stored locally) and can install a systemd service for webhooks (a form of persistence), these actions are explicitly documented and align with the stated purpose. There is no evidence of intentional data exfiltration, hidden backdoors, malicious execution, or prompt injection attempts against the OpenClaw agent. The skill even mentions 'Prompt Injection Protection' for its own commands.
Capability Assessment
Purpose & Capability
Name/description (Meta Business CLI for WhatsApp/Instagram/Facebook/Messenger) aligns with the actual requirements and instructions: the skill expects a 'meta' CLI binary and documents commands for messaging, media, templates, analytics and webhooks.
Instruction Scope
SKILL.md stays within the declared purpose: it shows CLI commands, OAuth flows, and config management. It instructs storing app credentials via the CLI (meta config set) and references the local config path (~/.meta-cli/config.json), which is expected for a CLI tool. It does not instruct reading unrelated system files or exfiltrating arbitrary data.
Install Mechanism
The SKILL.md includes optional install commands: 'bun install -g meta-business-cli' and a git clone + bun build from https://github.com/adolago/meta-cli.git. Installing/building from an external GitHub repo and writing a binary to ~/.bun/bin is a normal install pattern for CLI tools but carries moderate risk if the source is untrusted — verify the upstream repo and its releases before running these commands.
Credentials
The skill declares no required environment variables and uses the CLI's own configuration and OAuth/token flows. The CLI stores app.id/app.secret and tokens in a local config file rather than requesting environment secrets from the skill registry — this is proportionate but means the local config file will contain sensitive credentials and should be protected.
Persistence & Privilege
The skill is not flagged as always:true and does not request elevated or cross-skill persistence. It suggests storing credentials in ~/.meta-cli/config.json (normal for a CLI) but does not attempt to alter other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meta-business
  3. After installation, invoke the skill by name or use /meta-business
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
v1.2.0: Complete command reference. Added: systemd service management, shell completion, auth status/logout, config get, media file size limits table, structured sections with code blocks. All commands verified against meta v0.1.0.
v1.1.0
v1.1.0: Updated command reference. Added allowlist, phone management, voice notes, markdown formatting, chunked messages, webhook forwarding, and media download commands.
v1.0.1
Re-publish with tags
v1.0.0
Initial publish: WhatsApp (text, media, voice notes, templates, markdown, chunking), Instagram, Facebook Pages, Messenger, webhook with dedup and forwarding, phone management, allowlist
v0.1.0
Initial release: WhatsApp, Instagram, Facebook Pages, Messenger CLI automation
Metadata
Slug meta-business
Version 1.2.0
License
All-time Installs 2
Active Installs 2
Total Versions 5
Frequently Asked Questions

What is Meta Business CLI?

Skill for the Meta Business CLI. Complete WhatsApp, Instagram, Facebook Pages, and Messenger automation via the Graph API. Supports messaging, media, templat... It is an AI Agent Skill for Claude Code / OpenClaw, with 749 downloads so far.

How do I install Meta Business CLI?

Run "/install meta-business" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Meta Business CLI free?

Yes, Meta Business CLI is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Meta Business CLI support?

Meta Business CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Meta Business CLI?

It is built and maintained by Artur (@adolago); the current version is v1.2.0.

💬 Comments