jayho-k
Community@jayho-k
jayho-k provides a complete Mem0 persistent memory skill suite covering storage, search, consolidation, migration, and SDK integration for AI applications.
Agent Skills by jayho-k
Showing 34 vetted skills indexed across 1 GitHub repositories.
memory-dream
Consolidates stored memories by merging duplicates, deleting stale entries, and rewriting unclear facts.
memory-triage
Extract and store durable facts from conversations into mem0 long-term memory.
pin
Pins or unpins memories to protect them from pruning during dream consolidation.
status
Diagnoses Mem0 plugin connectivity, API key validity, and memory read/write functionality.
search
Searches mem0 memories semantically and displays compact one-line results with category and date.
context-loader
Searches and injects relevant memories into context before starting a task.
tour
Displays all stored Mem0 memories grouped by category with full content.
forget
Deletes Mem0 memories by search query or memory ID with confirmation.
remember
Stores user-provided text as categorized memories in Mem0.
dream
Consolidates stored memories by merging duplicates, resolving contradictions, and pruning stale entries.
mem0-scope
Views or changes the default memory scope for mem0 memory operations.
mem0-forget
Deletes mem0 memories by search query or memory ID with confirmation prompts.
mem0-remember
Stores user-provided facts into mem0 memory with type classification and metadata.
mem0-search
Searches mem0 memories and displays compact one-liner results or direct ID lookups.
mem0-status
Diagnoses mem0 plugin connectivity, API key validity, and memory read/write functionality.
mem0-tour
Browses and groups all stored mem0 memories by category for a project.
mem0-dream
Consolidates stored memories by merging duplicates, resolving contradictions, and pruning stale entries.
mem0-pin
Pins or unpins mem0 memories to protect them from pruning during dream consolidation.
mem0-context-loader
Searches mem0 memories and injects relevant project context before starting a task.
list-projects
Lists all projects with stored mem0 memories, showing memory counts and last activity dates.
health
Diagnoses mem0 connectivity, API key validity, and memory read/write functionality.
onboard
Configures mem0 API keys, MCP connection, project file import, and coding categories for new projects.
switch-project
Overrides auto-detected project scope for Mem0 memory reads and writes.
mem0
Integrate persistent memory into AI applications using the Mem0 Platform SDK.
Frequently Asked Questions About jayho-k
FAQPage SchemaWhat tasks can I perform with jayho-k's mem0 skill suite?▼
You can store, search, pin, export, import, and delete memories; consolidate duplicates via dream protocols; diagnose connectivity with status/health checks; switch project scopes; integrate mem0 into repos with TDD; and migrate from self-hosted OSS to the hosted Mem0 Platform.
Who are these mem0 skills designed for?▼
Developers building memory-augmented AI applications in Python or TypeScript, teams needing shared project memory across repos, and engineers integrating mem0 via the Python/TypeScript SDKs, the mem0 CLI, or the Vercel AI SDK provider for Next.js apps.
How do I install and run the mem0 integration skills?▼
Install via pip install mem0ai (Python 3.10+) or npm install mem0ai (Node.js 18+), set the MEM0_API_KEY environment variable, then invoke skills like mem0-integrate to wire memory into a repo and mem0-test-integration to verify with an end-to-end smoke test.
Are these mem0 skills open source and what do they cost?▼
The SDK, CLI, Vercel provider, and integration skills are Apache-2.0 licensed and free to use. However, the hosted Mem0 Platform requires a MEM0_API_KEY and internet access to api.mem0.ai, which may incur platform usage costs; self-hosted OSS remains free.
What prerequisites and dependencies do these skills require?▼
Requirements include MEM0_API_KEY plus OPENAI_API_KEY or ANTHROPIC_API_KEY for memory plugins, Python 3.10+ or Node.js 18+, the mem0ai package (PyPI >=2.0.0,<3.0.0 or npm >=3.0.0,<4.0.0), Vercel AI SDK v5 for the provider skill, and internet access to api.mem0.ai.