1.3 KiB
1.3 KiB
transfer-pack
A Hermes Agent skill for sending transfer packets (files + instructions) between remote agent instances withDiscord notification.
What It Does
When you need to send files or instructions to another Hermes Agent running on a different machine, this skill:
- Packages files + a LETTER.md into a tarball
- SCPs it to the recipient's server
- Creates a one-shot cron job that notifies the recipient via Discord
- Cleans up temp files
Installationsymlink:
ln -s /path/to/transfer-pack ~/.hermes/skills/transfer-pack
Or copy the SKILL.md to ~/.hermes/skills/transfer-pack/SKILL.md.
Usage
From another skill or directly:
User: "Use transfer-pack to send the new config to CeeLo"
The skill will:
- Parse AGENTS.md to find CeeLo's SSH address
- Create a transfer packet with the files
- Deliver to CeeLo's server
- Schedule a Discord notification for CeeLo
Requirements
- SSH key access to recipient servers
mcp_sshtool (SSH-MCP integration)- Hermes cron support on both sender and recipient
Integration with agent-coordination
This skill is designed to work with the agent-coordination repository:
- Parses
AGENTS.mdto resolve recipient names to SSH addresses - Uses
PERSONALITY.mdfor shared behavioral context (optional)
License
MIT