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; currentlyAgentGraphtarget:userfor~/.agents/skillsorprojectfor./.agents/skillsforce: replace an existing destinationclaude: 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.