Installs zshot’s bundled Agent Skill so an agent learns to drive the tool. The skill is written as a zshot/ folder inside the target directory.

With no path, it installs into the first existing skills directory it finds: ./.agents/skills, then ~/.agents/skills. When neither exists, it stops and asks you to create one or pass a path.

zshot --install-skill

Pass a directory to install there:

zshot --install-skill ~/.agents/skills/

End the path in .zip to write a package instead of a folder, for hosts such as Claude Desktop that install a skill from a single archive. It will not overwrite an existing zip.

zshot --install-skill ./zshot.zip

See MCP for connecting a running server to an agent.