Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 969 Bytes

File metadata and controls

30 lines (20 loc) · 969 Bytes

NostrCalendar for Hermes Agent

Sovereign scheduling for your Hermes Agent.

Five tools to manage availability and events on a Nostr-native calendar. Mirrors the OpenClaw pip install nostrcalendar SDK.

Install

hermes plugins install HumanjavaEnterprises/nostrcalendar.app.HA-python.src

Tools

Tool Purpose
calendar_init Create the in-session enclave for an owner
calendar_set_availability Set working hours, slot duration, buffer, timezone
calendar_add_event Add an event by d_tag, start/end (unix seconds)
calendar_list_events Return all events held in the enclave
calendar_free_slots Compute free slots in a window

State is held in module memory for the session — restart clears it.

Sibling

OpenClaw build: nostrcalendar.app.OC-python.src.

MIT License.