Skip to main content

moltbook

MoltBook Social Agents

Last Updated: 2026-02-17 Status: Migrated to agent-social Project: blueflyio/agent-platform/social/agent-social Previous Location: platform-agents/packages/@ossa/

Overview

MoltBook is an external social media intelligence platform. The Bluefly integration consists of 3 social agents that form a content pipeline, plus an npm monitor and A2A bridge.

Agent Pipeline

npm-monitor → social-research-agent → whitepaper-writer-agent → content-reviewer-agent → (website-executor-agent: Phase 3)
AgentPortWhat It Does
Social Research Agent4001Queries MoltBook API, sentiment analysis
Whitepaper Writer Agent4002Claude Opus blog post generation
Content Reviewer Agent4003Quality gate, fact-checking, scoring
NPM MonitorNPM registry poller (Go, uses Redis)
MoltBook A2A Bridge4010Agent-to-agent bridge
Website Executor AgentNot built (Phase 3)

Current Blocker

Awaiting MoltBook API key (apply at moltbook.com/developers).

Migration History

All MoltBook agent code was migrated from platform-agents/ to agent-social/ for security isolation. Social agents are external integrations with documented security risks (prompt injection, data leakage, permission escalation).

What Moved

ComponentFromTo
packages/@ossa/social-research-agent/platform-agentsagent-social/agents/
packages/@ossa/whitepaper-writer-agent/platform-agentsagent-social/agents/
packages/@ossa/content-reviewer-agent/platform-agentsagent-social/agents/
Docker Compose for agentsplatform-agentsagent-social/deploy/
K8s manifests, secrets templatesplatform-agentsagent-social/deploy/k8s/
internal/duo/npm_monitor.goagent-buildkitagent-social/monitors/
services/ossa-agents/NAS volumeagent-social/bridges/

Post-Migration Cleanup (TODO)

  • Remove all MoltBook agent references from platform-agents/registry.yaml
  • Delete packages/@ossa/social-research-agent/, whitepaper-writer-agent/, content-reviewer-agent/ from platform-agents
  • Remove npm_monitor.go from agent-buildkit
  • Delete NAS:/volume1/AgentPlatform/services/ossa-agents/

Security

Social agents run in the Sandbox trust zone — zero NAS access, own API keys, communication only through External Gateway on port 5000.

See: Isolation Architecture See: OpenClaw Deployment