ワンクリックで
memory-record
Write relevant step context into agent memory without moving or speaking by default.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Write relevant step context into agent memory without moving or speaking by default.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Offer basic care check-ins for neighbors.
Follow up on recurring health needs and medication routines.
Attend class or study using the school and library workflow.
Organize class materials, meetings, and student follow-up.
Coordinate neighbors and shared town information.
Observe community activity and notice practical changes.
| name | memory.record |
| description | Write relevant step context into agent memory without moving or speaking by default. |
| script | scripts/run_skill.py |
| shared | true |
| effects | ["remember"] |
| args_schema | {"type":"object","additionalProperties":true} |
| trigger_examples | ["a meaningful event should be preserved for future decisions"] |
| outputs | ["state/skill_results/memory_record.json"] |
This is a real executable GOD agent skill. Its local skill.json describes
its own targets, interaction preferences, status changes, speech template,
memory template, and fallback strategy. scripts/run_skill.py returns a
standard SkillResult; the JiuwenClawAgent runtime validates and applies the
result to movement, interaction, speech, state, and memory.