feat: add Claude Code marketplace support for skills installation#498
feat: add Claude Code marketplace support for skills installation#498hongzzz wants to merge 4 commits intolarksuite:mainfrom
Conversation
Add .claude-plugin/marketplace.json manifest to enable installing lark-cli skills via Claude Code's built-in marketplace feature. Update README.md and README.zh.md with marketplace installation instructions. https://claude.ai/code/session_01NJm17u6TJV3v7arY39CHyG
- Fix `publisher` → `owner` to match official schema - Move top-level `description` into `metadata.description` - Move `skills` path from marketplace entry to plugin.json - Add `.claude-plugin/plugin.json` for component discovery https://claude.ai/code/session_01NJm17u6TJV3v7arY39CHyG
'.' fails validation; './' is the correct relative path format. Verified with `claude plugin validate`. https://claude.ai/code/session_01NJm17u6TJV3v7arY39CHyG
|
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe pull request adds Claude Code marketplace plugin support for the Lark/Feishu CLI tool by introducing plugin manifest files and updating installation documentation to include a new marketplace-based installation option alongside the existing NPX method. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
.claude-plugin/marketplace.jsonand.claude-plugin/plugin.jsonto enable installing lark-cli skills via Claude Code's built-in marketplace featureUsers can now install skills directly from Claude Code:
Verified
claude plugin validate — ✔ Validation passed
claude plugin marketplace add — ✔ Successfully added
claude plugin install lark-cli@larksuite-cli — ✔ Successfully installed, all 23 skills discovered
Summary by CodeRabbit
New Features
Documentation