ワンクリックで
file-manager
Read, write, and list local files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read, write, and list local files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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"