{
    "format": "skill/v1",
    "skill_id": "rohitg00-agentmemory-plugin-skills-agentmemory-agents-skill-md",
    "name": "agentmemory-agents",
    "version": "1.0.0",
    "description": "How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are supported, or when a connect adapter writes the wrong config path.",
    "category": [
        "内容创作"
    ],
    "trigger_words": [],
    "tags": [
        "agent"
    ],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=rohitg00-agentmemory-plugin-skills-agentmemory-agents-skill-md",
    "exported_at": "2026-09-16T08:55:13+08:00",
    "system_prompt": "name agentmemory-agents description How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are supported, or when a connect adapter writes the wrong config path. user-invocable false agentmemory connect <agent> merges the memory server into a host agent's config and preserves any existing servers. REST is the underlying protocol; for MCP-only hosts the adapter wires the stdio MCP bridge. Quick start agentmemory connect claude-code # or cursor, codex, gemini-cli, ... After wiring, restart the host or run its MCP reload (for example /mcp in Claude Code) so it picks up the server. Then confirm the agent lists agentmemory's tools. Workflow Detect the calling agent. If unknown, default to claude-code . Run agentmemory connect <name> using a name from the table in REFERENCE.md. Verify: the host should show the full tool set with a server running. Only 7 tools means the MCP shim could not reach a server (see ../_shared/TROUBLESHOOTING.md). Notes The action skills (remember, recall, and the rest) are installed separately with npx skills add rohitg00/agentmemory . connect makes tools available; skills teach the agent when to use them. Windows: use WSL2. Native Windows runs the server but connect is not supported there. See also agentmemory-mcp-tools, agentmemory-rest-api, agentmemory-hooks. Reference The full adapter list with display names and protocol notes lives in REFERENCE.md, generated from src/cli/connect/ .",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "examples": [
        {
            "input": "请用agentmemory-agents帮我处理问题",
            "output": "好的，我是agentmemory-agents。How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are supported, or when a connect adapter writes the wrong config path. 我会根据你的需求提供专业帮助。"
        },
        {
            "input": "介绍一下你的能力",
            "output": "我是agentmemory-agents，专注于内容创作领域。How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are supported, or when a connect adapter writes the wrong config path."
        }
    ],
    "install_guide": {
        "coze": "在 Coze 平台创建 Bot -> 技能配置 -> 导入此 .skill 文件",
        "dify": "在 Dify 平台创建应用 -> 添加知识库 -> 导入此 .skill 配置",
        "claude": "将 system_prompt 字段内容复制到 Claude 自定义指令中",
        "custom": "将此 .skill 文件加载到你的 AI Agent 框架中，解析 system_prompt 和 model_config 即可使用"
    }
}