← 返回 Skills 市场
jkmchinese

Nocodb

作者 Transfen · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
155
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nocodb-skills
功能描述
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 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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nocodb-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nocodb-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug nocodb-skills
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nocodb 是什么?

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 插件,目前累计下载 155 次。

如何安装 Nocodb?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nocodb-skills」即可一键安装,无需额外配置。

Nocodb 是免费的吗?

是的,Nocodb 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nocodb 支持哪些平台?

Nocodb 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nocodb?

由 Transfen(@jkmchinese)开发并维护,当前版本 v0.1.0。

💬 留言讨论