Skills
Skill 8 of 14
Recall past Parallel Task, Monitor, and FindAll runs when they may help; evict runs or clear memory when asked.
2 minutes · 385 words · 6 sections
Install
npx skills add parallel-web/parallel-agent-skills --skill parallel-memorynpx skills add parallel-web/parallel-agent-skills/plugin marketplace add parallel-web/parallel-agent-skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Action: $ARGUMENTS
Requires
parallel-cli >=0.8.1. If the installed version is older, orparallel-cli memory --helpfails withno such commandor similar, tell the user to updateparallel-cli, then retry.
14 skills · 50 min
| User intent | Operation |
|---|---|
| Recall prior work about a topic | Retrieve with a concise query |
| Show recent past runs | Retrieve without query |
| Remove one saved Task, Monitor, or FindAll source | Evict by exact kind and id |
| Permanently remove all entries from your personal Memory | Clear memory |
| Turn memory off | Direct the user to account settings; do not clear as a substitute |
Use parallel-cli memory for retrieve, evict, and clear operations.
Form a short semantic query that describes the prior work to find. Apply filters when they help. Empty results is a successful retrieval with no matches, not an error.
kind to task, monitor, or findall when it clearly narrows the retrieval.since for an explicit timestamp boundary (RFC 3339, e.g. 2026-08-01T00:00:00Z).query when retrieving recent memories rather than a topic.Retrieve by query:
parallel-cli memory retrieve \
--query "serverless inference vendors"For recent memories:
parallel-cli memory retrieve \
--limit 5Available fields vary by kind:
task: use id, updated_at, input_excerpt, and output_excerpt.
monitor: use the monitor id, status, query excerpt, and matching event IDs, timestamps, and excerpts.
findall: use id, updated_at, objective excerpt, and matched_count.
Fetch the original Task result, Monitor events, or FindAll result when exact output, entities, citations, or provenance matter.
Summarize the useful findings and unresolved questions.
Lead with what the prior work established, then list the contributing saved runs with kind, ID, and timestamp.
Distinguish recalled information from any fresh verification.
Parallel runs do not consult Memory. If recalled information may be useful, include the relevant details in the new run’s input.
Expect ingestion to be asynchronous. Do not promise that a newly completed run will be immediately retrievable.
Evict a single run from your personal Memory, or clear it entirely. These do not delete the underlying Parallel runs. Ask for confirmation before clearing unless the user already asked for it.
parallel-cli memory evict \
--kind task \
--id "trun_example"parallel-cli memory clear \
--confirm-clearBash(parallel-cli:*)skills/parallel-memory/SKILL.mdmain, last pushed 22 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Parallel Web Systems, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./parallel-web/parallel-agent-skills.md, and each skill at its own .md URL.