berrzebb/SoulFlow-Orchestrator

Cloud-independent, self-hosted AI agent runtime — no vendor lock-in. Slack · Telegram · Discord · Web. 9 provider-neutral backends (Claude, Codex, Gemini, OpenAI, Ollama…), 141-node workflow engine, multi-agent Phase Loops, HITL gates, AES-256-GCM Vault. TypeScript. AGPL-3.0.

This repository also configures its own agents. See what SoulFlow-Orchestrator tells them →

22Stars on the repository
30Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

agent-browser

01

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Web search and browser automation using websearch, webfetch, and webbrowser tools. Use when: internet lookup, latest/real-time information, cross-source verification, any URL mentioned by user, dynamic page interaction, web crawling, site analysis, news search, price check, documentation lookup. Do NOT use for local…

not rated 22 5mo ago A 0 tokens

clawhub

02

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Search and install agent skills from ClawHub, the public skill registry. Use when the user asks to find, install, update, or list available skills. No API key needed. Do NOT use for creating skills (use skill-creator) or managing locally installed skills.

not rated 22 5mo ago A 59 tokens

cron

03

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Schedule reminders, recurring tasks, and one-time notifications using the cron tool. Use when the user asks to set a reminder, schedule a recurring task, create a timer, or wants periodic execution. Also use for listing or removing existing schedules. Do NOT use for immediate one-off actions that need no scheduling.

not rated 22 5mo ago A 63 tokens

diagram

04

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Generate Mermaid diagrams (flowcharts, sequence, ERD, class, state, gantt, pie, mindmap) as SVG or ASCII using the builtin diagramrender tool. Use when the user asks for architecture diagrams, visual charts, or mentions Mermaid syntax. Do NOT use for image generation, screenshots, or non-diagram visuals.

not rated 22 5mo ago A 69 tokens

file-delivery

05

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Send files (PDF, images, documents) to the current channel using sendfile tool. Use when the user asks to attach, deliver, upload, or send a generated file. Do NOT use for requesting files FROM users (use requestfile), text-only messages (use message), or diagram rendering (use diagram).

not rated 22 5mo ago A 67 tokens

file-maker

06

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Generate structured files (PDF, PPTX, DOCX, XLSX, ZIP) using Python inside a container sandbox. Use when the user asks to create, export, or generate a document, report, spreadsheet, presentation, or archive. After creation, use file-delivery skill to send the file. When explicitly requested, can also package multiple…

not rated 22 5mo ago A 120 tokens

github

07

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Interact with GitHub using the gh CLI for issues, pull requests, CI/CD runs, releases, and API queries. Use when the user mentions GitHub, PRs, issues, CI checks, workflow runs, or references a GitHub URL. Do NOT use for generic git operations (use just-bash) or non-GitHub platforms.

not rated 22 5mo ago A 72 tokens

hwpx

08

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

A document add-on for creating, reading, and editing HWPX files, the XML-based document format used by Hancom Hangul.

not rated 22 5mo ago A 76 tokens

just-bash

09

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Efficient shell execution using the exec tool with automatic just-bash runtime. Use for any local computation, file inspection, system commands, git operations, or CLI tools. Always available as the default execution pathway. Do NOT use for interactive TTY (use tmux) or container isolation (use python-sandbox or…

not rated 22 5mo ago A 70 tokens

location

10

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Generate map links for places, addresses, and points of interest. Use when the user mentions a location, asks for directions, or wants nearby recommendations (restaurants, cafes, etc.). Supports Google Maps, Kakao Map, and Naver Map.

not rated 22 5mo ago A 51 tokens

memory

11

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Two-layer persistent memory system (longterm facts + daily recall) backed by memory.db. Use when the user mentions remembering, recalling past events, storing preferences, or asks about past context. Also use automatically to persist important user preferences, project facts, and relationship data. Do NOT use for…

not rated 22 5mo ago A 64 tokens

role:concierge

12

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

A user-facing assistant for everyday tasks that delegates development work to planning or coordination roles.

not rated 22 5mo ago A 68 tokens

role:debugger

13

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

A debugging role that traces bugs and errors, analyses their root causes, and suggests fixes.

not rated 22 5mo ago A 58 tokens

role:implementer

15

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

A code-implementation role that edits files according to an approved specification and checks its own work.

not rated 22 5mo ago A 59 tokens

role:pl

16

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

A development coordinator that starts developer sub-agents, monitors their progress, checks phase gates, and verifies results after receiving a project specification.

not rated 22 5mo ago A 58 tokens

role:pm

17

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

A project-planning role that analyses requirements, writes specifications, and sets priorities before development begins.

not rated 22 5mo ago A 57 tokens

role:reviewer

18

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

A code reviewer that checks finished code for quality, security, speed, and consistency with the project's conventions.

not rated 22 5mo ago A 49 tokens

role:validator

19

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

A validation role that runs a project's build, tests, and code checks, then decides whether the results pass.

not rated 22 5mo ago A 54 tokens

sandbox

20

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Execute any dependency-requiring task inside ephemeral containers (podman/docker) with automatic cleanup. Use for Python scripts (pip packages), SQLite/DuckDB local DB, PostgreSQL/MySQL connections, or any tool requiring system packages. Container is pulled, used, and removed — nothing stays on host. Do NOT use for…

not rated 22 5mo ago A 80 tokens

skill-creator

21

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and validate skill structure. Use when users want to create a skill from scratch, update or optimize an existing skill, restructure SKILL.md for better triggering, or add scripts/references/assets. Do NOT use for general coding tasks, when the user just wants to…

not rated 22 5mo ago A 89 tokens

summarize

22

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Summarize or extract text from URLs, local files, YouTube videos, and podcasts using the summarize CLI. Use when the user asks to summarize a link, article, video, or document. Supports multiple output lengths and models. Do NOT use for web search (use web-search) or for content the agent can read directly.

not rated 22 5mo ago A 71 tokens

tmux

23

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. Use when the task needs an interactive TTY: Python REPLs, long-running processes, or orchestrating multiple agents in parallel. Requires tmux on PATH (macOS/Linux, WSL on Windows). Do NOT use for simple non-interactive…

not rated 22 5mo ago A 0 tokens

weather

24

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

Get current weather conditions and forecasts for any location using Open-Meteo API with KMA (Korea Meteorological Administration) data. No API key required. High-resolution 1.5km model for Korea. Use when the user asks about weather, temperature, rain, snow, humidity, wind, or forecasts. Do NOT use for historical…

not rated 22 5mo ago A 77 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: