grafbase-automation

Automate Grafbase database operations and schema management through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill grafbase-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafbase-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/grafbase-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill grafbase-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Grafbase APIs by providing a standardized, agent-driven interface for schema discovery and database operations.

Core Features & Use Cases

  • Tool Discovery: Automatically identify available Grafbase tools and input schemas via Rube MCP.
  • Connection Management: Handle authentication and session state for secure Grafbase interactions.
  • Workflow Execution: Execute multi-step database operations, including bulk updates and schema queries, using a unified execution pattern.

Quick Start

Use the grafbase-automation skill to discover available tools and execute a query against your Grafbase schema.

Frequently Asked Questions about grafbase-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Grafbase to my agent?

Connect Grafbase by calling the RUBE_MANAGE_CONNECTIONS tool with the grafbase toolkit argument. Follow the returned authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first is required to retrieve the most current tool schemas, slugs, and input requirements. This prevents errors caused by outdated hardcoded tool definitions.

Can I reuse session IDs for Grafbase tasks?

Yes, you should reuse session IDs within a single workflow to maintain context. However, generate a new session ID when starting a completely different task or workflow.

What should I do if my Grafbase connection is inactive?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS tool and follow the provided authorization link to re-authenticate your Grafbase toolkit.