List recent memories from Forgetful
/plugin marketplace add ScottRBK/context-hub-plugin/plugin install context-hub-plugin@forgetful-plugins# List Recent Memories
Show the most recently created memories from Forgetful.
## Your Task
Retrieve recent memories using `execute_forgetful_tool("get_recent_memories", {...})`.
**Arguments**: $ARGUMENTS
## Parameters
Parse the arguments for:
- **Number**: If user specifies a count (e.g., "10", "last 5"), use that as `limit`
- **Project**: If user mentions a project name, first list projects to get the ID, then filter
Default: `{"limit": 10}`
## Response Format
Present memories in a clean, scannable format:
## Optional Enhancements
If the user asks for more detail on any memor...