r0b0tlab
hermes-buzz-shared-profile
macOS Hermes skill for sharing one canonical writable profile across Buzz and ACP surfaces
Documentation snapshot
README 快照
本页保存的是公开项目资料快照,阅读过程不需要连接 GitHub。
Hermes Buzz Shared Profile
Add a Hermes profile to Buzz Desktop as a native managed agent. The agent appears alongside builtins like Bumble and Fizz in the Buzz agents panel.
Why
Buzz agents run an ACP child process. Hermes already speaks ACP via hermes -p acp. This skill writes the agent entry directly into Buzz’s managed-agents.json, so no custom harness JSON or manual configuration is needed.
Compatibility
- macOS, Linux, and Windows 10/11.
- Python 3.11 or newer; runtime code uses only the standard library.
- Buzz Desktop installed and launched at least once.
Install
hermes skills inspect amanning3390/hermes-buzz-shared-profile/hermes-buzz-shared-profile
hermes skills install amanning3390/hermes-buzz-shared-profile/hermes-buzz-shared-profile
Quick start
# Create a profile (if you don't have one)
hermes profile create hermes-buzz --description "Shared profile for Buzz"
# Add it to Buzz Desktop
python3 hermes-buzz-shared-profile/scripts/shared_profile.py buzz-add --profile hermes-buzz
# Restart Buzz Desktop — the agent appears in the agents panel
Commands
| Goal | Command |
|---|---|
| Add or update a Hermes agent | buzz-add --profile |
| Add with custom name | buzz-add --profile --name "My Agent" |
| Remove from Buzz | buzz-remove --profile |
| List Hermes agents in Buzz | buzz-list |
Verification
python3 -m pytest tests/skills/test_hermes_buzz_shared_profile_skill.py -q
python3 -m py_compile hermes-buzz-shared-profile/scripts/shared_profile.py
Security
Do not open public issues containing credentials, profile archives, or state.db. Use GitHub private Security Advisories as described in SECURITY.md.
License
MIT
Official distribution
获取与安装
暂未发现可确认的官方软件包地址
当前 README 快照没有出现 npm、PyPI、Crates.io、pub.dev 等官方包页链接。本站不会根据仓库名称猜测下载地址。
本站不托管项目文件;需要安装时,请以项目维护者发布的官方文档为准。
Before installing
使用前核验
本站保存公开资料用于阅读,不代表安全审计或功能背书。安装前请核对许可证、依赖来源和发布签名,不要直接运行来源不明的二进制文件或高权限脚本。