Install
openclaw skills install wizmemUse WizMem with OpenClaw for compact context-broker memory, evidence-gated recall, source feedback, and measured token-cost control.
openclaw skills install wizmemUse this skill when the user is working in OpenClaw and wants WizMem memory: compact task setup, reusable task context, targeted tool-path selection, evidence-gated retrieval, source feedback, durable checkpoints, or reduced token pressure from repeated repo scans and history loading.
This skill does not guarantee a fixed savings percentage. It teaches a measured workflow: run a baseline, use WizMem, rerun the same task shape, and compare OpenClaw token/context usage before making any claim.
wizmem.WIZMEM_API_KEY is available to the WizMem MCP server.start_wizmem_task_compact, select_wizmem_tool_path, ask_wizmem, continue_wizmem, build_wizmem_context_packet, and finish_wizmem_task_compact.If WizMem MCP tools are missing, ask the user to connect the hosted WizMem MCP endpoint before continuing. Do not invent local credentials or ask the user to paste secrets into chat.
The ClawHub skill does not include a WizMem API key and cannot carry one safely.
This package declares WIZMEM_API_KEY as its primary OpenClaw environment key so OpenClaw browser or desktop skill surfaces can ask for it when they support skill-level secrets.
https://wizmem.com/settings/install in a browser.Signed-in users can also create or revoke keys at https://wizmem.com/settings/api-keys. Use a key with memory:read and memory:write for normal WizMem task memory.
Browsers cannot write to ~/.openclaw/.env directly. The browser setup page creates the key and fills in the OpenClaw setup command; the operator still runs the command locally.
Manual OpenClaw setup:
# Put this in ~/.openclaw/.env, not in SKILL.md or chat:
WIZMEM_API_KEY=<your_wizmem_api_key>
openclaw mcp set wizmem '{"url":"https://wizmem.com/mcp","transport":"streamable-http","headers":{"Authorization":"Bearer ${WIZMEM_API_KEY}"}}'
openclaw config validate
openclaw mcp show wizmem --json
Use this skill when any of these are true:
Do not use this skill to avoid reading the repo when WizMem returns no high-confidence context. Empty or suppressed WizMem results mean scan the local repo first.
Baseline token pressure when cost control is part of the task.
/usage full./status./context list or /context detail.Start the task through WizMem before broad scanning.
refresh_wizmem_skills if this is the first WizMem use in the session or the refresh state is unknown.start_wizmem_task_compact with repository, project path, current working directory, task, and tags.select_wizmem_tool_path for tool discovery instead of loading the full tool catalog into the prompt.describe_wizmem_tool only for a selected candidate when the short tool name is not enough.start_wizmem_task only when compact tools are unavailable or the task needs the older verbose brief.Use the compact context broker when subagents are available.
start_wizmem_task_compact, select_wizmem_tool_path, ask_wizmem, and continue_wizmem as needed.build_wizmem_context_packet only: recommended tools, useful memory cards, assumptions/risks, and task_session_id.Gate memory before use.
ask_wizmem and continue_wizmem for compact memory cards; expand only when needed.search_memory, search_capabilities, or recall_wizmem only as legacy/fallback paths when additional memory is likely to beat scanning the repo.quality_gate.status of suppressed or empty as a signal to inspect the repo.Keep the prompt compact during work.
checkpoint_wizmem_task when decisions, tests, blockers, or changed files matter later.get_file_context before rereading token-heavy files; use save_file_context after a useful file read.Close the loop.
finish_wizmem_task_compact with outcomes, commands, changed files, tests, blockers, and source feedback for compact sessions; use finish_wizmem_task for legacy sessions.finish_wizmem_task.feedback, or record_retrieval_feedback.Compare against the baseline.
/usage full, /status, and /context detail.When the user asks for OpenClaw cost reduction, answer with:
I will measure this instead of guessing.
Baseline: /usage full, /status, and /context detail.
Then I will run compact WizMem setup, use only gate-passing memory, finish with source feedback, and compare the token/context numbers.
WIZMEM_API_KEY, OpenClaw auth profiles, provider keys, or raw secrets into messages or files.