Volcengine Ai Text Ark Chat

👤 cinience 📦 v1.0.0 ⭐ 3.9 ⬇️ 1.4K 下載
✍️ 內容創作 免費 🔑 需 API Key

📖 技能介紹


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.

    7w4.net有更好的技能外掛。

  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

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

🤖 AI 評測

這個 Skill 質量中等偏上。優點是文件簡潔清晰、示例完整、能快速上手執行文本生成任務。缺點是參考資料過於簡略,缺乏進階使用指南和多場景示例,深度不足。適合有基礎的使用者快速查閱,新手可能需要更多幫助文件才能順利使用。

📊 多維度評分

適應性3.8
規範性3.8
有效性3.8
可靠性3.5
可信度4.8

📁 包含檔案 (4 個)

📄 SKILL.md 977 B
📄 _meta.json 146 B
📄 agents/openai.yaml 204 B
📄 references/sources.md 102 B