Claude代码的BrandCast插件
通过强大的自动化工作流、MCP集成工具以及开发实用程序,扩展Claude代码的功能。
 
______________________________________________________________________
🚀 快速入门
安装
# Add the BrandCast marketplace to Claude Code
/plugin marketplace add BrandCast-Signage/brandcast-plugins
# Install a specific plugin
/plugin install blog-automation@brandcast-plugins
# List all available plugins
/plugin list先决条件
- 克劳德·科德 已安装
- Git 和 Node.js(适用于大多数插件)
______________________________________________________________________
📦 可用插件
⚠️ 重要提示: MCP 插件需要 手动配置 安装后。您必须在设置文件中添加凭据,然后重启Claude Code/Desktop。请参阅 入门指南 以获取详细的设置说明。
MCP服务器
1. Cozi MCP 服务器 ✅
用于MCP的服务器 Cozi家庭组织者 - 利用人工智能管理购物清单、待办事项清单和家庭任务。
特点:
- 📝 列表管理(购物清单 & 待办事项)
- ✅ 项目操作(添加、编辑、完成、移除)
- 🔄 与Cozi实时同步
- 通过Claude实现的自然语言接口
安装:
/plugin install cozi-mcp-server@brandcast-plugins配置(必需):
claude mcp add --transport stdio cozi npx -y @brandcast_app/cozi-mcp-server \
--env COZI_USERNAME="your@email.com" \
--env COZI_PASSWORD="your-password"______________________________________________________________________
2. Google Tasks MCP 服务器 ✅
用于Google Tasks的MCP服务器——通过Claude以自然语言管理您的任务。
特点:
- 📋 任务列表管理
- ✅ 创建、更新、完成、删除任务
- 🔍 在所有列表中搜索
- 🔄 完整任务同步
安装:
/plugin install google-tasks-mcp-server@brandcast-plugins配置(必需):
- 从(某处)获取OAuth凭据 Google Cloud 控制台
- 运行授权流程:
npx @brandcast_app/google-tasks-mcp auth - 添加配置:
claude mcp add --transport stdio google-tasks npx -y @brandcast_app/google-tasks-mcp \
--env GOOGLE_CLIENT_ID="your_id" \
--env GOOGLE_CLIENT_SECRET="your_secret" \
--env GOOGLE_REFRESH_TOKEN="your_token"______________________________________________________________________
即将推出
3. 博客自动化 (2025年第四季度)
用于Astro博客的自动化发布流程,支持与Medium跨平台发布。
特点:
- 将草稿内容转换为Astro前端元数据格式
- 通过Git自动化发布到Astro博客
- 在Medium上跨平台发布,附带规范URL
- 跨平台追踪发布状态
命令: /publish-blog, /publish-medium, /sync-content 代理: content-transformer, seo-optimizer
______________________________________________________________________
4. MCP集成工具包 (2026年第一季度)
模型上下文协议服务器的脚手架和开发工具。
特点:
- 生成MCP服务器模板
- 测试MCP端点
- 创建集成文档
- 调试MCP连接
命令: /mcp-scaffold, /mcp-test, /mcp-docs 代理: mcp-integration-expert, mcp-debugger
______________________________________________________________________
5. 数字标牌开发工具包 (2026年第二季度)
用于构建数字标牌应用程序和自定义小部件的工具。
特点:
- 生成响应式布局代码
- 创建小部件模板
- 部署到通用平台
- 针对显示屏进行优化
命令: /signage-layout, /signage-widget, /signage-deploy 代理: signage-architect, widget-developer
______________________________________________________________________
6. 营销自动化 (2026年第二季度)
营销人员的内容创作与SEO优化工作流程。
特点:
- 从博客文章生成新闻简报
- 安排社交媒体内容发布时间表
- 分析内容以优化搜索引擎排名(SEO)
- 制定内容日历
命令: /newsletter-draft, /social-schedule, /seo-analyze 代理: content-strategist, seo-optimizer, social-copywriter
______________________________________________________________________
🛠️ 插件开发
想自己构建插件吗?请查看我们的指南:
插件结构
plugins/my-plugin/
├── commands/ # Slash commands (.md files)
│ └── my-command.md
├── agents/ # Specialized AI agents (.md files)
│ └── my-agent.md
├── hooks/ # Event handlers (optional)
└── README.md # Plugin documentation______________________________________________________________________
🤝 贡献(或“参与贡献”)
我们欢迎投稿!以下是您能提供的帮助方式:
- 报告错误: 打开一个问题(或议题)
- 建议的插件: 分享你的想法在 讨论
- 提交插件: 克隆(或分叉)、创建并提交一个拉取请求(Pull Request)
- 改进文档: 帮助我们改进文档
开发环境设置
# Clone the repository
git clone https://github.com/BrandCast-Signage/brandcast-plugins.git
cd brandcast-plugins
# Add as a local marketplace to test
/plugin marketplace add /path/to/brandcast-plugins
# Install your plugin
/plugin install your-plugin@brandcast-plugins______________________________________________________________________
📖 文档
______________________________________________________________________
📄 许可证
这个项目遵循MIT许可证授权——详见 许可证 文件中详述。
______________________________________________________________________
🌟 关于BrandCast
BrandCast致力于打造基于人工智能的数字标牌和家庭信息中心。我们对开发者工具和开源技术充满热情。
我们的产品:
- BrandCast(品牌播报/品牌传播) - 商业用数字标牌
- FamilyCast(可译为“家庭广播”或根据具体语境译为“家庭播客/家庭音频节目”,但“FamilyCast”作为专有名词时,也可能直接保留原样以体现其品牌或项目特色,具体译法需结合上下文确定) - 家庭信息中心
了解更多:
- BrandCast 博客 - 行业见解与技术深度解析
- FamilyCast 博客 - 家庭科技与家居整理
- - 我们的开源工作
______________________________________________________________________
🙋 支持
______________________________________________________________________
由BrandCast团队用心打造
