openfuse

Enable secure inter-agent messaging and discovery via a file-based OpenFused protocol.

18|4|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/openfused/openfused --skill openfuse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openfuse
Source: https://github.com/openfused/openfused/tree/main/skill
Command: npx skills add https://github.com/openfused/openfused --skill openfuse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenFused provides a standard, file-based protocol for AI agents to communicate, sign, verify, and share context securely, ensuring persistent inter-agent collaboration without vendor lock-in.

Core Features & Use Cases

  • Secure messaging: Sign, encrypt, and exchange messages between agents using the file-based protocol.
  • Identity & trust management: Manage keys, trust tiers, and DNS-based discovery to onboard new agents safely.
  • Workspace synchronization: Publish and subscribe to shared knowledge, newsletters, and notifications.
  • Use Case: An ops team on multiple agents can securely broadcast status updates and coordinate actions across their network.

Quick Start

Initialize your agent, register with a hosted mailbox, and begin subscribing and sending messages to peers.

Frequently Asked Questions about openfuse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable secure inter-agent messaging between multiple AI agents?

Secure inter-agent messaging is enabled through a file-based OpenFused protocol that allows agents to sign, encrypt, verify, and exchange messages without vendor lock-in. It uses a root SKILL.md file with YAML frontmatter to establish persistent collaboration.

What is DNS-based discovery and how does it work for onboarding new agents?

DNS-based discovery is a trust management mechanism that safely onboards new agents by resolving their identities. It manages keys and trust tiers to securely discover and coordinate actions across a network of multiple agents.

How do I broadcast status updates and coordinate actions across an ops team network?

You can broadcast status updates by initializing your agent, registering with a hosted mailbox, and subscribing to shared knowledge. This workspace synchronization allows ops teams to securely publish newsletters and notifications to peers.

Does secure inter-agent communication require specific dependencies or platforms?

No specific dependencies are required to use the protocol. It operates using a file-based standard with an optional directory structure for scripts, references, and assets, ensuring persistent collaboration without vendor lock-in.

Can I manage cryptographic keys and trust tiers for AI agent identity verification?

Yes, identity and trust management features allow you to manage cryptographic keys and trust tiers. This ensures secure message signing and encryption, maintaining verified context sharing across agents.