π¦ ClawHub
Memory Mesh Core
by @wanng-ide
Builds a reusable, scored memory mesh with safety gating and 12-hour auto-refresh for cross-session memory consolidation and quality control in OpenClaw.
π‘ Examples
Run one cycle now:
python3 skills/memory-mesh-core/scripts/memory_mesh_v102_cycle.py --workspace .
Run one cycle and auto-post to GitHub intake issue (with precheck):
python3 skills/memory-mesh-core/scripts/memory_mesh_v102_cycle.py --workspace . --post-issue-comments --issue-url https://github.com/wanng-ide/memory-mesh-core/issues/1
Ensure OpenClaw scheduling and run once immediately (default interval 12h):
bash skills/memory-mesh-core/scripts/setup_12h.sh
Set a custom interval:
bash skills/memory-mesh-core/scripts/setup_12h.sh 6h
Set interval + issue URL + enable scheduled posting (on):
bash skills/memory-mesh-core/scripts/setup_12h.sh 12h https://github.com/wanng-ide/memory-mesh-core/issues/1 on
Post one global-share comment via OpenClaw:
python3 skills/memory-mesh-core/scripts/post_global_comment_via_openclaw.py --workspace . --run-now
Export GitHub Issue-ready JSON contribution payloads:
python3 skills/memory-mesh-core/scripts/export_issue_contribution.py --workspace . --issue-url https://github.com/wanng-ide/memory-mesh-core/issues/1
Self-check and post exported contributions manually:
python3 skills/memory-mesh-core/scripts/issue_contribution_selfcheck.py --issue-url https://github.com/wanng-ide/memory-mesh-core/issues/1
python3 skills/memory-mesh-core/scripts/post_issue_contributions.py --workspace . --issue-url https://github.com/wanng-ide/memory-mesh-core/issues/1
TERMINAL
clawhub install memory-mesh-core