← Back to Skills Marketplace
Memory Tasks
by
Paul Hernandez
· GitHub ↗
· v0.1.0
· MIT-0
235
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memory-tasks
Description
Task management via Basic Memory schemas: create, track, and resume structured tasks that survive context compaction. Uses BM's schema system for uniform not...
Usage Guidance
This skill is coherent and appears safe to install from an internal-consistency standpoint. Before using: confirm your agent/platform exposes the referenced Basic Memory APIs (write_note, search_notes, schema_validate), and be mindful of what you write into task 'context' (avoid pasting secrets, credentials, or sensitive file contents). Periodically run schema_validate and review stored task notes or access controls to ensure sensitive information isn't persisted unintentionally. If you want higher assurance, provide platform docs or confirm the exact API surface for the Basic Memory functions referenced.
Capability Analysis
Type: OpenClaw Skill
Name: memory-tasks
Version: 0.1.0
The memory-tasks skill bundle provides a structured framework for an AI agent to manage its own task list and maintain state across context window resets using a 'Basic Memory' system. The SKILL.md file defines a schema for tasks and provides clear instructions for creating, updating, and querying task notes using standard API calls like write_note and search_notes. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
The name/description (task management using Basic Memory schemas) matches the SKILL.md: it documents a Task schema, how to create/search/update tasks, and how to flush before compaction. Nothing requested (no env vars, no installs) is unnecessary for that purpose.
Instruction Scope
All runtime instructions are limited to note operations (write_note, search_notes, schema_validate, schema_diff) and managing task content. The skill does not instruct reading unrelated system files or sending data to external endpoints. It does encourage including file paths and context in task notes, but it does not instruct the agent to read or exfiltrate those files.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install profile and is appropriate for the described behavior.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to an instruction-only skill that relies on built-in Basic Memory note APIs.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request forced inclusion or modification of other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-tasks - After installation, invoke the skill by name or use
/memory-tasks - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of memory-tasks skill for managing and resuming structured tasks using Basic Memory schemas.
- Supports creation, tracking, and updating of tasks that persist across context compaction via schema-driven notes.
- Task schema includes fields for description, status, steps, context, assignment, blockers, parent tasks, and more.
- Integrates with knowledge graph and supports full querying and validation with BM’s schema system.
- Provides guidelines for creating, updating, and completing tasks to maintain work continuity.
Metadata
Frequently Asked Questions
What is Memory Tasks?
Task management via Basic Memory schemas: create, track, and resume structured tasks that survive context compaction. Uses BM's schema system for uniform not... It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.
How do I install Memory Tasks?
Run "/install memory-tasks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Tasks free?
Yes, Memory Tasks is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory Tasks support?
Memory Tasks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Tasks?
It is built and maintained by Paul Hernandez (@phernandez); the current version is v0.1.0.
More Skills