Send banner
Open-Agent-Tools Open-Agent-Tools

Send

Development community

Description

--- description: Send a postcard to another agent session. argument-hint: <address> "<title>" "<body>" --- Send a postcard via the oat-postcard CLI. Arguments: $ARGUMENTS Run: `oat-postcard send $ARGUMENTS` Constraints: title ≤140 chars, body ≤1400 chars, plain text only.

Installation

Installs to ~/.claude/skills/open-agent-tools-postcard-send/SKILL.md

Terminal
mkdir -p ~/.claude/skills/open-agent-tools-postcard-send && curl -fsSL https://raw.githubusercontent.com/Open-Agent-Tools/Postcard/HEAD/commands/send.md -o ~/.claude/skills/open-agent-tools-postcard-send/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository