/echo
Echo the contents of the file at DROPPED_FILE_PATH and provide a brief summary.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/echo
Context preview
What this command does when you run it.
Echo the contents of the file at DROPPED_FILE_PATH and provide a brief summary.
Command definition
echo.mdEcho Command
Echo the contents of the file at DROPPED_FILE_PATH and provide a brief summary.
Variables
DROPPED_FILE_PATH: [[FILE_PATH]] DROPPED_FILE_PATH_ARCHIVE: agentic_drop_zone/echo_zone/drop_zone_file_archive/
Workflow
1. Read the file contents at DROPPED_FILE_PATH 2. Write out the file in between a markdown code block 3. Below log the total number of characters in the file and the file name 4. Move the file to the archive: `mv DROPPED_FILE_PATH DROPPED_FILE_PATH_ARCHIVE/`
Example Output Format
<file_contents> total characters: <number_of_characters> file name: <file_name>
See what you can do with the Agentic Drop Zone in this video. Automated file processing system that monitors directories and triggers agents (Claude Code, Gemini CLI, Codex CLI) when files are dropped.
Repo: disler/agentic-drop-zones
Other commands on agentic-drop-zones.
- /create_image
Generate image(s) via Replicate
Open command - /edit_image
Edit existing images via Replicate using direct curl API calls
Open command - /finance_categorizer
This command analyzes bank statement CSV files, corrects missing or incorrect categorizations, and generates comprehensive spending reports with visual indicators for high spending areas.
Open command - /more_training_data
Analyze data patterns and generate additional synthetic training data
Open command - /morning_debrief
Transcribe morning debrief audio and analyze for engineering ideas and priorities
Open command - /prime
Understand the files in the `Read` section, and execute the `Run` commands then `Report` your findings.
Open command

