Nguyễn Trần Minh Nhật avatar

Nguyễn Trần Minh Nhật

Community

@nhatnguyen1122

0Followers
|
18Public Repos
|
38Published Skills

Currently a university student. Major: Information Technology. Enjoy coding.

Skills Distribution
DomainAI Models & ...AI Memory Management (55%)Memory Integration.. (20%)Evolutionary Code .. (15%)Memory Diagnostics.. (10%)

Agent Skills by Nguyễn Trần Minh Nhật

Showing 38 vetted skills indexed across 2 GitHub repositories.

nhatnguyen1122nhatnguyen1122

memory-dream

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

memory-triage

Extracts and stores durable user facts from conversations into mem0 long-term memory.

Community
Advanced
nhatnguyen1122nhatnguyen1122

pin

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

Community
Basic
nhatnguyen1122nhatnguyen1122

status

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

search

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

Community
Basic
nhatnguyen1122nhatnguyen1122

context-loader

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

tour

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

forget

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

remember

Stores user-provided text verbatim into Mem0 with automatic category classification.

Community
Basic
nhatnguyen1122nhatnguyen1122

dream

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

mem0-scope

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

mem0-forget

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

mem0-remember

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

mem0-search

Searches mem0 memories and displays compact one-liner results or single memory lookups by ID.

Community
Intermediate
nhatnguyen1122nhatnguyen1122

mem0-status

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

mem0-tour

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

mem0-dream

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

Community
Advanced
nhatnguyen1122nhatnguyen1122

mem0-pin

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

mem0-context-loader

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

list-projects

Lists mem0 projects with memory counts and last activity dates for the current user.

Community
Intermediate
nhatnguyen1122nhatnguyen1122

health

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

onboard

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

Community
Intermediate
nhatnguyen1122nhatnguyen1122

switch-project

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

Community
Basic
nhatnguyen1122nhatnguyen1122

mem0

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

Community
Advanced

Frequently Asked Questions About Nguyễn Trần Minh Nhật

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