flowstate-epic-flowstate-community-epicdm-openclaw-agentmemory-plugin
Package-local agent skill for @epicdm/openclaw-agentmemory-plugin.
Tags
Publisher
Versions
1 version published — latest: 0.2.2
- 0.2.2publishedInvalid Date
Skill
openclaw-agentmemory-plugin Package Skill
Package: @epicdm/openclaw-agentmemory-plugin
Repository: epic-flowstate-community
Path: packages/openclaw-agentmemory-plugin
Version: 0.2.2
Use this published Dojo skill as the package-level entrypoint. For detailed workflows, use the package-local skills listed below.
Primary Package Workflow
FlowState OpenClaw AgentMemory Plugin
Status: Active
Purpose: Guide plugin entry and OpenClaw lifecycle work.
Scope: packages/openclaw-agentmemory-plugin.
Trigger: Need to modify plugin registration, config, manifest, or hook wiring.
Input: OpenClaw API, plugin config, env vars, and AgentMemory endpoint.
Output: Plugin entry that correctly wires AgentMemory runtime into OpenClaw.
Workflow
- Keep
openclaw.plugin.jsonaligned withpackage.json. - Keep
index.tsas the plugin entry listed inopenclaw.extensions. - Map both snake_case and camelCase plugin config fields.
- Register memory capability only when
api.registerMemoryCapabilityexists. - Wire
before_agent_startandagent_endhooks to the runtime.
Verification
yarn workspace @epicdm/openclaw-agentmemory-plugin test --runInBand --no-cache
yarn workspace @epicdm/openclaw-agentmemory-plugin typecheck
yarn workspace @epicdm/openclaw-agentmemory-plugin build
Created: 2026-06-29
Package Skill Inventory
@epicdm/openclaw-agentmemory-plugin Skill Inventory
| Skill | Use When |
|---|---|
flowstate-openclaw-agentmemory-plugin | Working on plugin entry, config mapping, OpenClaw hooks, and manifest. |
flowstate-openclaw-agentmemory-runtime | Working on memory search/observe runtime behavior and AgentMemory API calls. |
Review Gate
@epicdm/openclaw-agentmemory-plugin Skills Review
Verdict: Pass with follow-ups.
Skills cover entry registration, runtime config, prompt memory recall, observation writes, fallback behavior, and verification commands.
Verification
- ASCII and skill frontmatter checks passed.
yarn workspace @epicdm/openclaw-agentmemory-plugin test --runInBand --no-cachepassed: 1 suite, 4 tests.yarn workspace @epicdm/openclaw-agentmemory-plugin typecheckpassed.yarn workspace @epicdm/openclaw-agentmemory-plugin buildpassed.yarn workspace @epicdm/openclaw-agentmemory-plugin lintpassed.
Follow-Ups
- Rebuild generated
.flowstate/dojocontent from the reviewed local skills before publishing.
Usage
Start with this skill to understand the package purpose, then use the package-local focused skills for specific workflows. Keep this Dojo version aligned with packages/openclaw-agentmemory-plugin/package.json. Do not treat generated feature lists as lessons; use workflow evidence from CODE-REVIEW.md, SKILL-INVENTORY.md, and REVIEW.md.
Install
Run this in your project to install via CLI:
fscloud dojo skill install flowstate-epic-flowstate-community-epicdm-openclaw-agentmemory-plugin --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.