Moai Platform Firestore

🌐Community
by modu-ai · vlatest · Repository

Connects to and retrieves data from a Modu-AI Moai Platform Firestore database for agent tasks.

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-firestore npx -- -y @trustedskills/modu-ai-moai-platform-firestore
2

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

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

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

About This Skill

What it does

This skill allows AI agents to interact with and manage data stored within a Firestore database, which is part of the MOAI platform. It enables agents to read, write, update, and delete documents in your Firestore collections. This facilitates dynamic behavior and integration with other services that utilize Firestore for data storage.

When to use it

  • Dynamic Content Updates: An agent needs to display real-time information pulled directly from a Firestore database (e.g., live stock prices or news headlines).
  • User Data Management: An AI assistant manages user profiles and preferences stored in Firestore, allowing for personalized experiences.
  • Workflow Automation: Automate tasks by triggering actions based on changes to documents within your Firestore database.
  • Data Logging & Analytics: Agents can record events or data points into Firestore for later analysis and reporting.

Key capabilities

  • Read documents from Firestore collections.
  • Write new documents to Firestore collections.
  • Update existing documents in Firestore.
  • Delete documents from Firestore.

Example prompts

  • "Retrieve the latest order details from the 'orders' collection."
  • "Create a new user profile with these details: name=John Doe, email=[email protected] and store it in the 'users' collection."
  • “Update the ‘status’ field of the document with ID ‘order123’ to ‘shipped’.”

Tips & gotchas

  • Requires proper authentication credentials for accessing your Firestore database within the MOAI platform.
  • Be mindful of data structure and schema when interacting with Firestore, as incorrect formatting can lead to errors.

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.