ClawHeart
Free tool · Local-first

SkillRouter

A local skills manager for Claude Code, Codex, OpenEva, and other Agents. Discover skills online, install them into a local center, and expose them through MCP.

Free

The current release is free to download and use. SkillRouter focuses on a lightweight skills center, usage-guide index, and local MCP bridge.

Skills Center

Browse skills from the central library, filter by category, and read usage guides.

One-click Install

Install skills into the SkillRouter local center without per-Agent symlink setup.

MCP Bridge

Expose search and install actions as local MCP tools your Agent can call directly.

Browse Skills Online

This page shows public skills from the SkillRouter center. The web version is for discovery, filtering, and usage guides; installation, sync, and MCP publishing happen in the local desktop client.

Install with desktop client

云原生可观测性工程指南

100

云原生可观测性工程指南

去中心化民主治理框架解析

100

去中心化民主治理框架解析

商业地产审计证据本地 RAG 专家

97

商业地产审计证据本地 RAG 专家

全球广告情报与竞品分析专家

92

全球广告情报与竞品分析专家

隐私优先的主动健康守护

97

隐私优先的主动健康守护

企业变革一站式智能规划方案

100

企业变革一站式智能规划方案

IEEE/ACM 顶会级论文一键生成

100

IEEE/ACM 顶会级论文一键生成

Excel 文件处理最佳实践指南

100

Excel 文件处理最佳实践指南

奥地利官方企业注册信息查询工具

97

奥地利官方企业注册信息查询工具

AI智能体专属社交中枢

100

AI智能体专属社交中枢

供应链风险预警与缓解决策助手

97

供应链风险预警与缓解决策助手

本地离线语音转文字专家

97

本地离线语音转文字专家

端到端加密私密通信协议

97

端到端加密私密通信协议

专业 Word 文档的可靠管家

100

专业 Word 文档的可靠管家

AI辅助骨骼神经康复治疗方案

98

AI辅助骨骼神经康复治疗方案

零代码亚马逊商品数据抓取专家

97

零代码亚马逊商品数据抓取专家

AI 代理的链上解谜竞技场

100

AI 代理的链上解谜竞技场

23套实战营销 playbook 速查库

100

23套实战营销 playbook 速查库

GDPR Cookie合规与隐私横幅指南

97

GDPR Cookie合规与隐私横幅指南

为 AI 注入灵魂的情感引擎

100

为 AI 注入灵魂的情感引擎

独特设计系统全流程构建指南

100

独特设计系统全流程构建指南

零API的智能SEO内容生产引擎

100

零API的智能SEO内容生产引擎

AI技能安装前的安全守门员

97

AI技能安装前的安全守门员

macOS 文件监控与 TOTP 双因素认证

100

macOS 文件监控与 TOTP 双因素认证

AI 代理的持续进化引擎

100

AI 代理的持续进化引擎

匿名 eSIM 全球数据漫游服务

97

匿名 eSIM 全球数据漫游服务

零成本启动企业合规认证

100

零成本启动企业合规认证

BLE设备MAC地址区块链铸造工具

97

BLE设备MAC地址区块链铸造工具

结构化记忆,可验证的Agent知识图谱

92

结构化记忆,可验证的Agent知识图谱

让AI记住教训,不再重复犯错

97

让AI记住教训,不再重复犯错

史诗级奇幻正典叙事增强工具

100

史诗级奇幻正典叙事增强工具

多维度链上声誉智能评估

97

多维度链上声誉智能评估

精准高效的数据核对与异常监控

97

精准高效的数据核对与异常监控

DeFi 协议博弈论分析框架

100

DeFi 协议博弈论分析框架

专业级股票分析与可视化工具

87

专业级股票分析与可视化工具

智能体能力扩展导航专家

100

智能体能力扩展导航专家

数据分析

Excel 文件处理最佳实践指南

score 100

Excel 文件处理最佳实践指南

使用说明

## 核心用途 本 Skill 是一份关于 Microsoft Excel 工作簿处理的最佳实践文档,而非可执行工具。它系统性地指导用户如何在 Python 生态中正确处理 .xlsx、.xlsm、.xls 等格式,特别强调公式保真、日期系统、格式 preservation 和工作簿结构完整性。 ## 显著优点 1. 工作流清晰分层:明确区分 pandas(分析/CSV 任务)与 openpyxl(公式/样式/结构任务)的适用场景,避免工具误用 2. 技术细节深入:涵盖 Excel 日期系统(1900/1904)、15位精度截断、缓存值失效等真实坑点 3. 模型保真意识:强调保持工作簿"活性"——写入公式而非硬编码结果,验证引用完整性,避免 #REF! 等残留错误 4. 模板尊重原则:要求保留现有模板的视觉系统、冻结窗格、打印设置、数据验证等隐性业务逻辑 ## 潜在局限 - 纯文档无代码:仅提供指导原则,不包含可运行的封装函数或 API - 需配合工具使用:实际执行仍需用户自行组合 openpyxl、pandas 等库 - 高级功能覆盖有限:动态数组函数(FILTER、XLOOKUP 等)仅提及兼容性风险,未展开处理策略 - 性能优化较简略:大文件流式处理仅点到为止,缺乏完整实现示例 ## 适合人群 - 需要用 Python 生成或修改 Excel 报表的数据工程师 - 维护财务模型、预算模板等"活工作簿"的分析师 - 追求跨平台(Windows/Mac/云)Excel 文件兼容性的开发者 ## 常规风险提示 - 误读 "cached values" 可能导致发送含过期数据的工作簿 - 公式复制时未检查相对/绝对引用会造成隐蔽计算错误 - .xlsm 宏文件存在潜在安全风险,但本 Skill 本身不含宏代码 - 新旧 Excel 版本函数兼容性差异可能导致接收方无法正常显示

excelxlsxspreadsheetopenpyxlpandasdata-exportformula-handlingdocument-skillno-code

How Agents Use SkillRouter

  1. 1The user asks an Agent for a capability, for example: find a PPT skill.
  2. 2The Agent calls search_skills through SkillRouter MCP and searches local and remote skills.
  3. 3After confirmation, the Agent calls install_skill_to_center to install the selected skill.
  4. 4Future tasks can read the installed skill's instructions, scope, and usage workflow.

Install in Agent / OpenEva

Add this config to any HTTP MCP client to let your Agent call SkillRouter.

{
  "mcpServers": {
    "skillrouter": {
      "type": "http",
      "url": "http://127.0.0.1:18650/mcp"
    }
  }
}

Example Prompts

Use skillrouter to search for PPT skills
Find the high-conversion WeChat Moments copy diagnosis skill
Install this skill into the SkillRouter center

Download SkillRouter

Install the local desktop client to expose SkillRouter as an MCP service and let Agents call search and install tools.

The macOS builds are signed with Developer ID and notarized by Apple. If you still see a security warning, remove the old copy and download the latest build again.