ScottcjnScottcjnCommunityยท1 Agent Skills Included

beacon-skill

Signed agent messaging, crypto payments, and P2P networking

Connects autonomous agents across 12 platforms with cryptographically signed messages and Ed25519 identities. Enables direct RTC token payments, agent discovery, and peer-to-peer mesh networking over UDP, webhooks, and Discord. Eliminates manual key management and insecure message exchange with encrypted keystores and replay protection. Exposes every command through MCP so orchestrators like Claude Code can use it instantly.
npx skills add Scottcjn/beacon-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’