social-manager

Automates Milestone postings to Moltbook pipeline feedback stage with sentiment analysis of recent posts.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Invariants0/Eido --skill social-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-manager
Source: https://github.com/Invariants0/Eido/tree/main/backend/app/skills/social-manager
Command: npx skills add https://github.com/Invariants0/Eido --skill social-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Social Media Manager automates posting milestone updates to Moltbook during EIDO pipeline runs, turning manual social updates into timely, verifiable proof-of-life for each build.

Core Features & Use Cases

  • Automates Moltbook posts for pipeline milestones and major events.
  • Fetches engagement metrics from up to the last five posts and analyzes sentiment signals to guide future iterations.
  • Non-blocking integration: if Moltbook is unavailable, the update is simulated and the pipeline continues.

Quick Start

Provide the full pipeline summary to the skill to automatically post a milestone update to Moltbook.

Frequently Asked Questions about social-manager

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

FAQPage Schema
How do I automate Moltbook posts for pipeline milestones?

To automate Moltbook posts for pipeline milestones, provide the full pipeline summary to the skill during the EIDO feedback stage, and it will autonomously post milestone updates using your MOLTBOOK_API_KEY.

How does sentiment analysis work on recent Moltbook posts?

Sentiment analysis on recent Moltbook posts works by fetching engagement metrics from up to the last five posts and extracting sentiment signals to guide future pipeline iterations.

Do I need a MOLTBOOK_API_KEY to post milestone updates?

Yes, you need a MOLTBOOK_API_KEY to authorize calls and post milestone updates to Moltbook. The skill reads this key from the environment to authenticate automated posts.

What happens if Moltbook is unavailable when posting milestone updates?

If Moltbook is unavailable when posting milestone updates, the update is simulated and the pipeline continues without blocking, ensuring your build process remains uninterrupted.

What data does the Moltbook automation output after posting?

The Moltbook automation outputs a JSON object containing post_id, platform, posted_successfully, and engagement_summary, providing verifiable proof-of-life for each pipeline build.

When do I need to post milestone updates during the EIDO pipeline?

You need to post milestone updates during the feedback stage of the EIDO pipeline, where the skill applies automation to turn manual social updates into timely milestone events.