A robust command-line interface for managing the Meta Marketing API, Instagram publishing, and advertising insights with strict fail-closed reliability.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install metacli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install metacli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Meta Marketing CLI skill provides a comprehensive toolkit for developers and marketing engineers to interact with the Meta Graph API. It handles the entire authentication lifecycle, from OAuth bootstrap to token validation, and enables seamless management of campaigns, ad sets, and ads directly through terminal commands. This skill is a vital component for those building automated marketing workflows using Openclaw Skills.
Designed for reliability, the tool implements a fail-closed architecture, ensuring that any missing inputs or API errors stop the execution immediately to prevent data corruption or budget waste. It also features built-in support for schema synchronization, allowing users to keep their local API definitions updated with Meta's evolving requirements.
To get started with this skill, install the binary using Go and configure your authentication profile:
# Install the meta CLI
go install github.com/bilalbayram/metacli/cmd/meta@latest
# Sync the required schema packs
meta schema sync --schema-dir ~/.meta/schema-packs
# Run the auth setup (Requires APP_ID and APP_SECRET from Meta Developer Portal)
meta auth setup --profile <PROFILE> --app-id <APP_ID> --app-secret <APP_SECRET> --redirect-uri <REDIRECT_URI> --mode both --scope-pack solo_smb --listen 127.0.0.1:53682 --open-browser=false
The skill manages marketing data and configuration through a structured directory and profile system:
| Data Type | Storage/Format | Purpose |
|---|---|---|
| Profiles | Local Config | Stores credentials and tokens for different accounts. |
| Schema Packs | ~/.meta/schema-packs |
Local cache of Meta API field definitions. |
| Insights | JSONL / JSON | Standardized output for automated data processing. |
| Reports | Table / ASCII | Human-readable summaries of accounts and campaigns. |
| Logs | CLI Output | Technical logs with automatic secret redaction. |
Loading
A comprehensive Python-based interface to monitor and control Tesla vehicles using the Tessie API.

A specialized utility for safely updating the OpenClaw platform with automated safety checks, state backups, and one-click rollback support.

A high-performance CLI-driven web search skill utilizing MiniMax MCP and mcporter for real-time research and data retrieval.

A technical analysis powerhouse that calculates objective market confluence scores using a strict indicator-based framework.

A powerful Google Calendar integration that allows users to manage their schedules through natural conversation and automated morning briefs.

A comprehensive Google Calendar integration for AI agents to view, create, and manage schedule events using natural language.








































