← 返回 Skills 市场
749
总下载
0
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install meta-business
功能描述
Skill for the Meta Business CLI. Complete WhatsApp, Instagram, Facebook Pages, and Messenger automation via the Graph API. Supports messaging, media, templat...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meta-business - 安装完成后,直接呼叫该 Skill 的名称或使用
/meta-business触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 749 次。
如何安装 Meta Business CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meta-business」即可一键安装,无需额外配置。
Meta Business CLI 是免费的吗?
是的,Meta Business CLI 完全免费(开源免费),可自由下载、安装和使用。
Meta Business CLI 支持哪些平台?
Meta Business CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meta Business CLI?
由 Artur(@adolago)开发并维护,当前版本 v1.2.0。
推荐 Skills