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.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill volcengine-ai-text-ark-chat --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Volcengine Ai Text Ark Chat?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-volcengine-ai-text-ark-chat)More formats (shields.io, HTML) on the badges page.
---
name: 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."
---
# volcengine-ai-text-ark-chat
Execute text/chat tasks on Volcengine ARK with stable parameter defaults and reproducible request templates.
## Execution Checklist
1. Verify `ARK_API_KEY`, endpoint ID, and region.
2. Clarify task type (chat, summarize, rewrite, extract).
3. Set safe defaults (`temperature`, `max_tokens`, `top_p`).
4. Return output plus key parameters used.
## Minimal Request Template
```bash
curl https://ark.cn-beijing.volces.com/api/v3/chat/completions \
-H "Authorization: Bearer $ARK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ep-xxxx",
"messages": [{"role":"user","content":"请总结这段文本"}],
"temperature": 0.2
}'
```
## References
- `references/sources.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.