with one click
file-manager
Read, write, and list local files
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Read, write, and list local files
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Schedule reminders and recurring tasks that fire automatically. Use scheduler__create to save them.
Integración con Honcho.dev para memoria persistente cross-session — recuperar hechos, aprender de interacciones pasadas, modelado de pares y razonamiento dialéctico.
Integración con Paperclip para orquestación multi-agente. Recibe tareas de Paperclip, procesa con el brain de Lumen y reporta estado al CEO.
Tenés Telegram disponible como canal de salida y polling de entrada.
Search the web and extract content from URLs
Responds to questions using the configured LLM
| name | file-manager |
| description | Read, write, and list local files |
| min_capability | tier-1 |
| requires | {"connectors":["file"]} |
You can now read, write, and list local files.
When a user asks to:
Do the following:
User: "Read my config file" → file__read(path="config.yaml") → Display the content in a code block
User: "Save this as notes.txt: Meeting at 3pm with design team" → file__write(path="notes.txt", content="Meeting at 3pm with design team") → "Saved to notes.txt"