diff --git a/.kimi-plugin/plugin.json b/.kimi-plugin/plugin.json new file mode 100644 index 0000000..1c9c64e --- /dev/null +++ b/.kimi-plugin/plugin.json @@ -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" + } +} diff --git a/README.md b/README.md index 351f0bf..93aba2c 100644 --- a/README.md +++ b/README.md @@ -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