← 返回 Skills 市场
jiangyisheng9-bot

HK3 CRM 安装器

作者 jiangyisheng9-bot · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
42
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install hk3-crm-installer
功能描述
一键安装 HK3 CRM 客户管理系统(Bursa Malaysia 保健品公司专用)
使用说明 (SKILL.md)

HK3 CRM 安装器

一键在本地安装并启动 HK3 CRM 客户管理系统。

触发词

  • "安装 HK3 CRM"
  • "下载 HK3 CRM"
  • "hk3 crm setup"
  • "装 CRM 系统"

工作流

  1. 运行 setup.sh 脚本
  2. 从 GitHub clone 代码
  3. 安装 Python 依赖(flask, sqlalchemy)
  4. 自动启动 CRM 服务(端口 5001)
  5. 告知用户打开浏览器:http://127.0.0.1:5001

前置依赖

  • git
  • python3 + pip

数据安全

  • 客户数据库(hk3_crm.db)在 .gitignore 中
  • git pull 更新代码不会影响已有数据
  • 数据库自动迁移系统,schema 升级无痛

演示数据

cd hk3-crm && python3 seed_demo.py
python3 seed_demo.py --clean  # 清空

更多信息

GitHub: https://github.com/jiangyisheng9-bot/hk3-crm

安全使用建议
Install only if you trust and have reviewed the GitHub repository and its Python dependencies. Prefer running it in a virtual environment or container, back up any CRM data, and make sure you know how to stop the background service before using it with real customer information.
功能分析
Type: OpenClaw Skill Name: hk3-crm-installer Version: 1.0.1 The skill functions as an installer that clones a remote GitHub repository (https://github.com/jiangyisheng9-bot/hk3-crm.git) and executes its contents. The setup.sh script installs unverified Python dependencies and launches a background process (app.py) using nohup, which constitutes a remote code execution risk. While the stated purpose is a CRM installation, the reliance on an external, unverified repository to fetch and run code is a significant security concern.
能力评估
Purpose & Capability
The behavior is broadly purpose-aligned: SKILL.md describes cloning HK3 CRM, installing Python dependencies, and starting a local service on port 5001.
Instruction Scope
setup.sh is intended for agent execution and immediately performs install-and-run actions; the comment says "给 OpenClaw 代理自动执行" and the script clones, installs, and starts the app without an explicit confirmation gate.
Install Mechanism
setup.sh fetches from a mutable GitHub repository and installs whatever is in its requirements.txt using pip, while the registry metadata declares no required binaries or install spec.
Credentials
The script installs Python packages into the default environment via `pip3 install -r requirements.txt` rather than a virtual environment or container, so it can modify the user's broader Python setup.
Persistence & Privilege
The script starts the CRM with `nohup python3 app.py ... &` and writes a PID file, but the artifacts do not provide a stop, uninstall, or cleanup workflow.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hk3-crm-installer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hk3-crm-installer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
完善 SKILL.md 元数据和质量说明
v1.0.0
一键安装 HK3 CRM 客户管理系统
元数据
Slug hk3-crm-installer
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

HK3 CRM 安装器 是什么?

一键安装 HK3 CRM 客户管理系统(Bursa Malaysia 保健品公司专用). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。

如何安装 HK3 CRM 安装器?

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

HK3 CRM 安装器 是免费的吗?

是的,HK3 CRM 安装器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

HK3 CRM 安装器 支持哪些平台?

HK3 CRM 安装器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 HK3 CRM 安装器?

由 jiangyisheng9-bot(@jiangyisheng9-bot)开发并维护,当前版本 v1.0.1。

💬 留言讨论