π¦ ClawHub
Prompt Library Manager
by @stevojarvisai-star
Curated prompt template library for OpenClaw agents. Store, search, version, tag, and reuse prompt templates across sessions and agents. Use when asked to "s...
π‘ Examples
# Add a new prompt template
python3 scripts/prompt-library.py add --name "email-summarizer" --category "productivity" \
--template "Summarize the following email thread, highlighting: 1) Key decisions 2) Action items 3) Deadlines. Email: {input}"Search prompts by keyword
python3 scripts/prompt-library.py search "email"List all prompts
python3 scripts/prompt-library.py listUse a prompt (fills in variables)
python3 scripts/prompt-library.py use "email-summarizer" --var input=""Export library
python3 scripts/prompt-library.py export --format json
TERMINAL
clawhub install prompt-library-manager