meta-social

Publish text, image, and link posts to Facebook Pages and Instagram Business via the Meta Graph API.

12|2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/CoworkedShawn/openclaw-skills --skill meta-social
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-social
Source: https://github.com/CoworkedShawn/openclaw-skills/tree/main/meta-social
Command: npx skills add https://github.com/CoworkedShawn/openclaw-skills --skill meta-social

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dotenv, commander, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Social media publishing often requires juggling multiple accounts, manual post creation, and inconsistent timing across Facebook Pages and Instagram Business accounts. This Skill unifies access via the Meta Graph API, centralizing posting, analytics, and metadata management to streamline workflows.

Core Features & Use Cases

  • Unified posting across Facebook Pages and Instagram Business accounts via the Graph API.
  • Create text, photo, and link posts; publish Instagram media and reels; manage comments and insights.
  • Token management and a CLI to list pages, post content, reply to comments, and retrieve account information in automated campaigns.

Quick Start

Run the login flow to obtain a user token, then connect to your Pages to start posting.

Frequently Asked Questions about meta-social

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate publishing to Facebook Pages and Instagram Business accounts?

Automated publishing to Facebook Pages and Instagram Business accounts is handled via the Meta Graph API, managing OAuth login, token retrieval, and post creation across text, image, and link formats through a CLI.

What do I need to set up before using the Meta Graph API for social media automation?

Setup requires completing an OAuth login flow to obtain a user token, configuring environment variables via dotenv, and storing tokens locally before connecting to Pages to start posting.

Can I manage Instagram comments and retrieve account insights using the Meta Graph API?

Yes, the Skill manages Instagram comments and retrieves account insights by exposing CLI scripts and utilizing token management to interact with the Meta Graph API for automated campaigns.

Does this automation approach support publishing Instagram reels and photo posts?

Yes, the approach supports publishing Instagram media including reels and photo posts, alongside creating text and link posts for Facebook Pages via the unified Meta Graph API workflow.

Why do I need local token storage for Facebook and Instagram posting workflows?

Local token storage maintains authenticated sessions for Facebook and Instagram posting workflows, allowing the CLI to securely manage OAuth tokens and automate repeated publishing tasks.

What is the best way to list Facebook Pages and post content from the command line?

The best way is using the provided CLI scripts, which enumerate available accounts and execute post creation directly across connected Facebook and Instagram profiles via the Meta Graph API.