oc-social-agents
Summary
This workspace provides agent configuration files and core behavior documents for an OpenClaw-powered social media management system. It defines roles, workflows, personalities, and delegation rules for a multi-agent setup designed to automate content planning, research, drafting, and publishing on social platforms.
Included Assets
- Agent configuration & behavior files:
AGENTS.md: Workspace overview, session, and memory guidelinesSOUL.md: Main agent (Muddy) identity and routing logicTOOLS.md: Local environment notes
- Agent directories and documentation:
agents/README.md: Multi-agent architecture overviewagents/prime/README.md,agents/pulse/README.md,agents/scout/README.md,agents/quill/README.md,agents/twitter/README.md: Role definitions and workflow for each agentagents/prime/delegation-rules.md: Model assignments and spawn templates
- Agent "SOUL.md" files:
- Personality, values, and decision style for Prime, Pulse, Scout, Quill, Twitter agents
- Node dependency:
node_modules/dotenv/andpackage.json: For managing environment variables
How to Use
- Review agent role files:
- Start with
agents/README.mdfor system architecture. - Read each agent’s
README.mdandSOUL.mdfor personality, tasks, and workflow specifics.
- Start with
- Customize workspace notes:
- Add environment-specific details to
TOOLS.md. - Update
AGENTS.mdas needed to track sessions and memory.
- Add environment-specific details to
- Follow assignment and delegation rules:
- Refer to
agents/prime/delegation-rules.mdfor proper model assignment and agent spawning syntax.
- Refer to
- Set up environment variables (optional):
- Install dependencies via
npm install. - Use dotenv (
.envfile) for sensitive configs if needed.
- Install dependencies via
- Operate the agents as described:
- Maintain the workflow pipeline: Pulse triggers → Prime plans → Scout researches → Quill drafts → Twitter posts.
- Always route tasks through designated agents; avoid role confusion.
Notes
- Each agent is strictly scoped—refer to their docs for what they do and don’t do.
- Memory and session instructions in
AGENTS.mdhelp maintain continuity and context for agent operation. - Keep environment-specific items (devices, aliases) in
TOOLS.md. - Agents do not share confidential context unless approved for main session access.
- Content publishing is handled stepwise—never skip the research or draft approval process.
- For any updates, check the relevant
SOUL.mdor delegation rules to avoid disrupting the workflow.
还没有评论。