Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "access-currently-stored-preferences",
"title": "Access Currently Stored Preferences",
"description": "Retrieve and display the user's currently stored preferences from goose memory",
"category": "productivity",
"job": "operations",
"example_prompt": "What have I asked you to remember?",
"example_result": "You've asked me to remember the following:\n\n### Personal\n* My name is Ade. I like to read tech blogs, play with technical tools, and i'm interested in building agentic systems.",
"extensions": [
{
"name": "Memory",
"command": "memory",
"is_builtin": true,
"environmentVariables": []
}
]
}