Agent skill
roundtable-memory-extract
会話やログからメモリ候補を抽出し、結果を workspace に保存する
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/roundtable-memory-extract
Metadata
Additional technical details for this skill
- openclaw
-
{ "os": [ "linux" ], "emoji": "\ud83e\udde0" }
SKILL.md
roundtable-memory-extract
目的
会話から Memory を抽出。Structured Memory として保存。
保存先(Anicca 内・フルパス)
| 種類 | フルパス |
|---|---|
| 実行結果 | /home/anicca/.openclaw/workspace/roundtable-memory-extract/run_YYYY-MM-DD.json |
VPS 相対: ~/.openclaw/workspace/roundtable-memory-extract/run_YYYY-MM-DD.json。
必須 env
| キー | 説明 |
|---|---|
| (実装が参照する場合のみ) |
必須 tools
web_fetch(実装で外部 API 利用時)
入力
- なし(cron 起動)。
実行手順
- VPS 上で会話から Memory を抽出・保存する処理を実行する。
- 結果を
workspace/roundtable-memory-extract/run_YYYY-MM-DD.jsonに書く。
出力 / 監査ログ
- 上記パスに結果を記録。
Slack 報告
【絶対】 実行結果・要約は Slack #metrics(チャンネル ID: C091G3PKHL2)に投稿する。成功でも失敗でも必ず投稿する。投稿しないことは許されない。
失敗時処理
- 5xx: 次回 cron で再実行。
禁止事項
- なし。
Cron
55 8 * * * (08:55 JST)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?