π¦ ClawHub
Relic
by @yeahdongcn
Preserve and evolve a user's consciousness trace from ongoing conversations, explicit notes, and controlled self-updates. Use when the user wants to capture...
π‘ Examples
1. Install the skill
Preferred ClawHub/OpenClaw workflow:
clawhub install relic
Manual local layout:
cp -R relic ~/.openclaw/workspace/skills/relic
2. Verify the skill
openclaw skills info relic
openclaw skills check
3. Initialize the vault
python3 ~/.openclaw/workspace/skills/relic/scripts/init_relic.py
4. Capture and distill
python3 ~/.openclaw/workspace/skills/relic/scripts/capture_note.py "I value durable systems" --type value
python3 ~/.openclaw/workspace/skills/relic/scripts/distill_facets.py
python3 ~/.openclaw/workspace/skills/relic/scripts/render_export.py
TERMINAL
clawhub install relic