ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/baofeng-tech/cn-llm
Or

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.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-baofeng-tech-cn-llm": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.