返回顶部
s

sherpamind雪巴智脑

Use for SherpaDesk-related requests: ticket lookup, support-history retrieval, account/user/technician analysis, stale-ticket review, workload questions, operational reporting, and open-ended natural-language questions about SherpaDesk data. This skill is a local SherpaDesk backend plus OpenClaw query layer: it requires SherpaDesk API credentials for live setup, creates workspace-local runtime state under `.SherpaMind/`, and may install an optional user-level background service. Trigger when the

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.7
安全检测
已通过
154
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

sherpamind

SherpaMind

将SherpaMind作为OpenClaw查询/操作层,用于后端服务准备的本地SherpaDesk数据集。

仓库根目录与稳定入口

从仓库根目录开始工作:

bash
cd {baseDir}

当仓库安装在OpenClaw的skills/目录下时,SherpaMind会自动将父工作区作为SHERPAMINDWORKSPACEROOT,因此运行时状态会保留在工作区级别的.SherpaMind/目录中,而不是技能检出目录内。

使用稳定运行器:

bash
python3 scripts/run.py [args...]

不要发明替代的运行时路径。
不要将OpenClaw视为此后台服务的后台调度器。

透明度与操作员预期

SherpaMind不仅仅是一个指令型技能。

当安装并配置为实时使用时,它可以:

  • - 在.SherpaMind/下创建工作区本地运行时状态
  • 在.SherpaMind/private/config/、.SherpaMind/private/secrets/、.SherpaMind/private/data/、.SherpaMind/private/state/、.SherpaMind/private/logs/、.SherpaMind/private/runtime/和.SherpaMind/public/下创建分阶段运行时目录
  • 创建本地SQLite数据库并生成公开产物
  • 在.SherpaMind/private/runtime/venv下创建Python运行时虚拟环境
  • 在引导期间从PyPI安装Python依赖项
  • 将SherpaDesk API密钥本地存储在.SherpaMind/private/secrets/sherpadeskapikey.txt中
  • 可选地将SherpaDesk API用户提示存储在.SherpaMind/private/secrets/sherpadeskapiuser.txt中
  • 将非秘密的连接/运行时设置存储在.SherpaMind/private/config/settings.env中
  • 可选地安装并运行用户级systemd后台服务

实际SherpaDesk使用所需的实时分阶段凭据/配置:

  • - 在.SherpaMind/private/secrets/sherpadeskapikey.txt下的分阶段API密钥
  • 在.SherpaMind/private/config/settings.env中的分阶段组织/实例设置

如果用户只需要查询指导或离线检查现有本地数据集,不要暗示实时同步不需要新的凭据或服务安装。

选择回答问题的轻量级路径

精确事实、计数、状态和工作负载

从结构化命令开始:

  • - python3 scripts/run.py dataset-summary
  • python3 scripts/run.py report-api-usage
  • python3 scripts/run.py report-enrichment-coverage
  • python3 scripts/run.py insight-snapshot
  • python3 scripts/run.py report-ticket-counts
  • python3 scripts/run.py report-status-counts
  • python3 scripts/run.py report-priority-counts
  • python3 scripts/run.py report-technician-counts
  • python3 scripts/run.py report-ticket-log-types
  • python3 scripts/run.py report-attachment-summary
  • python3 scripts/run.py recent-tickets
  • python3 scripts/run.py open-ticket-ages
  • python3 scripts/run.py recent-account-activity
  • python3 scripts/run.py recent-technician-load
  • python3 scripts/run.py account-summary
  • python3 scripts/run.py technician-summary
  • python3 scripts/run.py ticket-summary

示例:

  • - 开放工单计数 → report-status-counts
  • 技术人员积压/负载 → technician-summary
  • 账户快照 → account-summary
  • 工单检查/检索就绪上下文 → ticket-summary

模糊调查、先前案例查找和支持历史回忆

使用检索命令:

  • - python3 scripts/run.py search-ticket-docs
  • python3 scripts/run.py search-ticket-docs --account --status Open --department
  • python3 scripts/run.py search-ticket-chunks
  • python3 scripts/run.py search-ticket-chunks --account --status Open --technician
  • python3 scripts/run.py search-ticket-chunks --priority High --category --class-name
  • python3 scripts/run.py search-vector-index
  • python3 scripts/run.py search-vector-index --account --status Open
  • python3 scripts/run.py search-vector-index --technician --priority High --category
  • python3 scripts/run.py search-vector-index --department --class-name --submission-category --resolution-category

