Agent skill · DevOps & Cloud

add-provider-doc

Add documentation for a new AI provider — usage docs, env vars, Docker config, image resources.

LobeHub80,937★ · +310/wk · 1 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add lobehub/lobehub --skill add-provider-doc --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: .agents/skills/add-provider-doc/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 81,252 · +315 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Step 1: Create Provider Usage Documentation
  3. Required Files
  4. Key Requirements
  5. Step 2: Update Environment Variables Documentation
  6. Files to Update
  7. Content Format
  8. Step 3: Update Docker Files
  9. Step 4: Update .env.example
  10. Step 5: Image Resources
  11. Checklist
Ships with 1 file
  • agents/openai.yaml
More from lobehub
All skills →
About this skill
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.

Keep going