← 返回 Skills 市场
Studio Agent Dist
作者
luketalent
· GitHub ↗
· v0.1.7
· MIT-0
389
总下载
0
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install studio-agent
功能描述
Use this for ClickZetta Studio requests such as querying tasks, listing workspaces, checking projects, and creating or running ClickZetta jobs from a single...
安全使用建议
This skill appears to do what it says: it runs Node scripts that parse the provided JDBC URL, sign into ClickZetta, and call ClickZetta APIs. Before installing, consider: (1) CZ_STUDIO_JDBC_URL contains plaintext username/password — only provide credentials you trust the skill to use and store; the skill may persist the JDBC URL into ~/.openclaw/clawdbot.json and will cache tokens locally. (2) The skill will make network requests to the ClickZetta API hosts derived from the JDBC URL. (3) The package source/homepage is unknown — if you don't trust the publisher, review the included scripts (they are present in the skill bundle) or run in a controlled/isolated environment. (4) Rotate credentials if you remove the skill or suspect exposure. If you want extra assurance, inspect the shipped scripts (they are included) and verify they only call ClickZetta endpoints and only read/write the skill-specific config/cache paths.
功能分析
Type: OpenClaw Skill
Name: studio-agent
Version: 0.1.7
The studio-agent skill is a legitimate integration for ClickZetta Studio, designed to manage workspaces and execute SQL tasks via a remote ClickZetta AI agent. It parses sensitive credentials from a user-provided JDBC URL (CZ_STUDIO_JDBC_URL) to authenticate against official ClickZetta endpoints (e.g., api.clickzetta.com) and maintains a local cache for tokens and workspace metadata in ~/.openclaw/cache. While the skill performs high-privilege operations like credential handling and WebSocket communication, its logic is transparent, well-documented in SKILL.md, and lacks any indicators of intentional malice, data exfiltration to third parties, or unauthorized persistence.
能力评估
Purpose & Capability
Name/description match the code and runtime requirements. The skill needs node and a JDBC URL that contains username/password to sign into ClickZetta — this is proportional to a Studio integration. No unrelated cloud keys or services are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided Node one-shot runner which parses the JDBC URL, logs into ClickZetta, lists workspaces, and proxies user requests. The runtime reads and may persist the JDBC value into the OpenClaw config (~/.openclaw/clawdbot.json) and writes local caches (workspace/token caches). This behavior is within the stated purpose but users should note credentials and tokens will be stored on disk by the skill.
Install Mechanism
No network install/download steps or third-party package installs are declared; the skill is provided as local Node scripts and relies on node being available. This is low-risk compared to fetching/executing external archives.
Credentials
The only required environment/primary credential is CZ_STUDIO_JDBC_URL (a JDBC URL containing username and password), which is expected for this integration. The code will also read various optional CZ_* environment variables if present. Storing credentials in the JDBC secret means the skill will have full access to the ClickZetta account represented by that secret.
Persistence & Privilege
always:false and the skill does not request permanent platform-wide privileges. It may read and update its own entry in ~/.openclaw/clawdbot.json (syncing the UI-facing apiKey) and writes local caches; it does not modify other skills' configs or request system-wide elevation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install studio-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/studio-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.7
Fix: JDBC URL example placeholder uses generic <api-host> instead of hardcoded dev-api domain
v0.1.6
Fix: op_type=end as terminal signal; apiKey auto-sync to env; shared utils; atomic cache writes; workspace command false-positive fix; validate skips network; WebSocket availability check
v0.1.5
Declare CZ_STUDIO_JDBC_URL as a required skill env and require node explicitly in skill metadata.
v0.1.4
Fix one-shot startup noise and tighten SQL error handling so remote errors are reported directly without misleading JDBC or retry suggestions.
v0.1.3
Refine public skill description for safer ClawHub presentation.
v0.1.2
Trim ClawHub bundle surface: exclude local config-manager script from the published package and replace generic host env reads with explicit runtime env objects.
v0.1.1
Reduce false-positive malware signals by removing child-process spawning from one-shot execution and narrowing runtime env reads to an explicit allowlist.
v0.1.0
Initial public release. Single JDBC secret setup, runtime auto-login, workspace discovery, and strict configured workspace matching.
元数据
常见问题
Studio Agent Dist 是什么?
Use this for ClickZetta Studio requests such as querying tasks, listing workspaces, checking projects, and creating or running ClickZetta jobs from a single... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 389 次。
如何安装 Studio Agent Dist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install studio-agent」即可一键安装,无需额外配置。
Studio Agent Dist 是免费的吗?
是的,Studio Agent Dist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Studio Agent Dist 支持哪些平台?
Studio Agent Dist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Studio Agent Dist?
由 luketalent(@luketalent)开发并维护,当前版本 v0.1.7。
推荐 Skills