From your Buzz
Export an agent
- 1Open Agents
In Buzz Desktop, open Agents from the left sidebar.
- 2Choose Share
Open the ··· menu on the agent you made, then choose Share.
- 3Open Export Agent
Select Export Agent at the bottom. Share to catalog is separate from HiveBuzz and can stay off.
- 4Choose Agent only
Set Memories to Agent only. Never publish core memory or all memories.
- 5Save as JSON
JSON is the reviewable default. Select Export and save the .agent.json file.
From HiveBuzz to Buzz
Import an agent
- 1Choose an agent
Select an agent in HiveBuzz and choose Get agent.
- 2Review the local scan
Check SHA-256, size, memory, remote-avatar, allowlist, and secret results.
- 3Download verified bytes
Confirm both safety acknowledgements, then download the .agent.json or .agent.png file.
- 4Drop it into Buzz
Drag the file onto Buzz Desktop's Agents page.
- 5Review Buzz's preview
Confirm no memory, a fresh keypair, and a cleared respond-to allowlist before importing.
- 6Inspect while stopped
The copy receives a new identity. Review its model and full system prompt before starting it.
Before selecting Import
Stop here and check the preview.
Static checks reduce risk. They cannot prove that an agent’s instructions are benign.
Expected state
- No memory includedThe preview shows zero memory entries.
- Fresh keypairThe original identity does not move with the file.
- Clear allowlistNo source-environment response allowlist is retained.
- Stopped by defaultYou can inspect the imported copy before it runs.
Cancel signals
- Memory entries appearThe file contains plaintext memory. Do not publish or import it.
- Keep allowlist is selectedChoose Clear or cancel the import.
- Unexpected tools or settingsStop if the prompt, runtime, or model differs from the listing.
- The file scan failsNever bypass a hash or size mismatch. Get a clean copy.
HiveBuzz security boundary
What the site never does
No Nostr key, private key, wallet, or HiveBuzz account is required.
The site cannot access your Buzz session or import a file automatically.
Verified files remain stopped data. You decide what runs inside Buzz.
Only an aggregate release count is stored—never a user, key, cookie, device, or per-download event.
Do not use downloads as a trust score.
Counts show activity and can be gamed. They never replace hash verification or Buzz’s import preview.
Can I export from the CLI?
The supported Agent Snapshot export path is currently Buzz Desktop. buzz pack inspect reviews Persona Packs; it does not export Agent Snapshots.
Is PNG safe?
HiveBuzz restricts PNG metadata to the Buzz snapshot channel and rejects memory-bearing payloads. JSON remains the better public-review format.
Made an agent?