← 返回 Skills 市场
perrykono-debug

企服助手一键初始化

作者 perrykono-debug · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
19
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install enterprise-service-starter
功能描述
企服助手一键初始化技能。当新用户输入"@企服助手初始化"、"@企服助手 install"、"安装企服助手"、"enterprise-service install"时触发。自动检测并安装8个核心依赖技能(contract-renewal、fee-collection、enterprise-customer-man...
使用说明 (SKILL.md)

企服助手 - 一键初始化技能

🚀 触发方式

当新用户输入以下任一关键词时,此技能自动触发:

  • @企服助手初始化
  • @企服助手 install
  • /install enterprise-service
  • 安装企服助手
  • enterprise-service install

📋 自动化安装流程

第一步:检测并安装依赖技能

使用 skillhub_install 工具依次安装以下8个核心技能:

  1. contract-renewal - 合同续租预警
  2. fee-collection - 费用催缴管理
  3. enterprise-customer-management - 客户管理中心
  4. inventory-monitor - 库存监控与补货提醒
  5. service-matching - C+服务需求匹配
  6. workorder-dispatch - 工单分派与SLA监控
  7. visit-management -走访计划管理与提醒
  8. enterprise-service-assistant -企业服务智能助手主技能

执行方式

对每个技能调用:skillhub_install(action="install_skill", skillName="\x3Cskill-name>")

###第二步:验证安装echo""===验证安袭===""foreach skill in "${SKILLS[@]}"; do

  if!openclaw sk lls list|grep-q "$skill"; then


    echo ""❌$sk ill installation failed!"""
    exit1fi



done

ech o ""✅ All dependencies installed successfully!""


📝第三步:引导配置项目知识库(重要!)

安装完成后,必须引导用户创建自己的项目知识库

⚠️ 重要提示:每个用户的项目配置是独立的,包含:

  • Excel数据源路径(如 /Users/yourname/美兰中心C+服务.xlsx
  • 企业微信 Webhook URL

📋下一步操作指南(告诉用户):```markdown🎉企服助手核心技有安袭完成!

###📂创建你的项目知识库:

1.找到你的workspace目录(通常是 ~/.openclaw /workspace/或自定义路径)

2.创建knowledge目录(如果不存在): bashmkdir-p knowledge

3.创建 PROJECT_KB.md:参考以下模板创建你自己的配置文件中txt#项目名称项目名称:-数据类型:你的Excel文件路径-企业微信Webhook:你的Webhook地址-业务规则:根据自身需求调整

4.**重启OpenCla **,让配置生效!


##💡注意事项

不要复制他人的PROJECT_KB.md直接使只作参考模板! 每个用户的Excel文件路径不同,必须修改! 企业微信Webhook是敏感信息,不要泄露!

是否需要我帮你生成一个性的PROJECT_KB.md模板?

安全使用建议
Before installing, review whether the package includes scripts/check_deps.sh or any install helper that copies skills into your shared skills directory. If it does, run it only when you intentionally want those skills installed and can verify what will be copied or overwritten.
能力评估
Purpose & Capability
The skill's stated purpose and full artifact contents were not available for direct review, so purpose fit cannot be strongly confirmed from local evidence.
Instruction Scope
No artifact text was available to verify whether runtime instructions are narrow or overbroad; the supplied scanner output is advisory only.
Install Mechanism
SkillSpector reports that scripts/check_deps.sh copies skill directories into a shared skills root without confirmation or integrity validation, but that file was not present in the inspected workspace, so the claim could not be independently validated.
Credentials
No evidence was supplied or found showing credential access, private data collection, network exfiltration, or environment probing.
Persistence & Privilege
If the reported copy behavior exists, it may persist installed agent capabilities by writing into a shared skills root; there is no artifact-backed evidence of hidden persistence, privilege escalation, or destructive behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install enterprise-service-starter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /enterprise-service-starter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0:修复install_deps.sh和check_deps.sh中customer-management引用为enterprise-customer-management
v1.0.0
初始发布:一键安装企服助手8大核心技能
元数据
Slug enterprise-service-starter
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

企服助手一键初始化 是什么?

企服助手一键初始化技能。当新用户输入"@企服助手初始化"、"@企服助手 install"、"安装企服助手"、"enterprise-service install"时触发。自动检测并安装8个核心依赖技能(contract-renewal、fee-collection、enterprise-customer-man... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 19 次。

如何安装 企服助手一键初始化?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install enterprise-service-starter」即可一键安装,无需额外配置。

企服助手一键初始化 是免费的吗?

是的,企服助手一键初始化 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

企服助手一键初始化 支持哪些平台?

企服助手一键初始化 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 企服助手一键初始化?

由 perrykono-debug(@perrykono-debug)开发并维护,当前版本 v1.1.0。

💬 留言讨论