Skip to content

Releases: memoryplugin/agent-skills

MemoryPlugin agent skill v1.2.0

Choose a tag to compare

@dhamaniasad dhamaniasad released this 12 Jul 01:40

Documents the new export_conversation MCP tool: a temporary download link (expires in 15 minutes, no login needed) for one past conversation as a JSON file. The skill now teaches agents to reach for it when the user wants a chat saved as a file, and to keep using get_full_conversation for reading content.

Install options:

  • Claude Code plugin: claude plugin marketplace add memoryplugin/agent-skills then /plugin install memoryplugin@memoryplugin
  • Any agent: npx skills add memoryplugin/agent-skills
  • claude.ai: upload memoryplugin-skill.zip under Settings → Capabilities → Skills

MemoryPlugin agent skill v1.1.0

Choose a tag to compare

@dhamaniasad dhamaniasad released this 12 Jul 00:18

Adds a recall query strategy section: fan-out parallel queries on multifaceted topics, sequential broad-then-precise waves with conversation drill-down, per-query token budgets, date-bounded queries, and escalation before giving up. Install: npx skills add memoryplugin/agent-skills or /plugin marketplace add memoryplugin/agent-skills. The zip is the skill folder for claude.ai upload.

MemoryPlugin agent skill v1.0.0

Choose a tag to compare

@dhamaniasad dhamaniasad released this 11 Jul 23:58

First release. Install with: npx skills add memoryplugin/agent-skills — or in Claude Code: /plugin marketplace add memoryplugin/agent-skills. The zip is the skill folder for claude.ai upload (Settings > Capabilities > Skills).