AIsa Provider

v0.1.0

OpenClaw native provider plugin for the AIsa unified Chinese model gateway

@aisa/openclaw-aisa-provider·runtime @aisa/openclaw-aisa-provider·by @bowen-dotcom
Bundle Pluginstructural

README

AIsa Provider Plugin for OpenClaw

This package converts the AIsa provider pull request into a native OpenClaw code plugin that can be published to ClawHub as a Code Plugin.

What this plugin does

The plugin registers a provider named aisa and exposes a unified OpenAI-compatible gateway for major Chinese models through:

  • AISA_API_KEY
  • https://api.aisa.one/v1
  • default model aisa/kimi-k2.5

The bundled catalog currently includes:

Model RefNameInputReasoningContext
aisa/minimax-m2.1MiniMax M2.1textNo200k
aisa/kimi-k2.5Kimi K2.5textYes256k
aisa/qwen3-maxQwen3 Maxtext, imageYes256k
aisa/glm-5GLM-5text, imageYes200k
aisa/deepseek-v3.2DeepSeek V3.2textYes128k
aisa/seed-1-8-251228Seed 1.8textYes128k

Directory layout

openclaw-aisa-provider/
├── package.json
├── openclaw.plugin.json
├── index.ts
├── README.md
└── src/
    ├── constants.ts
    ├── onboard.ts
    └── provider-catalog.ts

Local installation

openclaw plugins install ./openclaw-aisa-provider
openclaw gateway restart

Then configure credentials either by environment variable:

export AISA_API_KEY="your-key"

or through onboarding:

openclaw onboard --auth-choice aisa-api-key

Publish to ClawHub

On ClawHub, upload this folder as a Code Plugin. The platform will inspect the package, detect openclaw.plugin.json, and prefill package metadata.

Notes

This package intentionally extracts the provider behavior from the PR into plugin space. It does not yet include the follow-up reliability fixes mentioned in the PR, such as JSON fence stripping, stricter structured-output prompting, or automatic retry logic. Those should be added either as provider runtime wrappers or as separate companion plugins.

Capabilities

Bundle format
generic
Host targets
openclaw
Runtime ID
@aisa/openclaw-aisa-provider

Compatibility

Built With Open Claw Version
2026.3.28
Plugin Api Range
0.1.0

Verification

Tier
structural
Scope
artifact only
Summary
Validated package structure and extracted metadata.
Scan status
pending

Tags

latest
0.1.0