atomic
flowstate-dojo-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
Use this skill when a task touches packages/openclaw-agentmemory-plugin, imports @epicdm/openclaw-agentmemory-plugin, or needs to teach humans/agents how this package works.
Package identity:
- Package: @epicdm/openclaw-agentmemory-plugin
- Repository: epic-flowstate-community
- Version authority: package.json (0.2.2)
- Dojo course: flowstate-dojo-community-epicdm-openclaw-agentmemory-plugin
How to use the package:
- Purpose: OpenClaw extension that connects FlowState agents to the shared AgentMemory service
- Start with package-local docs when present.
- Verify details against source and tests before changing behavior.
- Use the Dojo course lessons as the teaching path: setup, mental model, core workflow, integration, feature labs, maintenance.
Public surfaces discovered:
- DEFAULT_AGENTMEMORY_URL
- AgentMemoryPluginConfig
- AgentMemoryRuntimeOptions
- AgentMemoryEventLogger
- AgentMemoryClient
- SearchOptions
- SearchResult
- ObservationPayload
- AgentMemoryRuntime
- createAgentMemoryRuntime
Composable feature skilllets:
- Create Agent Memory Runtime: use feature labs for workflow, source anchor, and regression risk.
- DEFAULT_AGENTMEMORY_URL: use feature labs for workflow, source anchor, and regression risk.
- Define Plugin Entry: use feature labs for workflow, source anchor, and regression risk.
- openclaw.plugin.json manifest: use feature labs for workflow, source anchor, and regression risk.
Agent operating rules:
- Treat package.json as the Dojo version authority.
- Do not turn feature inventory into user-facing lessons without workflow context.
- Update this Dojo package when package behavior, docs, examples, or feature inventory changes.
- Verify downstream packages when package use and connection metadata shows inbound dependencies or references.
- Never mark publish status passed without successful cloud publish and catalog lookup.
Usage
Use this Dojo skill with package human docs, package-local feature inventory, agent-skillset.md, and the generated course.json in this folder. Keep this manifest version aligned with package.json.
Install
Run this in your project to install via CLI:
fscloud dojo skill install flowstate-dojo-community-epicdm-openclaw-agentmemory-plugin --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.