setup-agentkit

Installation
SKILL.md

Setup AgentKit

Give this project a dashboard connection, env credentials, and a first connector path. Then stop.

Guardrails

  • MUST wait for dashboard credential values. MUST NOT invent them.
  • MUST record the Connection Name (gmail when the dashboard has no Gmail row).
  • MUST NOT write app-code tool calls. MUST name integrate-agentkit before waiting for credentials.

Gotchas

  • Read SDK credentials from SCALEKIT_ENVIRONMENT_URL, SCALEKIT_CLIENT_ID, and SCALEKIT_CLIENT_SECRET. Some samples use SCALEKIT_ENV_URL for the same URL; use SCALEKIT_ENVIRONMENT_URL here.
  • This skill stops after the connection. A connected account belongs to integrate-agentkit.
  • Gmail can proceed without extra dashboard config. Enable every other connector in the dashboard before the next skill.
  • Record the dashboard Connection Name. Later SDK calls use that exact string, not the connector slug.
  • The Scalekit MCP server at https://mcp.scalekit.com needs no extra env vars. It does not replace the SDK credentials.
  • Look up connectors at https://docs.scalekit.com/agentkit/connectors.md.
  • Wait for the user to supply credentials. Do not invent values.
Installs
15
GitHub Stars
1
First Seen
Jul 25, 2026
setup-agentkit — scalekit-inc/authstack