← 返回 Skills 市场
1458
总下载
3
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install nocodb-official
功能描述
Access and manage NocoDB databases via v3 REST API. Use for managing workspaces, bases, tables, fields, views, records, and more. Supports filtering, sorting...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nocodb-official - 安装完成后,直接呼叫该 Skill 的名称或使用
/nocodb-official触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1458 次。
如何安装 NocoDB Skiils?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nocodb-official」即可一键安装,无需额外配置。
NocoDB Skiils 是免费的吗?
是的,NocoDB Skiils 完全免费(开源免费),可自由下载、安装和使用。
NocoDB Skiils 支持哪些平台?
NocoDB Skiils 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NocoDB Skiils?
由 Anbarasu(@darkphoenix2704)开发并维护,当前版本 v0.0.2。
推荐 Skills