← Back to Skills Marketplace
jkmchinese

Nocodb

by Transfen · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
155
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nocodb-skills
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 a legitimate NocoDB v3 CLI, but the registry metadata fails to declare the real runtime requirements. Before installing or running it: 1) Verify you are willing to provide an API token (NOCODB_TOKEN) and consider creating a token with minimal permissions or a temporary token. 2) Ensure the runtime environment has curl and jq available (the script will fail otherwise). 3) Inspect the bundled script (scripts/noco.sh) yourself (it is included) to confirm it contacts only your NocoDB instance (default https://app.nocodb.com or the NOCODB_URL you set). 4) Be cautious with commands that upload or read local files (attachment upload will read a file path you supply). 5) Ask the publisher to update registry metadata to list required env vars and binaries — lack of that information is the main incoherence here.
Capability Assessment
Purpose & Capability
The name, description, SKILL.md, and included script all implement a NocoDB v3 CLI that talks to the NocoDB REST API. However, the skill registry metadata claims no required env vars or binaries while the script explicitly requires NOCODB_TOKEN (and optionally NOCODB_URL/NOCODB_VERBOSE) and depends on curl and jq. That mismatch is likely an oversight but is disproportionate to the declared metadata.
Instruction Scope
SKILL.md instructs the user to set NOCODB_TOKEN and (optionally) NOCODB_URL/NOCODB_VERBOSE and documents CLI commands that operate only against the NocoDB API. The runtime instructions and examples stay within the described purpose and do not request unrelated system data or send data to unexpected endpoints.
Install Mechanism
There is no install spec; the skill ships an included shell script (scripts/noco.sh) and usage documentation. No remote downloads or archive extraction are performed, so install risk is low. The presence of an executable script means the agent will run bundled code rather than only following prose.
Credentials
The script requires NOCODB_TOKEN (and optionally NOCODB_URL/NOCODB_VERBOSE) to operate, which is appropriate for a NocoDB client. But the registry metadata lists no required env vars and no primary credential — an inconsistency. Also, the script uses curl and jq without declaring them as required binaries. The token grants access to your NocoDB account; ensure the token's scope/permissions are minimal and intended for this use.
Persistence & Privilege
The skill is not marked always:true and is user-invocable only. It does not request persistent agent-wide privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other alarming flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nocodb-skills
  3. After installation, invoke the skill by name or use /nocodb-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release with feature-complete CLI for NocoDB v3 API. - Manage workspaces, bases, tables, fields, views, records, filters, sorts, attachments, scripts, teams, and tokens. - Supports filtering, sorting, pagination, linked records, attachments, and team management. - Use IDs or human-readable names for resources, with support for ID resolution. - Includes full reference for commands, filter/where syntax, and quick examples.
Metadata
Slug nocodb-skills
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nocodb?

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 155 downloads so far.

How do I install Nocodb?

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

Is Nocodb free?

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

Which platforms does Nocodb support?

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

Who created Nocodb?

It is built and maintained by Transfen (@jkmchinese); the current version is v0.1.0.

💬 Comments