Cn LLM

v1.0.0

Use AIsa for model routing, provider setup, and Chinese LLM access. Use when: the user needs model configuration, provider guidance, or routing workflows. Su...

0· 23·0 current·0 all-time
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description: model routing and provider setup for Chinese LLMs; required binary: python3; required env var: AISA_API_KEY — all are appropriate and necessary for an API-backed CLI client.
Instruction Scope
SKILL.md limits runtime to shipped scripts and AIsa setup; instructions reference repo-relative scripts and only the AISA_API_KEY. The bundled script only makes requests to the AIsa API and lists/supports models; it does not read unrelated files or extra environment variables.
Install Mechanism
No install spec (instruction-only) with a small included Python script; nothing is being downloaded or extracted from arbitrary URLs.
Credentials
Only AISA_API_KEY is required and declared as the primary credential; no unrelated secrets, config paths, or excessive env vars are requested.
Persistence & Privilege
always is false, the skill is user-invocable and can be called by the agent (normal). The skill does not modify other skills or system-wide configs.
Assessment
This package appears to do exactly what it claims: a small Python CLI that calls the AIsa API. Before installing, confirm the AISA_API_KEY you provide is scoped appropriately and issued by a trusted AIsa account, keep the key secret, and consider using a key with limited permissions or quota. If you have regulatory or data-sensitivity concerns, review network traffic to api.aisa.one and avoid sending sensitive data to the service.

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

Runtime requirements

🤖 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk976hqw5s3561da27z94ps0wtx859x2j
23downloads
0stars
1versions
Updated 6h ago
v1.0.0
MIT-0

Cn LLM

Use AIsa for model routing, provider setup, and Chinese LLM access. Use when: the user needs model configuration, provider guidance, or routing workflows. Supports setup and model operations.

When to use

  • The user needs model routing, provider setup, or Chinese LLM access.
  • The user wants one place for provider configuration or model selection.
  • The user wants setup guidance for AIsa-hosted model workflows.

High-Intent Workflows

  • Configure an AIsa provider path.
  • Inspect supported models or routing options.
  • Prepare a runtime for Chinese-model access.

Quick Reference

  • python3 scripts/cn_llm_client.py --help

Setup

  • AISA_API_KEY is required for AIsa-backed API access.
  • Use repo-relative scripts/ paths from the shipped package.
  • Prefer explicit CLI auth flags when a script exposes them.

Example Requests

  • Help me configure AIsa for Qwen
  • List the supported routed models
  • Choose a model for Chinese long-form analysis

Guardrails

  • Do not ask for extra credentials beyond the shipped flow.
  • Do not advertise setup paths that the public bundle does not ship.
  • Keep setup instructions aligned with the actual runtime.

Comments

Loading comments...