Help us improve
Share bugs, ideas, or general feedback.
From Pipefy
Installs the Pipefy CLI toolchain (pipefy-cli, pipefy-auth, pipefy-sdk) as a persistent uv tool. Checks for existing installation before proceeding.
npx claudepluginhub pipefy/ai-toolkit --plugin pipefyHow this command is triggered — by the user, by Claude, or both
Slash command
/pipefy:installThe summary Claude sees in its command listing — used to decide when to auto-load this command
If `command -v pipefy` succeeds, surface `pipefy --version` and stop. Otherwise prompt the user to confirm running: Verify with `pipefy --version`.
/devkit-install-fvInstalls complete dev-team-kit (.bot/) into current repo: MCP server with 31 tools, lifecycle hooks, policies, templates, docs, API keys, and configs for Claude Code and others.
/setup-toolsDetects installed and missing CLI tools for Forge via version checks, displays status table with purposes, versions, and install commands.
/agency-installInstalls an agency from marketplace ID or GitHub URL by running agency-install.sh bash script. Shows usage examples if no argument provided. Post-install, explains how to use the agency.
/gws-installInstalls Google Workspace CLI (gws) on the current machine using existing OAuth credentials from a previous setup.
/setup-yapiInstalls YApi CLI globally via npm if missing, verifies with 'yapi whoami', reports login status, and prompts for 'yapi login' if needed.
Share bugs, ideas, or general feedback.
If command -v pipefy succeeds, surface pipefy --version and stop.
Otherwise prompt the user to confirm running:
uv tool install --force \
--with "pipefy-sdk @ git+https://github.com/pipefy/ai-toolkit@latest#subdirectory=packages/sdk" \
--with "pipefy-auth @ git+https://github.com/pipefy/ai-toolkit@latest#subdirectory=packages/auth" \
"git+https://github.com/pipefy/ai-toolkit@latest#subdirectory=packages/cli"
Verify with pipefy --version.