Moai Platform Supabase

🌐Community
by modu-ai · vlatest · Repository

Helps with AI, Supabase as part of working with databases and data persistence workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add modu-ai-moai-platform-supabase npx -- -y @trustedskills/modu-ai-moai-platform-supabase
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "modu-ai-moai-platform-supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/modu-ai-moai-platform-supabase"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to and interaction with your Supabase database through the MOAI platform. It allows AI agents to query, insert, update, and delete data within your Supabase environment. This enables automated tasks like data analysis, content generation based on database information, or managing application state directly from an AI agent.

When to use it

  • Automated Data Reporting: Generate daily/weekly reports summarizing key metrics stored in your Supabase database.
  • Dynamic Content Creation: Populate a website or application with data retrieved directly from your Supabase tables.
  • Database Management Tasks: Automate tasks like cleaning up old records, updating user profiles, or triggering workflows based on specific events in the database.
  • Application State Management: Have an AI agent modify and retrieve information related to your application's state stored within Supabase.

Key capabilities

  • Supabase Database Access
  • Data Querying (SELECT)
  • Data Insertion (INSERT)
  • Data Updating (UPDATE)
  • Data Deletion (DELETE)
  • Integration with MOAI platform

Example prompts

  • "Get me the top 10 users from my 'users' table, ordered by signup date."
  • "Create a new entry in the 'products' table with name 'Widget', price 19.99 and description 'A useful widget'."
  • “Update the ‘status’ field of order ID 123 to ‘shipped’.”

Tips & gotchas

  • Requires an active MOAI platform account and a Supabase project set up.
  • Ensure your AI agent has appropriate permissions within your Supabase database to perform the desired actions.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
modu-ai
Installs
3

🌐 Community

Passed automated security scans.