jayho-k avatar

jayho-k

Community

@jayho-k

11Followers
|
9Public Repos
|
34Published Skills

jayho-k provides a complete Mem0 persistent memory skill suite covering storage, search, consolidation, migration, and SDK integration for AI applications.

Skills Distribution
DomainAI Models & ...AI Memory Operations (45%)Memory Lifecycle M.. (25%)SDK & Framework In.. (20%)Diagnostics & Migr.. (10%)

Agent Skills by jayho-k

Showing 34 vetted skills indexed across 1 GitHub repositories.

jayho-kjayho-k
1

memory-dream

Consolidates stored memories by merging duplicates, deleting stale entries, and rewriting unclear facts.

Community
Intermediate
jayho-kjayho-k
1

memory-triage

Extract and store durable facts from conversations into mem0 long-term memory.

Community
Advanced
jayho-kjayho-k
1

pin

Pins or unpins memories to protect them from pruning during dream consolidation.

Community
Basic
jayho-kjayho-k
1

status

Diagnoses Mem0 plugin connectivity, API key validity, and memory read/write functionality.

Community
Intermediate
jayho-kjayho-k
1

search

Searches mem0 memories semantically and displays compact one-line results with category and date.

Community
Basic
jayho-kjayho-k
1

context-loader

Searches and injects relevant memories into context before starting a task.

Community
Intermediate
jayho-kjayho-k
1

tour

Displays all stored Mem0 memories grouped by category with full content.

Community
Intermediate
jayho-kjayho-k
1

forget

Deletes Mem0 memories by search query or memory ID with confirmation.

Community
Intermediate
jayho-kjayho-k
1

remember

Stores user-provided text as categorized memories in Mem0.

Community
Basic
jayho-kjayho-k
1

dream

Consolidates stored memories by merging duplicates, resolving contradictions, and pruning stale entries.

Community
Intermediate
jayho-kjayho-k
1

mem0-scope

Views or changes the default memory scope for mem0 memory operations.

Community
Intermediate
jayho-kjayho-k
1

mem0-forget

Deletes mem0 memories by search query or memory ID with confirmation prompts.

Community
Intermediate
jayho-kjayho-k
1

mem0-remember

Stores user-provided facts into mem0 memory with type classification and metadata.

Community
Intermediate
jayho-kjayho-k
1

mem0-search

Searches mem0 memories and displays compact one-liner results or direct ID lookups.

Community
Intermediate
jayho-kjayho-k
1

mem0-status

Diagnoses mem0 plugin connectivity, API key validity, and memory read/write functionality.

Community
Advanced
jayho-kjayho-k
1

mem0-tour

Browses and groups all stored mem0 memories by category for a project.

Community
Intermediate
jayho-kjayho-k
1

mem0-dream

Consolidates stored memories by merging duplicates, resolving contradictions, and pruning stale entries.

Community
Advanced
jayho-kjayho-k
1

mem0-pin

Pins or unpins mem0 memories to protect them from pruning during dream consolidation.

Community
Intermediate
jayho-kjayho-k
1

mem0-context-loader

Searches mem0 memories and injects relevant project context before starting a task.

Community
Intermediate
jayho-kjayho-k
1

list-projects

Lists all projects with stored mem0 memories, showing memory counts and last activity dates.

Community
Intermediate
jayho-kjayho-k
1

health

Diagnoses mem0 connectivity, API key validity, and memory read/write functionality.

Community
Intermediate
jayho-kjayho-k
1

onboard

Configures mem0 API keys, MCP connection, project file import, and coding categories for new projects.

Community
Intermediate
jayho-kjayho-k
1

switch-project

Overrides auto-detected project scope for Mem0 memory reads and writes.

Community
Basic
jayho-kjayho-k
1

mem0

Integrate persistent memory into AI applications using the Mem0 Platform SDK.

Community
Advanced

Frequently Asked Questions About jayho-k

FAQPage Schema
What 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.