默认检索工作流程:

  1. 1. 当问题词汇具体时,从关键词/文本搜索开始。
  2. 当措辞可能变化或关键词召回率较低时,扩展到向量搜索。
  3. 当账户/技术人员/状态/优先级/类别/部门/类别/提交/解决方案过滤器能实质性缩小搜索范围时使用它们。
  4. 根据检索到的证据回答,而不是跳到预设结论。

从生成产物中获取快速事实上下文

当简洁的派生产物足够时,阅读这些:

  • - {baseDir}/.SherpaMind/public/docs/index.md
  • {baseDir}/.SherpaMind/public/docs/insight-snapshot.md
  • {baseDir}/.SherpaMind/public/docs/stale-open-tickets.md
  • {baseDir}/.SherpaMind/public/docs/recent-account-activity.md
  • {baseDir}/.SherpaMind/public/docs/recent-technician-load.md
  • {baseDir}/.SherpaMind/public/docs/runtime/status.md
  • {baseDir}/.SherpaMind/public/docs/accounts/index.md
  • {baseDir}/.SherpaMind/public/docs/technicians/index.md
  • {baseDir}/.SherpaMind/public/docs/tickets/index.md
  • {baseDir}/.SherpaMind/public/docs/accounts/.md
  • {baseDir}/.SherpaMind/public/docs/technicians/.md
  • {baseDir}/.SherpaMind/public/docs/tickets/ticket_*.md

首选回答流程

对于广泛的问题,如最近账户X发生了什么?或我们以前见过这个吗?:

  1. 1. 首先提取一个结构摘要。
  2. 其次提取检索证据。
  3. 仅在生成公开文档能提供简洁上下文时使用它们。
  4. 给用户一个基于检索证据的回答。

优先选择事实检索而非手动编写的解释。

在另一个OpenClaw实例上的端到端安装和引导

如果用户要求将SherpaMind正确端到端安装到OpenClaw实例中,首先检查主机先决条件,并在继续之前明确报告任何缺失的部分。

要检查的最低先决条件:

  • - python3存在
  • Python venv/pip引导在该主机上工作
  • 主机具有用于Python包安装的网络访问权限
  • 如果期望后台服务模式,systemctl --user可用

如果缺少任何先决条件,停止并明确告知用户缺少什么以及需要修复什么。

然后从已安装的技能包根目录使用以下流程:

  1. 1. 首先审计引导/就绪状态
- python3 scripts/run.py bootstrap-audit
  1. 2. 引导技能本地运行时
- python3 scripts/bootstrap.py
  1. 3. 运行设置流程
- python3 scripts/run.py setup
  1. 4. 验证运行时状态
- python3 scripts/run.py doctor
  1. 5. 分阶段设置SherpaDesk API密钥
- python3 scripts/run.py stage-api-key --from-file
  1. 6. 发现组织/实例
- python3 scripts/run.py discover-orgs
  1. 7. 将所选组织/实例写入非秘密设置
- python3 scripts/run.py configure --org-key --instance-key
  1. 8. 种子化本地数据集
- python3 scripts/run.py seed
  1. 9. 如果需要,生成/优化派生产物
- python3 scripts/run.py generate-public-snapshot - python3 scripts/run.py generate-runtime-status
  1. 10. 确认安装实际可用
- python3 scripts/run.py dataset-summary - python3 scripts/run.py insight-snapshot - python3 scripts/run.py report-vector-index-status
  1. 11. 然后才决定是否需要无人值守后台模式
- python3 scripts/run.py install-service - python3 scripts/run.py service-status

在Linux上的默认期望是setup初始化数据库,清理任何旧的SherpaMind cron

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 sherpamind-1776108174 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 sherpamind-1776108174 技能

通过命令行安装

skillhub install sherpamind-1776108174

下载

⬇ 下载 sherpamind v0.1.7(免费)

文件大小: 155.63 KB | 发布时间: 2026-4-14 13:29

v0.1.7 最新 2026-4-14 13:29
Improve retrieval chunk balancing, retrieval observability, health artifacts, and cold enrichment signal handling.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部