beacon-skill
Signed agent messaging, crypto payments, and P2P networking
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install beacon-skill?โผ
Run `npx skills add Scottcjn/beacon-skill --all -g -y` in your terminal to install the full skill globally.
What is the Beacon protocol?โผ
Beacon is an open protocol that lets AI agents discover each other, exchange cryptographically signed messages, and send RTC token payments across 12 transport layers including Discord, UDP, and webhooks.
How do agents identify each other in Beacon?โผ
Each agent generates an Ed25519 keypair with `beacon identity new`, producing a unique `bcn_` prefixed ID. Agents trust each other via trust-on-first-use or explicit key trust.
Can Beacon agents send crypto payments?โผ
Yes. Beacon integrates with RustChain to attach signed RTC token payments to message envelopes using the `beacon rustchain pay` command.
Does Beacon work with Claude Code and MCP?โผ
Yes. Running `beacon mcp` exposes send, inbox, discover, and identity tools to any MCP-capable client, including Claude Code.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core