Files
acedatacloud__skills/template
Germey 290672b0f6 fix: use .env file for token setup instead of bare export (#43)
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>
2026-04-07 01:18:17 +08:00
..