Overview
- Skill Key
- felipe0liveira/firestore
- Author
- felipe0liveira
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/felipe0liveira/firestore
- Latest Commit SHA
- 7aa4ab8f09bebaf300f97031ac78efe76265de91
Manage Google Cloud Firestore databases using the Firestore REST API via curl commands. Authenticate using gcloud CLI tokens to perform CRUD operations on documents and collections.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 firestore 技能。 若已安装,则直接安装 firestore 技能。
# Firestore Manage Google Cloud Firestore databases via REST API This skill is built on top of the official Firebase Firestore REST API reference documentation: https://firebase.google.com/docs/firestore/reference/rest It enables you to interact with Google Cloud Firestore using the [Firestore REST API](https://firebase.google.com/docs/firestore/reference/rest) through `curl` commands. It uses `gcloud auth print-access-token` to obtain authentication tokens, allowing you to perform Create, Read, Update, and Delete (CRUD) operations on Firestore documents and collections. For related documentation: - Installation and setup: [installation.md](installation.md) - Few-shot prompts and command examples: [examples.md](examples.md) - Error handling and diagnostics: [troubleshooting.md](troubleshooting.md) ## Requirements This skill requires `curl` and `gcloud` CLI. For full installation and setup instructions, see [installation.md](installation.md). ## Credentials & Environment This skill uses OAuth 2.0 access tokens generated by `gcloud auth print-access-token`. The token is valid for a limited time (typically 1 hour) and inherits the permissions of the authenticated Google Cloud account. This skill must run only with a dedicated service account context. Do not use personal user credentials or broad admin identities. **Before any operation, generate a fresh access token:** ```bash ACCESS_TOKEN=$(gcloud auth print-access-token) ``` **Before any operation, verify the active identity is a service account:** ```bash gcloud config list --format='text(core.account,core.project)' ``` If the active account is not a service account (for example, it does not end with `gserviceaccount.com`), stop and ask the user to switch credentials before proceeding. **Security Recommendations:** - **Use a dedicated, least-privilege service account** for automation tasks. Never use your personal or admin account. - **Test in a sandbox or development project** before running commands a...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
chanalii
对亚马逊竞品Listing进行全维度穿透分析,包括文案逻辑、评论分析、关键词分析、市场动态等。分析完成后自动保存为Markdown报告文档到reports/目录。Invoke when user uses /amazon-analyse command with a product ASIN.
cezexpl
Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memory, and restoring agent state.