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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/antoniovfranco/algernon-textoWhat This Skill Does
algernon-texto is a sophisticated, interactive reading assistant designed for the OpenClaw agent ecosystem. It transforms linear text or academic papers into structured, modular, and dialogue-driven learning experiences. By breaking dense materials into manageable ~300-word blocks, the skill prevents cognitive overload and fosters active recall through periodic engagement. It features two primary modes: 'texto' for general reading and 'paper' for structured academic exploration. The skill provides an on-demand toolset, allowing users to ask for explanations, analogies, summaries, or comprehension tests at any point during the session.
Installation
To integrate this skill into your OpenClaw environment, use the following terminal command:
clawhub install openclaw/skills/skills/antoniovfranco/algernon-texto
Ensure your ALGERNON_HOME directory is correctly configured, as the skill relies on local materials storage and a study.db SQLite database to track progress and content metadata.
Use Cases
This skill is ideal for students, researchers, or professionals who need to digest heavy technical documentation, research papers, or lengthy instructional manuals. It is particularly effective when you want to avoid 'passive reading' and prefer a tutor-like experience that forces you to engage with the material. 'Paper' mode is specifically optimized for scientific publications, ensuring that you synthesize the core methodology and results before transitioning into the implications of the study.
Example Prompts
- "/algernon texto quantum-computing-fundamentals: let's start with chapter one."
- "quero ler o paper sobre redes neurais bloco a bloco, por favor."
- "estamos lendo sobre topologia, vamos fazer um test sobre esse bloco antes de continuar."
Tips & Limitations
- Tip: Use the
/analogytool if a specific concept feels too abstract; it is excellent for mapping complex technical topics to everyday scenarios. - Tip: If you feel overwhelmed, use
/summarizeafter every block to build a mental map of the content. - Limitation: The skill requires local installation of materials in a specific YAML structure. Ensure your content files are properly categorized in your
ALGERNON_HOMEdirectory before invoking the skill. - Limitation: The word count per block is an approximation; ensure your source files are formatted clearly to allow the parser to respect logical section boundaries.
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-texto": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
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-interview
Mock technical interview mode for OpenAlgernon. Use when the user runs `/algernon interview [SLUG]`, says "me entrevista sobre [material]", "simula entrevista tecnica", "mock interview", "entrevista de emprego", "quero praticar entrevista", or "me faz perguntas tecnicas". Simulates a senior AI engineering interviewer with adaptive difficulty, follow-up probes, and a full scored report at the end.
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.