← Back to Skills Marketplace
976
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install volcengine-ai-text-ark-chat
Description
Text generation and chat completion on Volcengine ARK. Use when users need long-form writing, summarization, extraction, rewriting, Q&A, or prompt optimization with ARK text models.
Usage Guidance
This skill appears to be a simple Volcengine ARK chat wrapper, but there are two things you should resolve before installing: (1) SKILL.md uses $ARK_API_KEY but the skill metadata does not declare any required environment variables — confirm the skill will require and store your ARK_API_KEY and that you are comfortable providing it. (2) The example endpoint URL (ark.cn-beijing.volces.com) looks off compared to Volcengine's known domains; verify the endpoint hostname is correct and points to the official Volcengine service (a wrong hostname could route your API key and data to an unintended server). If you can't verify those two items, treat the skill as untrusted or run it in a restricted/test environment with a limited API key. Also ask the publisher to update the metadata to explicitly list required env vars (ARK_API_KEY, any endpoint/region settings) and to correct/confirm the endpoint domain.
Capability Analysis
Type: OpenClaw Skill
Name: volcengine-ai-text-ark-chat
Version: 1.0.0
The skill bundle is designed for legitimate interaction with the Volcengine ARK API for text generation, as described in `SKILL.md`. It uses a `curl` command to make an external network request, which is expected for an API interaction skill, and requires an `$ARK_API_KEY` environment variable, a standard practice for API authentication. There is no evidence of data exfiltration, malicious code execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent. All instructions and code snippets align with the stated purpose of the skill.
Capability Assessment
Purpose & Capability
Name/description and the request template align with a Volcengine ARK text/chat integration. However, the SKILL.md expects an ARK_API_KEY and endpoint/region even though the skill metadata declares no required environment variables — that mismatch is unexplained.
Instruction Scope
Runtime instructions are mostly scoped to issuing ARK chat/completion calls and setting model params, which fits the purpose. But the checklist and example explicitly reference $ARK_API_KEY (an environment secret) even though that secret is not declared in the skill metadata. The cURL example posts to an external endpoint (see below) — the instructions will cause the agent to transmit user-provided data and any ARK_API_KEY to that endpoint.
Install Mechanism
Instruction-only skill with no install steps and no code files. This is low-risk from an install perspective — nothing is written to disk by the skill itself.
Credentials
The SKILL.md requires an API key (ARK_API_KEY) to function, but the registry metadata lists no required env vars or primary credential. That omission is a mismatch: a user should expect to provide a secret for this integration, and the metadata should declare it. Requiring an API key is reasonable for this type of skill, but the lack of explicit declaration is a transparency/ownership problem.
Persistence & Privilege
always is false and the skill has no install or background components. It does not request persistent system privileges or modify other skill configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install volcengine-ai-text-ark-chat - After installation, invoke the skill by name or use
/volcengine-ai-text-ark-chat - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial ClawHub publish for Volcengine skills with agents metadata.
Metadata
Frequently Asked Questions
What is Volcengine Ai Text Ark Chat?
Text generation and chat completion on Volcengine ARK. Use when users need long-form writing, summarization, extraction, rewriting, Q&A, or prompt optimization with ARK text models. It is an AI Agent Skill for Claude Code / OpenClaw, with 976 downloads so far.
How do I install Volcengine Ai Text Ark Chat?
Run "/install volcengine-ai-text-ark-chat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Volcengine Ai Text Ark Chat free?
Yes, Volcengine Ai Text Ark Chat is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Volcengine Ai Text Ark Chat support?
Volcengine Ai Text Ark Chat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Volcengine Ai Text Ark Chat?
It is built and maintained by cinience (@cinience); the current version is v1.0.0.
More Skills