add-provider-doc
Add documentation for a new AI provider — usage docs, env vars, Docker config, image resources.
npx skills add lobehub/lobehub --skill add-provider-doc --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Adding New AI Provider Documentation Complete workflow for adding documentation for a new AI provider. ## Overview 1. Create usage documentation (EN + CN) 2. Add environment variable documentation (EN + CN) 3. Update Docker configuration files 4. Update .env.example 5. Prepare image resources ## Step 1: Create Provider Usage Documentation ### Required Files - `docs/usage/providers/{provider-name}.mdx` (English) - `docs/usage/providers/{provider-name}.zh-CN.mdx` (Chinese) ### Key Requirements - 5-6 screenshots showing the process - Cover image for the provider - Real registration and dashboard URLs - Pricing information callout - **Never include real API keys** - use placeholders Reference: `docs/usage/providers/fal.mdx` ## Step 2: Update Environment Variables Documentation ### Files to Update - `docs/self-hosting/environment-variables/model-provider.mdx` (EN) - `docs/self-hosting/environment-variables/model-provider.zh-CN.mdx` (CN) ### Content Format ```markdown ### `{PROVIDER}_API_KEY` - Type: Required - Description: API key from {Provider Name} - Example: `{api-key-format}` ### `{PROVIDER}_MODEL_LIST` - Type: Optional - Description: Control model list. Use `+` to add, `-` to hi
- Overview
- Step 1: Create Provider Usage Documentation
- Required Files
- Key Requirements
- Step 2: Update Environment Variables Documentation
- Files to Update
- Content Format
- Step 3: Update Docker Files
- Step 4: Update .env.example
- Step 5: Image Resources
- Checklist
What does the add-provider-doc skill do?
Add documentation for a new AI provider — usage docs, env vars, Docker config, image resources.
How do I install it?
Run `npx skills add lobehub/lobehub --skill add-provider-doc --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From lobehub/lobehub, a repository with 81,252 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.