Nguyễn Trần Minh Nhật
Community@nhatnguyen1122
Currently a university student. Major: Information Technology. Enjoy coding.
Agent Skills by Nguyễn Trần Minh Nhật
Showing 38 vetted skills indexed across 2 GitHub repositories.
memory-dream
Consolidates stored memories by merging duplicates, deleting stale entries, and rewriting unclear facts.
memory-triage
Extracts and stores durable user 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 IDs.
context-loader
Searches and injects relevant memories into agent 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 verbatim into Mem0 with automatic category classification.
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 single memory lookups by ID.
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 mem0 projects with memory counts and last activity dates for the current user.
health
Diagnoses mem0 plugin 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 memory reads and writes in Mem0.
mem0
Integrate persistent memory into AI applications using the Mem0 Platform SDK.
Frequently Asked Questions About Nguyễn Trần Minh Nhật
FAQPage SchemaWhat tasks can I perform with nhatnguyen1122's Mem0 skills?▼
You can store, search, pin, export, import, and delete long-term memories; consolidate duplicates via dream consolidation; audit memory quality; switch project scopes; inject relevant memories into task context; and diagnose connectivity, API key validity, and read/write health.
Who are these skills designed for?▼
Developers building memory-augmented AI assistants with Mem0, including Python and TypeScript engineers integrating the SDK, Next.js teams using the Vercel AI SDK provider, and terminal users running the mem0 command-line interface for add, search, list, and import operations.
How do I install and run the Mem0 integration skills?▼
Run /mem0-integrate to auto-detect the repo language, choose Platform or open-source mode, and generate failing tests plus a feature branch. Then run /mem0-test-integration in the same workspace to install dependencies, execute the native test suite, and produce a smoke-test scorecard.
Are these skills open source and what do they cost?▼
The mem0, mem0-cli, mem0-vercel-ai-sdk, mem0-integrate, and mem0-test-integration skills carry Apache-2.0 licenses. The skills themselves are free, but Mem0 Platform usage requires a MEM0_API_KEY and internet access to api.mem0.ai, with hosted usage billed by Mem0.
What prerequisites and dependencies are required?▼
Python 3.10+ or Node.js 18+, installed via pip install mem0ai or npm install mem0ai. A MEM0_API_KEY environment variable is required for Platform mode; memory plugin skills also reference OPENAI_API_KEY and ANTHROPIC_API_KEY. The Vercel provider additionally requires Vercel AI SDK v5.