AI Chat (AceDataCloud)

Reference docs for AceDataCloud's paid unified LLM gateway (GPT/Claude/Gemini/Grok/50+ models) -- auth guide lives in a sibling folder the verbatim install leaves behind.

Works with setup

Test report

Verdict
Works with setup
Score
9.2/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · f530af6

⚠ The author changed this skill after we tested it. The verdict below describes the version we ran on Jul 16, 2026; it's queued for a re-test.

SKILL.md's own compatibility line points to '../_shared/authentication.md' for the required API token setup -- a literal cp -r skills/ai-chat leaves that file behind, so the one manual step (getting/wiring ACEDATACLOUD_API_TOKEN) has no instructions once installed standalone.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What AI Chat (AceDataCloud) does

Documents AceDataCloud's OpenAI-compatible and stateful /aichat2/conversations endpoints for calling 50+ hosted LLMs (GPT, Claude, Gemini, Grok, Kimi, GLM, DeepSeek) with streaming, multimodal input, and tool calling. Use when integrating against AceDataCloud's chat APIs specifically; requires a paid ACEDATACLOUD_API_TOKEN and the sibling _shared/authentication.md for setup.

How to install AI Chat (AceDataCloud)

git clone https://github.com/AceDataCloud/Skills
cd Skills
mkdir -p ~/.claude/skills
cp -r skills/ai-chat ~/.claude/skills/ai-chat
# also copy skills/_shared (or manually create .env per its instructions) -- ai-chat/SKILL.md links to ../_shared/authentication.md for ACEDATACLOUD_API_TOKEN setup, which a verbatim single-folder cp leaves behind

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger AI Chat (AceDataCloud)

  • /ai-chat Reference docs for AceDataCloud's paid unified LLM gateway (GPT/Claude/Gemini/Grok/50+ models) -- auth guide lives in a sibling folder the verbatim install leaves behind.

It also activates on plain-language prompts like these:

  • Call Claude through AceDataCloud's unified chat API for me
  • Set up streaming responses using AceDataCloud's OpenAI-compatible endpoint
  • Route this multimodal prompt through AceDataCloud to Gemini

Frequently asked questions

Is the AI Chat (AceDataCloud) skill free?
Yes. The skill itself is free from AceDataCloud/Skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does AI Chat (AceDataCloud) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. SKILL.md's own compatibility line points to '../_shared/authentication.md' for the required API token setup -- a literal cp -r skills/ai-chat leaves that file behind, so the one manual step (getting/wiring ACEDATACLOUD_API_TOKEN) has no instructions once installed standalone.
What is the AI Chat (AceDataCloud) SkillProof Score?
9.2/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install AI Chat (AceDataCloud)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use AI Chat (AceDataCloud) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.