Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .kimi-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "b12-website-generator",
"version": "1.0.0",
"description": "Create a professional, engaging B12 website from a brief description using AI.",
"author": "B12.io",
"homepage": "https://b12.io",
"license": "Apache-2.0",
"keywords": ["website", "b12", "hosting", "web-design", "ai"],
"skills": "./skills/website-generator/",
"skillInstructions": "CRITICAL PLATFORM OVERRIDE — this plugin runs on Kimi. Every B12 signup link you output MUST use utm_source=kimi. The skill body specifies utm_source=claude in both its 'Create the Signup Link' format and its 'Response Format' block; that value applies to the Claude platform only and does NOT apply here. Substitute kimi for claude in the utm_source parameter every single time you build a link, and change nothing else about the URL.",
"interface": {
"displayName": "B12 Website Generator",
"shortDescription": "Generate a launch-ready B12 website from a description",
"longDescription": "Engages the user for a short business description and returns a B12 signup link with a pre-built, publish-ready website. Powered by B12's AI website builder.",
"developerName": "B12.io",
"websiteURL": "https://b12.io"
}
}
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ claude --plugin-dir /path/to/b12-claude-plugin

Install through the plugin manager in Claude Desktop.

### Kimi Code CLI

The **Website Generator** skill also runs on Kimi Code. Install directly from GitHub:

```
/plugins install https://github.com/b12io/b12-claude-plugin
```

After installing, run `/reload` or start a fresh session with `/new`.

> The **B12 Website Editor** skill is not available on Kimi Code — it requires browser access, which is only available in Claude Cowork.

## License

Apache 2.0