ORCHESTRATION

ORCHESTRATION is an agent for coding agents from alessio-web-dev/social-cli-mcp. It costs 0 tokens per session (2,013 once invoked), scanned A, original, MIT.

A multi-agent workflow for turning a broad weekly focus into coordinated tasks. It starts by asking short questions about priorities and whether the focus is technology or music, then routes the work through different agents.

In plain words
What is it for?
Use it to organise weekly planning around projects, launches, sessions, or other technology and music priorities.
Why use it?
It helps clarify an open-ended request before assigning work, so the resulting tasks match the user’s priorities and upcoming events.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/alessio-web-dev/social-cli-mcp/orchestration
Clone the repo
git clone --depth 1 https://github.com/alessio-web-dev/social-cli-mcp

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ORCHESTRATION

README.md
[![agentmods](https://agentmods.dev/badge/agents/alessio-web-dev/social-cli-mcp/orchestration.svg)](https://agentmods.dev/agents/alessio-web-dev/social-cli-mcp/orchestration)
Your own site
<a href="https://agentmods.dev/agents/alessio-web-dev/social-cli-mcp/orchestration"><img src="https://agentmods.dev/badge/agents/alessio-web-dev/social-cli-mcp/orchestration.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,013 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.02013
Opus 5 $0.00000 $0.01007
Sonnet 5 $0.00000 $0.00403
Haiku 4.5 $0.00000 $0.00201

Measured 3d ago against content hash 6ca59e48859c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ORCHESTRATION scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/agents/ORCHESTRATION.md · 261 lines

How it starts

The opening of the file, as written. The whole thing — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orchestration Flow - Multi-Agent System

Overview

┌─────────────────────────────────────────────────────────────────────────────┐
│                              USER INPUT                                      │
│         "Questa settimana focus su jsOM launch e sunrise sessions"          │
└────────────────────────────────────┬────────────────────────────────────────┘
                                     │
                                     ▼
┌─────────────────────────────────────────────────────────────────────────────┐
│                         1. INTERVIEWER                                       │
│                                                                             │
│   npx tsx src/agents/interviewer.ts weekly                                  │
│                                                                             │
│   Domande rapide:                                                           │
│   • "Qual è la priorità questa settimana?"                                  │
│   • "Tech o music focus?"                                                   │
│   • "Novità o eventi in arrivo?"                                            │
│                                                                             │
│   Output: InterviewInsight → SurrealDB interview_session                    │
└────────────────────────────────────┬────────────────────────────────────────┘
                                     │
                                     ▼
┌─────────────────────────────────────────────────────────────────────────────┐
│                         2. STORY DIRECTOR                                    │
│                                                                             │
│   npx tsx src/agents/story-director.ts plan "focus jsOM + sunrise"          │
│                                                                             │
│   • Analizza interview insights                                             │
│   • Decide arco narrativo settimanale                                       │
│   • Definisce parallel paths (tech/music/hybrid)                            │
│   • Identifica crossover sabato                                             │
│                                                                             │
│   Output: StoryArc + NarrativePaths → SurrealDB story_arc, narrative_path   │
└────────────────────────────────────┬────────────────────────────────────────┘
                                     │
                                     ▼
┌─────────────────────────────────────────────────────────────────────────────┐
│                         3. EDITORIAL PLANNER                                 │
│                                                                             │
│   npx tsx src/agents/editorial-planner.ts today                             │
│                                                                             │
│   • Traduce narrativa → calendario concreto                                 │
│   • Assegna contenuti a giorni/orari                                        │
│   • Bilancia pillars nella settimana                                        │
│   • Determina cosa postare OGGI                                             │
│                                                                             │
│   Output: DailyPlan → platform_content ready                                │
└────────────────────────────────────┬────────────────────────────────────────┘
                                     │
                    ┌────────────────┼────────────────┐
                    │                │                │
                    ▼                ▼                ▼
┌───────────────────────┐ ┌──────────────────────┐ ┌──────────────────────┐
│   TWITTER AGENT       │ │   INSTAGRAM AGENT    │ │   YOUTUBE AGENT      │
│                       │ │                      │ │                      │
│ • Threads             │ │ • Reels (hook 3s)    │ │ • Shorts crosspost   │
│ • NO link in main     │ │ • Carousels          │ │ • Long-form monthly  │
│ • Link in REPLY       │ │ • 3-5 hashtag        │ │                      │
│ • Max 2 hashtag       │ │ • Stories daily      │ │                      │
│ • 5-10 post/day       │ │                      │ │                      │
└───────────────────────┘ └──────────────────────┘ └──────────────────────┘
                    │                │                │
                    └────────────────┼────────────────┘
                                     │
                                     ▼
┌─────────────────────────────────────────────────────────────────────────────┐
│                         4. MANUAL POSTING                                    │
│                                                                             │
│   User copia contenuto e posta manualmente                                  │
│   (API budget limitato - 10 calls/week self-imposed)                        │
└────────────────────────────────────┬────────────────────────────────────────┘
                                     │
                                     ▼
┌─────────────────────────────────────────────────────────────────────────────┐
│                         5. ANALYTICS & FEEDBACK                              │
│                                                                             │
│   npx tsx src/agents/interviewer.ts feedback                                │
│                                                                             │
│   • Raccoglie feedback post-pubblicazione                                   │
│   • Monitora performance (share rate > save rate)                           │
│   • Aggiorna hashtag_analysis con risultati                                 │
│   • Informa Story Director per prossima settimana                           │
│                                                                             │
│   Output: Performance data → feedback loop                                  │
└─────────────────────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 261 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 261 lines · 0 tokens per session scan A 6ca59e48859c

Subscribe to this mod's changes

ORCHESTRATION is an agent published in the GitHub repository alessio-web-dev/social-cli-mcp (7 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,013 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.