A robust automation skill for managing AppFlowy Cloud workspaces, documents, and databases via the GoTrue API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install appflowy-skill
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 appflowy-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a comprehensive suite of Python scripts and tools designed to interact with self-hosted AppFlowy environments. It facilitates seamless authentication, document manipulation, and database management, specifically optimized for AppFlowy Cloud version 0.12.3.
By leveraging this Openclaw Skills contribution, developers can automate repetitive tasks such as generating user management documents or applying grid templates without manual intervention. The skill ensures high compatibility by including diagnostic tools like doctor.py to verify API health and version alignment before execution.
To get started with this skill, ensure you have Python installed and access to your AppFlowy instance. Use the following commands for initial configuration:
# Obtain an access token for authentication
python skills/appflowy-api/scripts/get_token.py --email <email> --password <password>
# Run the diagnostic tool to verify environment compatibility
python skills/appflowy-api/scripts/doctor.py --config skills/appflowy-api/references/config.example.json --email <email> --password <password>
You can also provide configuration via command-line arguments, JSON config files, or environment variables like APPFLOWY_BASE_URL.
The skill interacts with the AppFlowy data model using a structured approach to ensure data integrity and order.
| Component | Type | Description |
|---|---|---|
| Workspace ID | String | Unique identifier for the AppFlowy workspace container. |
| View/Grid | Object | Tabular data structures requiring specific field schemas. |
| Template | JSON | UTF-8 encoded files used to define standard document and grid layouts. |
| Headers | Metadata | Includes client-version (0.12.3), device-id (UUID), and Unix timestamps. |
Loading
A powerful toolkit for designing deeply nuanced AI identities and behavioral traits for authentic agent collaboration.

An advanced associative memory skill that builds and maintains complex relationships between facts and entities across long-form interactions.

An advanced Openclaw Skills engine that extracts deep human intelligence and tacit knowledge from global niche forums and discussion boards.

A fortified agent-to-agent resource protocol ensuring secure, immutable synchronization across autonomous networks.

A surgical validation tool for offline, deterministic checking of GitHub Actions, GitLab CI, and Keep workflows.

A free diagnostic tool that performs non-invasive security and health audits for your Openclaw environment.








































