← 返回 Skills 市场
299
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nocodb-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/nocodb-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Complete NocoDB API v3 support
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 299 次。
如何安装 NocoDB API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nocodb-api」即可一键安装,无需额外配置。
NocoDB API 是免费的吗?
是的,NocoDB API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
NocoDB API 支持哪些平台?
NocoDB API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NocoDB API?
由 dofbi.eth(@dofbi)开发并维护,当前版本 v1.0.0。
推荐 Skills