Social graph for your Hermes Agent.
Five tools to manage contacts with trust tiers (Dunbar-inspired:
intimate → close → familiar → known), drift detection, and content
guardrails. Mirrors the OpenClaw pip install nostrsocial SDK.
hermes plugins install HumanjavaEnterprises/nostrsocial.app.HA-python.src| Tool | Purpose |
|---|---|
social_init |
Create or load the enclave (persisted to disk) |
social_add |
Add a contact at a given tier |
social_list |
List contacts (optional tier filter) |
social_promote |
Move contact to a different tier |
social_screen |
Guardrails check on text content |
Default location: $HERMES_HOME/.nostrsocial/graph.json. The first
social_init generates a device secret — export it on first run
and store securely. Without it, proxy npubs aren't recoverable.
OpenClaw build: nostrsocial.app.OC-python.src.
MIT License.