Stats
Actions
Tags
From dhara
______________________________________________________________________
How this command is triggered — by the user, by Claude, or both
Slash command
/dhara:dhara-putThe summary Claude sees in its command listing — used to decide when to auto-load this command
______________________________________________________________________ ## description: Store a value in Dhara under a key, optionally with TTL. # /dhara:put Persist a JSON-serializable value to Dhara state under a specified key. ## Usage ## What This Command Does 1. **Collects the key and value** — identifies the target key path and the payload to store. 1. **Persists to Dhara** — writes the value via the Dhara state MCP server. 1. **Confirms the write** — returns the key and a confirmation of the stored payload. ## Technical Implementation This command uses the `mcp__dhara__put` ...
Persist a JSON-serializable value to Dhara state under a specified key.
/dhara:put
This command uses the mcp__dhara__put MCP tool which:
npx claudepluginhub lesleslie/dhara