A comprehensive skill for AI agents to build and manage backends using PocketBase collections, authentication, and realtime data synchronization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pocketbase
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 pocketbase using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
PocketBase is an open-source backend solution that combines an embedded database with real-time capabilities and file storage. This skill provides a structured approach for AI agents to interact with the PocketBase SDK, ensuring best practices for authentication, data fetching, and event-driven updates. By integrating this into your Openclaw Skills library, you can automate the creation and maintenance of lightweight, high-performance backends.
The skill focuses on the JavaScript SDK implementation, offering guidance on efficient data modeling and secure access control. It enables developers to leverage the full power of PocketBase, from simple CRUD operations to complex server-side hooks and admin-level API management, all within a unified Openclaw Skills workflow.
To use this within the Openclaw Skills framework, ensure the PocketBase binary is available in your environment and install the JavaScript SDK.
npm install pocketbase
# Ensure you do not import from pocketbase/dist
Initialize the client with your instance URL:
import PocketBase from 'pocketbase';
const pb = new PocketBase('http://127.0.0.1:8090');
The skill manages data across collections and local state. Below is the primary organizational structure:
| Component | Description | Data Format |
|---|---|---|
| Collections | Data tables with specific rules | JSON Records |
| AuthStore | Client-side token and user state | LocalStorage / Cookie |
| File Fields | Multipart data storage | FormData / Blob |
| Hooks | Server-side JavaScript logic | .pb.js files |
| Filters | SQL-like query strings | String (e.g., 'status = "active"') |
Loading
A comprehensive automation skill for managing Android app listings, ASO strategy, and Google Play Store policy compliance.

A privacy-focused analytics skill that enables AI agents to query and analyze website traffic data directly via the Plausible API.

A personal botanical management system for tracking plant health, watering schedules, and seasonal care requirements within a local markdown-based workspace.

A smart personal knowledge management skill that captures, organizes, and links your ideas into a portable Markdown-based workspace.

A comprehensive framework for planning, producing, and promoting professional podcasts through structured workflows.

A smart podcast management skill for tracking subscriptions, generating AI-powered briefings, and optimizing your listening queue.








































