An OpenClaw agent skill: Post character death announcements to the boneyard Discord channel with themed embeds.
Copy the skill to the OpenClaw skills directory:
# Shared (all agents)
scp -r boneyard your-vps:~/.openclaw/skills/boneyard
# Per-agent
scp -r boneyard your-vps:~/.openclaw/workspaces/<agent>/skills/boneyardRestart the gateway after installing:
openclaw gateway restartboneyard/
├── SKILL.md # Skill definition and agent instructions
├── README.md # This file
└── tools/ # Implementation scripts
└── post.sh # Post character death embed to Discord
MIT