One API key for 70+ AI models. Route to GPT, Claude, Gemini, Qwen, Deepseek, Grok and more

v1.0.0

Unified LLM Gateway - One API for 70+ AI models. Route to GPT, Claude, Gemini, Qwen, Deepseek, Grok and more with a single API key.

5· 1.5k·4 current·4 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description, SKILL.md examples, and the included Python client all target the same API host (https://api.aisa.one) and require a single API key (AISA_API_KEY). Required binaries (curl, python3) are appropriate for a CLI/client skill. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and README instruct the agent to send user prompts, images, and other data to the remote AIsa endpoints. That is expected for a gateway, but it means any data you pass (including images or secrets) is transmitted to a third-party service. The instructions do not request reading local files or unrelated environment variables, nor do they instruct exfiltration beyond the intended API.
Install Mechanism
There is no install spec (instruction-only), and the shipped Python script uses only stdlib modules (urllib, json, argparse). Nothing is downloaded or written to disk by an installer here, so install-time risk is low.
Credentials
The skill requires a single API credential (AISA_API_KEY) which is proportional to a gateway client. That key grants access to the provider and may be able to consume billing/quota and see all request payloads — this is expected but sensitive. No other unrelated secrets are requested.
Persistence & Privilege
always:false and no install-time changes or modifications to other skills are requested. The skill is user-invocable and allows normal autonomous invocation (platform default) but does not request elevated or permanent platform privileges.
Assessment
This skill appears to do what it says: route requests to the AIsa / aisa.one gateway using a single API key. Before installing, confirm you trust the AIsa provider (https://api.aisa.one / marketplace.aisa.one) because any prompt, file, or image you send will be visible to that service and may consume billing. Use a key with appropriate billing limits or a dedicated account, avoid sending sensitive secrets or private data, and monitor usage after enabling the skill. If you need stronger controls, ask for more info about the provider's privacy, retention, and billing policies or test with a low-privilege key first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fqvewgqgffen6yprmgcnta580nva3

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧠 Clawdis
Binscurl, python3
EnvAISA_API_KEY
Primary envAISA_API_KEY

Comments