cloudbase-document-database-web-sdk

Perform CRUD operations and advanced queries on CloudBase document databases.

1|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill cloudbase-document-database-web-sdk-xianmingyao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-document-database-web-sdk
Source: https://github.com/xianmingyao/openclaw-CaySon/tree/main/skills/cloudbase/references/no-sql-web-sdk
Command: npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill cloudbase-document-database-web-sdk-xianmingyao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

CloudBase's Web SDK enables web developers to interact with the CloudBase document database directly from frontend applications, reducing backend boilerplate and enabling robust data operations.

Core Features & Use Cases

  • Initialization and authentication guidance for web apps using the CloudBase JS SDK
  • CRUD operations on collections: add, doc, set, update, remove
  • Complex queries with where, orderBy, limit, skip, and field selection
  • Support for advanced features: pagination, aggregation, and geolocation queries
  • Practical use cases include dashboards, product catalogs, real-time apps, and data analysis

Quick Start

Initialize the CloudBase Web SDK in a web app with your env id, then perform a basic CRUD operation on a sample collection to validate setup

Frequently Asked Questions about cloudbase-document-database-web-sdk

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

FAQPage Schema
How do I perform CRUD operations on a CloudBase document database from a web application?

You can perform CRUD operations on a CloudBase document database by initializing the Web SDK with your environment ID and using collection references for add, doc, set, update, and remove actions directly in your client-side app.

Can I execute complex queries and pagination using the CloudBase Web SDK?

Yes, the CloudBase Web SDK supports complex queries using where, orderBy, limit, skip, and field selection operators, enabling robust pagination and data filtering for web applications.

Does the CloudBase Web SDK support aggregation and geolocation queries?

The CloudBase Web SDK supports advanced aggregation pipelines and geolocation queries, allowing web developers to execute spatial data filtering and complex data analysis directly from frontend applications.

What do I need to initialize before querying CloudBase collections in a web app?

Before querying CloudBase collections in a web app, you need to initialize the CloudBase JS SDK with your specific environment ID to establish the connection required for subsequent document database operations.

When should I use the CloudBase Web SDK for document database queries instead of a custom backend?

Use the CloudBase Web SDK for document database queries when you want to reduce backend boilerplate for dashboards, product catalogs, and real-time apps, enabling direct frontend data operations without custom server code.