← Back to Skills Marketplace
dofbi

NocoDB API

by dofbi.eth · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
299
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nocodb-api
Description
Connect to NocoDB databases via REST API v3. Query records, manage database structure (tables, fields, views), handle linked records, filters, sorts, and att...
Usage Guidance
This package appears to be a straightforward NocoDB CLI wrapper. Before installing: 1) Only set NOCODB_URL to a trusted NocoDB host (the token is sent to whatever URL you configure). 2) Use a token with least privilege needed for automation and rotate/revoke it if compromised. 3) Inspect scripts/nocodb.sh yourself if you need stricter guarantees (commands submit JSON payloads you provide directly to the API). 4) Ensure curl and jq on your system are up to date. If you need the agent to run autonomously, remember an agent using this skill will be able to act against your NocoDB instance with the provided token.
Capability Analysis
Type: OpenClaw Skill Name: nocodb-api Version: 1.0.0 The nocodb-api skill is a legitimate and well-structured CLI wrapper for the NocoDB v3 REST API. The core logic in scripts/nocodb.sh uses curl and jq to perform standard database operations (CRUD on records, schema management, and attachment uploads) against a user-configured NocoDB instance. It includes helpful utility functions for URL encoding and resolving human-readable names to NocoDB IDs, with no evidence of malicious behavior, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, required env vars (NOCODB_TOKEN, NOCODB_URL), and binaries (curl, jq) directly match the included CLI script and its NocoDB REST API functionality.
Instruction Scope
SKILL.md and scripts/nocodb.sh restrict activity to calling the NocoDB API endpoints. The script only reads the declared env vars and does not access unrelated system config or other secrets.
Install Mechanism
No install spec is provided (instruction-only + bundled script). Nothing is downloaded from arbitrary URLs or installed from untrusted sources.
Credentials
The skill requests exactly one credential (NOCODB_TOKEN) and an optional NOCODB_URL. Both are reasonable and required for API access; no unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills/system settings. It doesn't request persistent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nocodb-api
  3. After installation, invoke the skill by name or use /nocodb-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Complete NocoDB API v3 support
Metadata
Slug nocodb-api
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is NocoDB API?

Connect to NocoDB databases via REST API v3. Query records, manage database structure (tables, fields, views), handle linked records, filters, sorts, and att... It is an AI Agent Skill for Claude Code / OpenClaw, with 299 downloads so far.

How do I install NocoDB API?

Run "/install nocodb-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is NocoDB API free?

Yes, NocoDB API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does NocoDB API support?

NocoDB API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created NocoDB API?

It is built and maintained by dofbi.eth (@dofbi); the current version is v1.0.0.

💬 Comments