Skip to content
Automation
Command

/echo

Echo the contents of the file at DROPPED_FILE_PATH and provide a brief summary.

From plugin
agentic-drop-zones
2047 skills7 commands

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.md

Echo 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>
Ships withagentic-drop-zones

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.

Get the whole plugin