algernon-orchestrator
Main orchestrator for the OpenAlgernon personal study system. Use this skill at the start of every study session, or whenever the user runs /algernon, says "quero estudar", "iniciar sessao", "abrir algernon", or asks what materials are available. Also handles the /algernon help command and routes any unmatched command to the right sub-skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/antoniovfranco/algernon-orchestratorWhat This Skill Does
The algernon-orchestrator is the central command center for the OpenAlgernon study ecosystem. It acts as an intelligent router and session manager, ensuring that every time you interact with your study system, the context is loaded, stats are retrieved, and your intent is correctly interpreted. The orchestrator automates the 'getting started' phase by reading your personalized memory files, checking pending study cards in your local SQLite database, and providing a concise status briefing. It bridge the gap between user intent and specific atomic skills, allowing you to transition seamlessly from a meta-study planning phase to specialized tasks like flashcard reviews, Feynman technique explanations, or deep-work sprints.
Installation
To integrate this orchestrator into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/antoniovfranco/algernon-orchestrator
Once installed, ensure your ALGERNON_HOME environment variable is correctly configured to point to your data directory to enable full synchronization with your SQLite databases and memory markdown logs.
Use Cases
- Session Initialization: Automatically generate a briefing of your study status, pending tasks, and streaks upon login.
- Skill Routing: Delegate complex tasks to specialized agents (e.g., routing 'sprint 25' to the timer utility or 'feynman' to the pedagogical explanation engine).
- Content Management: Centralize content lifecycle operations such as importing new materials, removing outdated papers, or listing your current knowledge base.
- Progress Tracking: Consolidate your study session data to provide periodic reports on your learning velocity.
Example Prompts
- "iniciar sessao"
- "quero estudar sobre machine learning, me entrevista sobre o tema"
- "sprint 25"
Tips & Limitations
- Contextual Awareness: The orchestrator relies on the validity of your MEMORY.md file. Keep it updated to ensure the briefing section remains accurate.
- Database Integrity: Since the orchestrator queries
study.dbdirectly, ensure no concurrent writes are occurring during the briefing generation phase. - Pathing: If the system fails to display cards due, check your
ALGERNON_HOMEvariable; if the orchestrator cannot locate the path, it will default to 'no activity' indicators to prevent crashes.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-antoniovfranco-algernon-orchestrator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
agente-biologia
Agente especialista em Biologia para FUVEST — 1ª fase. Biologia tem presença consistente nas 90 questões objetivas, especialmente Genética e Ecologia, que são os tópicos favoritos da FUVEST. Cobre: Citologia, Histologia, Fisiologia Humana, Genética (Mendel + Molecular), Evolução, Ecologia, Botânica e Zoologia. Entra no ciclo após Matemática, Português e Física consolidarem base. Opera em integração com vestibular-tutor, vestibular-srs e agente-quimica (bioquímica celular). Acionar quando Antonio mencionar qualquer tópico de biologia, células, genética, evolução, ecossistemas, ou o orchestrator abrir sessão de Biologia.
agente-quimica
Agente especialista em Química para FUVEST — 1ª fase. Química tem presença significativa nas 90 questões objetivas e frequentemente aparece em questões interdisciplinares com Biologia e Física. Cobre: Estrutura Atômica, Tabela Periódica, Ligações Químicas, Funções Inorgânicas, Estequiometria, Soluções, Termoquímica, Eletroquímica, Cinética, Equilíbrio e Química Orgânica. Entra no ciclo após Matemática e Português consolidarem base. Opera em integração com vestibular-tutor, vestibular-srs, agente-matematica (cálculos) e agente-biologia (bioquímica). Acionar quando Antonio mencionar qualquer tópico de química, átomos, reações, tabela periódica, ou o orchestrator abrir sessão de Química.
agente-historia-geografia
Agente especialista em História e Geografia para FUVEST — 1ª fase. Ambas têm peso alto nas 90 questões objetivas, com História priorizando Brasil (Colonial, Imperial, República) e Geografia focando em geopolítica e biomas. A FUVEST 2026 foi notada por cobrar atualidades geopolíticas diretamente (Venezuela/Essequibo, questões ambientais, CLT). Opera em integração com vestibular-tutor, vestibular-srs, agente-filosofia-sociologia (contexto ideológico) e agente-portugues (literatura histórica). Entra no ciclo após Matemática, Português e Física consolidarem base. Acionar quando Antonio mencionar História, Geografia, Brasil, geopolítica, biomas, ou qualquer evento histórico.
algernon-texto
Block-by-block reading mode for OpenAlgernon materials. Use when the user runs `/algernon texto SLUG`, `/algernon paper SLUG`, says "quero ler [material]", "vamos ler [topic] bloco a bloco", "modo texto", or "leitura guiada". Also activates when the user is mid-session and selects /continue between blocks. Paper mode adds structured reflection between major sections.
algernon-sprint
Timed interleaved study sprint for OpenAlgernon. Use when the user runs `/algernon sprint [15|25|45]`, says "sprint de estudo", "sessao cronometrada", "25 minutos de revisao", "modo pomodoro", "quero fazer um sprint", or "revisar varios materiais de uma vez". Cards from all installed materials are shuffled and interleaved. Ends with a post-sprint retrieval test to measure retention gain.