mirror of
https://github.com/AceDataCloud/Skills.git
synced 2026-09-14 20:06:53 +08:00
290672b0f6
Previously, authentication.md told users to `export ACEDATACLOUD_API_TOKEN=...` directly in the shell with no guidance on where to persist it. Now instructs users to create a `.env` file in the project root and `source .env`, which is more standard and persistent across sessions. Also updates all 19 skill compatibility fields to reference the .env setup. Co-authored-by: Ace Data Cloud Dev <dev@acedata.cloud> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>