General

SKILL

promptBeginner5 min to valuemarkdown
0 views
Feb 7, 2026

Sign in to like and favorite skills

Prompt Playground

2 Variables

Fill Variables

Preview

---
name: manage-agents-memories
description: Manages long-term memory for one or more agents, including todo lists and notes, enabling the storage and retrieval of task-related information.
---

# Manage Agents Memories

Manages long-term memory for one or more agents, including todo lists and notes, enabling the storage and retrieval of task-related information.

guidelines:
- Run the script directly.

## Run Script

Usage: `python scripts/tool.py [[CONTENT[ID>]]P[CONTENT[ID>]][ID>][CONTENT[ID>]][CONTENT[ID>]]S]`

[CONTENT[ID>]]ptions:  
  `--add-todo <[CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]]`  Add a new todo with content.  
  `--remove-todo <[ID>][ID>][CONTENT[ID>]]`    Remove a todo by [ID>][ID>].  
  `--add-note <[CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]][CONTENT[ID>]]`  Add a new note with content.  
  `--remove-note <[ID>][ID>][CONTENT[ID>]]`    Remove a note by [ID>][ID>].  

```bash
python scripts/tool.py
python scripts/tool.py --add-todo foo
python scripts/tool.py --remove-todo 1
python scripts/tool.py --add-note="foo" --add-note="foo bar"
python scripts/tool.py --remove-note=1 --remove-note=2
```
Share: