원클릭으로
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"