← Back to Skills Marketplace
1458
Downloads
3
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install nocodb-official
Description
Access and manage NocoDB databases via v3 REST API. Use for managing workspaces, bases, tables, fields, views, records, and more. Supports filtering, sorting...
Usage Guidance
This skill appears to be what it says: a command-line wrapper for the NocoDB v3 API that needs an API token and the API URL. Before installing or running: (1) confirm you provide a valid NocoDB API token (NOCODB_TOKEN) and set NOCODB_URL to the correct instance — the script will send data to that URL (default: https://app.nocodb.com); (2) ensure curl and jq are installed; (3) review the provided scripts if you plan to run them, especially upload commands which read local files; (4) note the metadata lists NOCODB_VERBOSE as required but the script treats it as optional — you do not need to supply it. If you do not trust the configured NC_URL, do not install or use the skill.
Capability Analysis
Type: OpenClaw Skill
Name: nocodb-official
Version: 0.0.2
The OpenClaw AgentSkills skill bundle for NocoDB is classified as benign. The `scripts/nocodb.sh` script demonstrates robust security practices, including extensive input validation for JSON payloads, integers, file paths, and URL query parameters. It uses `jq --arg` for safe processing of user-provided names and a custom `_enc` function for URL encoding, effectively preventing shell and URL injection vulnerabilities. All network requests are directed to the configured `NOCODB_URL` (defaulting to `app.nocodb.com`) using the `NOCODB_TOKEN`, with no evidence of data exfiltration to unauthorized endpoints or attempts to establish persistence. The `SKILL.md` and `README.md` files contain legitimate instructions for using the NocoDB API and installing the skill, without any malicious prompt injection attempts against the AI agent.
Capability Assessment
Purpose & Capability
Name/description match the provided assets: SKILL.md documents a NocoDB CLI and scripts/nocodb.sh implements API calls. Required binaries (curl, jq) and primary env NOCODB_TOKEN are appropriate for this purpose.
Instruction Scope
Runtime instructions and the shell script confine actions to calling the configured NocoDB API (NC_URL/api/v3). The script validates inputs and does not attempt to read unrelated system files or unrelated environment variables. File upload support reads user-specified files (expected behavior for attachments).
Install Mechanism
No install spec — instruction-only with an included Bash script. Nothing is downloaded from external, untrusted URLs; risk is limited to executing the included script locally (standard for a CLI script).
Credentials
Requested environment variables are proportional: NOCODB_TOKEN (primary) and NOCODB_URL are justified. NOCODB_VERBOSE is listed among required env vars in metadata but is actually optional in the script — minor mismatch in manifests vs runtime behavior.
Persistence & Privilege
always:false (no forced permanence). The skill does not request system-wide config changes or other skills' credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nocodb-official - After installation, invoke the skill by name or use
/nocodb-official - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
- Removed the old CLI script `noco.sh`.
- Updated documentation to clarify API coverage by plan type (Free vs Enterprise) and platform support.
- Expanded command coverage in documentation, especially around workspace, collaboration, and view APIs.
- Added metadata detailing environment variables and binary dependencies.
v0.0.1
NocoDB v0.0.1 — Now fully supports the v3 REST API and advanced database management.
- Uses NocoDB v3 API: manage workspaces, bases, tables, fields, views, records, filters, attachments, and teams.
- Supports advanced operations: filtering, sorting, pagination, linked records, bulk updates, and complex where clauses.
- Introduces features for view/filter management and record linking.
- Adds attachment uploads, script management, and team operations.
- Updated documentation with detailed command examples and modern NocoDB concepts.
Metadata
Frequently Asked Questions
What is NocoDB Skiils?
Access and manage NocoDB databases via v3 REST API. Use for managing workspaces, bases, tables, fields, views, records, and more. Supports filtering, sorting... It is an AI Agent Skill for Claude Code / OpenClaw, with 1458 downloads so far.
How do I install NocoDB Skiils?
Run "/install nocodb-official" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NocoDB Skiils free?
Yes, NocoDB Skiils is completely free (open-source). You can download, install and use it at no cost.
Which platforms does NocoDB Skiils support?
NocoDB Skiils is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NocoDB Skiils?
It is built and maintained by Anbarasu (@darkphoenix2704); the current version is v0.0.2.
More Skills