Add openclaw-working-memory#11
Open
drMurlly wants to merge 1 commit intoOriginTrail:mainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds the openclaw-working-memory integration: an OpenClaw plugin that automatically captures every drafted artifact produced during an OpenClaw agent session and deposits it into DKG V10 Working Memory with status tags, provenance, content-hash deduplication, and secret redaction. Submission for the DKG V10 Bounty Program Round 1 (cfi-dkgv10-r1).
Integration links
Scope & faithfulness
memoryLayerscorrectly reflects which layer(s) the integration touches (WM primary; SWM via explicit promote tool).v10PrimitivesUsedcorrectly reflects which primitives are exercised (ContextGraph, Assertion, UAL, Integration, Curator).Security declarations (Section 8a)
security.networkEgressis empty — integration only contacts the local DKG node on 127.0.0.1.security.writeAuthoritylists every DKG write operation. POST /api/assertion/{name}/promote is a Curator-authority op called only on user-confirmed conversational instruction, never automatically.security.credentialsHandledis empty — DKG bearer token is handled by the installer.Contributor attestation
Notes for the committee
Bounty round: Round 1 — tag
cfi-dkgv10-r1TRAC payment network preference: NeuroWeb (alternates: Base, Gnosis)
OriginTrail DKG V10 Terms & Conditions: Accepted.
Differentiation from existing first-party
cursor-mcp-dkg: This is OpenClaw-native (agent-plugin install kind) with automatic event-driven capture — theagent_endhook fires on every assistant message, depositing artifacts without any user prompt required. Targets autoresearch / bug-bounty research workflows where knowledge accumulates continuously rather than being pulled on demand. The capture pipeline adds status tagging, content-hash deduplication, and secret redaction that the MCP server does not have.Credible first user: the maintainer (drMurlly) actively uses OpenClaw for bug bounty research sessions on Immunefi and Code4rena. Every session produces vulnerability findings, research notes, and exploit hypotheses that vanish at session end today. With this plugin loaded, those artifacts persist as queryable Working Memory across sessions.