Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-relay:send-fileThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Upload a file to the relay blob store and attach it to a session message in one operation.
Upload a file to the relay blob store and attach it to a session message in one operation.
upload_blob with the local file path; receive the sha256 hash.attach_blob with the session_id, sha256, filename, and guessed MIME type.send_message with a short description (e.g., "Attached: log.txt").${sha256}.download_blob using the sha256.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin agent-relay