MCP

install_skill_tool

install_skill_tool

Use install_skill_tool to install the bundled AgentGraph skill into a user or project agent-skills directory.

#Signature

install_skill_tool(skill="AgentGraph", target="user", force=false, claude=false) -> JSON string

#Arguments

  • skill: bundled skill name; currently AgentGraph
  • target: user for ~/.agents/skills or project for ./.agents/skills
  • force: replace an existing destination
  • claude: also link the installed skill into the corresponding Claude skills directory

The complete skill directory, including progressively loaded references, is copied. The result reports both destinations and whether an existing skill was replaced.