/ Каталог / Песочница / Sanity Agent Toolkit
● Официальный sanity-io ⚡ Сразу

Sanity Agent Toolkit

автор sanity-io · sanity-io/agent-toolkit

Sanity skills for content modeling, GROQ query optimization, and Studio customization.

Sanity Agent Toolkit is a Claude Code/agent skill by sanity-io. Sanity skills for content modeling, GROQ query optimization, and Studio customization. See the source repo for setup, supported clients, and configuration details.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

sanity-agent-toolkit.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "sanity-agent-toolkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sanity-io/agent-toolkit",
        "~/.claude/skills/sanity-agent-toolkit"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "sanity-agent-toolkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sanity-io/agent-toolkit",
        "~/.claude/skills/sanity-agent-toolkit"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "sanity-agent-toolkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sanity-io/agent-toolkit",
        "~/.claude/skills/sanity-agent-toolkit"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sanity-agent-toolkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sanity-io/agent-toolkit",
        "~/.claude/skills/sanity-agent-toolkit"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "sanity-agent-toolkit",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sanity-io/agent-toolkit",
        "~/.claude/skills/sanity-agent-toolkit"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "sanity-agent-toolkit": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/sanity-io/agent-toolkit",
          "~/.claude/skills/sanity-agent-toolkit"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add sanity-agent-toolkit -- git clone https://github.com/sanity-io/agent-toolkit ~/.claude/skills/sanity-agent-toolkit

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Sanity Agent Toolkit

Use Sanity Agent Toolkit for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Когда использовать: You need the capability: Sanity skills for content modeling, GROQ query optimization, and Studio customization.

Предварительные требования
  • Skill installed — git clone https://github.com/sanity-io/agent-toolkit ~/.claude/skills/sanity-agent-toolkit
Поток
  1. Install
    Install Sanity Agent Toolkit following the README at https://github.com/sanity-io/agent-toolkit✓ Скопировано
    → Skill appears in your client's available tools/skills
  2. Invoke
    Use Sanity Agent Toolkit to complete the task described in its docs.✓ Скопировано
    → Agent calls the relevant tool/skill and returns a result

Итог: Working integration with the capabilities advertised by the project.

Подводные камни
  • README is the source of truth; details here may lag upstream — Check https://github.com/sanity-io/agent-toolkit for the latest setup steps and tool list

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills