add-channel
MindBot 通道开发指南——BaseChannel 接口契约、注册机制、消息处理流程与完整代码模板
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.
Install skill "xlsx" with this command: npx skills add SyJarvis/skillsmp-syjarvis-syjarvis-xlsx
This source entry does not include full markdown content beyond metadata.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
MindBot 通道开发指南——BaseChannel 接口契约、注册机制、消息处理流程与完整代码模板
MindBot LLM Provider 开发指南——Provider 基类接口、Param 配置类、Factory 注册机制与完整代码模板
MindBot Skill 创建指南——通用创建流程参考 .agents/skills/skill-creator/,本 Skill 补充 mindbot 特有的格式、加载机制与存放规则
MindBot 工具开发指南——Tool 模型定义、handler 编写、ToolBackend 注册与 CapabilityFacade 执行路径