A powerful tool for managing Google Cloud Firestore databases directly through the REST API using curl and gcloud authentication.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install firestore
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install firestore using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The firestore skill for Openclaw Skills provides a robust interface for interacting with Google Cloud Firestore databases. By leveraging the official Firestore REST API, this skill allows developers and AI agents to perform full CRUD (Create, Read, Update, Delete) operations on documents and collections. It emphasizes security by requiring service account authentication and explicit user approval for every command, ensuring that database management remains transparent and controlled.
This integration is ideal for developers who need to bridge the gap between AI-driven workflows and cloud-native databases. Whether you are querying document sets or performing complex batch writes, the firestore skill streamlines the process within the Openclaw Skills ecosystem.
To use this within the Openclaw Skills framework, ensure you have the Google Cloud SDK and curl installed. Follow these steps:
gcloud config list --format='text(core.account,core.project)'
Firestore data is organized into collections and documents. This skill follows the official Firestore REST API schema, which utilizes strictly typed field values for data integrity.
| Field Type | JSON Representation |
|---|---|
| String | {\"stringValue\": \"example\"} |
| Integer | {\"integerValue\": \"123\"} |
| Boolean | {\"booleanValue\": true} |
| Map/Object | {\"mapValue\": {...}} |
| Array | {\"arrayValue\": {...}} |
All documents are managed via the standard hierarchy: projects/{PROJECT_ID}/databases/{DATABASE_ID}/documents.
Loading
A dual-method extraction skill that retrieves YouTube transcripts via CLI tools or automated browser interaction.

A cookie-based command-line interface for scraping and retrieving comprehensive data from X/Twitter without requiring API keys.

A versatile image generation and editing tool powered by Google Gemini API for seamless AI-driven visual creation.

An advanced multi-agent orchestration workflow that automates deep, systematic research by splitting complex objectives into parallel sub-tasks.

A professional automation skill that enables AI agents to manage Google Cloud Platform resources safely using the official gcloud CLI.

Passo enables secure remote browser access on your server to handle manual logins, 2FA, and captchas within Openclaw Skills environments.








































