← Back to Skills Marketplace
HK3 CRM 安装器
by
jiangyisheng9-bot
· GitHub ↗
· v1.0.1
· MIT-0
42
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install hk3-crm-installer
Description
一键安装 HK3 CRM 客户管理系统(Bursa Malaysia 保健品公司专用)
README (SKILL.md)
HK3 CRM 安装器
一键在本地安装并启动 HK3 CRM 客户管理系统。
触发词
- "安装 HK3 CRM"
- "下载 HK3 CRM"
- "hk3 crm setup"
- "装 CRM 系统"
工作流
- 运行
setup.sh脚本 - 从 GitHub clone 代码
- 安装 Python 依赖(flask, sqlalchemy)
- 自动启动 CRM 服务(端口 5001)
- 告知用户打开浏览器: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 # 清空
更多信息
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hk3-crm-installer - After installation, invoke the skill by name or use
/hk3-crm-installer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
完善 SKILL.md 元数据和质量说明
v1.0.0
一键安装 HK3 CRM 客户管理系统
Metadata
Frequently Asked Questions
What is HK3 CRM 安装器?
一键安装 HK3 CRM 客户管理系统(Bursa Malaysia 保健品公司专用). It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.
How do I install HK3 CRM 安装器?
Run "/install hk3-crm-installer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is HK3 CRM 安装器 free?
Yes, HK3 CRM 安装器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does HK3 CRM 安装器 support?
HK3 CRM 安装器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created HK3 CRM 安装器?
It is built and maintained by jiangyisheng9-bot (@jiangyisheng9-bot); the current version is v1.0.1.
More Skills