← Back to Skills Marketplace
Studio Agent Dist
by
luketalent
· GitHub ↗
· v0.1.7
· MIT-0
389
Downloads
0
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install studio-agent
Description
Use this for ClickZetta Studio requests such as querying tasks, listing workspaces, checking projects, and creating or running ClickZetta jobs from a single...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install studio-agent - After installation, invoke the skill by name or use
/studio-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 389 downloads so far.
How do I install Studio Agent Dist?
Run "/install studio-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Studio Agent Dist free?
Yes, Studio Agent Dist is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Studio Agent Dist support?
Studio Agent Dist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Studio Agent Dist?
It is built and maintained by luketalent (@luketalent); the current version is v0.1.7.
More Skills