mit einem Klick
file-manager
Read, write, and list local files
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Read, write, and list local files
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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"