Install
$
openclaw plugins install clawhub:@qidu/openclaw-qnaigc-apiOpenClaw Provider Plugin
OpenClaw provider plugin for several QNAIGC models defined in index.ts.
Models, API and Keys
Get QNAIGC_API_KEY envs from Qiniu Cloud MaaS Platform
File Structure
extensions/openclaw-qnaigc-api/
├── package.json # openclaw.providers metadata
├── openclaw.plugin.json # Manifest with providerAuthEnvVars
├── index.ts # definePluginEntry + registerProvider
└── src/
└── provider.test.ts # Tests
