Install

openclaw plugins install clawhub:@qidu/openclaw-qnaigc-api

OpenClaw 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

bash
extensions/openclaw-qnaigc-api/
├── package.json              # openclaw.providers metadata
├── openclaw.plugin.json      # Manifest with providerAuthEnvVars
├── index.ts                  # definePluginEntry + registerProvider
└── src/
    └── provider.test.ts      # Tests