{
    "app": {
        "name": "memx",
        "description": "Use when an agent needs to recall, save, inspect, or audit memX memories through the bundled MCP tools.",
        "mode": "advanced-chat",
        "model_config": {
            "provider": "deepseek",
            "model": "deepseek-chat",
            "parameters": {
                "temperature": 0.7,
                "max_tokens": 4096
            }
        }
    },
    "instructions": "name memx description Use when an agent needs to recall, save, inspect, or audit memX memories through the bundled MCP tools. memX Memory Use memx_recall for focused memory lookup before relying on past project details. Use memx_remember only for durable, reusable facts, preferences, decisions, resources, and task state. Use memx_audit or memx_stats when debugging whether the memory pipeline is working. Do not write raw conversation echoes as memory. Prefer concise semantic statements that will help future turns.",
    "variables": [],
    "opening_statement": "你好，我是 memx，Use when an agent needs to recall, save, inspect, ...",
    "suggested_questions": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=neoli00-memx-skills-memx-skill-md"
}