← 返回 Skills 市场
daimingvip-a11y

Veterinary Clinic Bundle

作者 daimingvip-a11y · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
111
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install veterinary-clinic-bundle
功能描述
VetClaw - 52个宠物医院/兽医诊所AI自动化技能套装。覆盖排班管理、病历记录、客户回访、经营分析等场景。
安全使用建议
This bundle appears to implement the described vet-clinic features, but be aware of these issues before installing: - Missing declared credentials: The package metadata says no env vars required, but the code/config expect several secrets (DEEPSEEK_API_KEY, SMS_API_KEY/SMS_API_SECRET, WECHAT_APP_ID/WECHAT_APP_SECRET, optional DB_PASSWORD). Ask the publisher to update the registry to list required env vars before providing keys. - Third‑party data flow: If you set an LLM provider API key (DeepSeek/Qwen/OpenAI) or enable SMS/WeChat, user messages and medical symptom details will be sent to those external services. Only use API keys for providers you trust and ensure that sending clinical or personal data to them complies with your privacy/legal requirements. - Run in an isolated/test environment first: The bundle creates a local SQLite DB and starts a web service. Test on a non-production host and inspect logs/traffic to ensure no unexpected outbound endpoints. - Review code for integration endpoints: Confirm the external endpoints (e.g., https://api.deepseek.com) are legitimate and acceptable for your data policy. If you need to avoid external LLMs, run with no API key so the code falls back to local/template behavior. - Ask for provenance: Source/homepage is 'unknown' but README references a GitHub repo and support email; verify the project repository and author identity before trusting production data. What would raise confidence: explicit registry declaration of required env vars, a published source repository (with commit history and maintainer info), and a privacy statement clarifying what data is sent to which third parties. If you want, I can: (1) list every point in code where an outbound network call is made, (2) extract all environment variable names the code reads, or (3) suggest minimal config settings to run the app offline (no external APIs).
功能分析
Type: OpenClaw Skill Name: veterinary-clinic-bundle Version: 1.0.1 The VetClaw bundle is a legitimate AI automation toolkit designed for veterinary clinics, providing 52 skills ranging from appointment scheduling to medical record management. The bundle includes a FastAPI web application (main.py), a scaffolding script (install_skills.py) for directory structure generation, and comprehensive configuration templates (vet-config.yaml). The code uses standard libraries, implements secure database interactions with parameterized SQLite queries, and integrates with the DeepSeek LLM API as advertised. No evidence of data exfiltration, malicious execution, backdoors, or prompt injection was found.
能力评估
Purpose & Capability
The skill name/description (vet clinic automation) aligns with the included code and handlers (appointment, intake, emergency, inventory, etc.). However, the registry metadata declares no required env vars/credentials while the configuration files and code clearly expect multiple external service credentials (DEEPSEEK_API_KEY, SMS_API_KEY/SMS_API_SECRET, WECHAT_APP_ID/WECHAT_APP_SECRET, DB_PASSWORD, etc.). That omission is inconsistent and reduces transparency.
Instruction Scope
SKILL.md and README provide sensible setup steps (edit config/vet-config.yaml, set LLM provider, run installer). They instruct storing data locally or on your cloud. But runtime instructions and code cause the agent/server to read configuration and environment variables, persist PII/medical records into a local SQLite DB, and — if configured — transmit user data to external services (DeepSeek LLM, Aliyun SMS, WeChat, payment APIs). The docs do not explicitly warn that medical/personal data may be sent to third‑party LLMs or SMS/WeChat providers when those integrations are enabled.
Install Mechanism
There is no external installer that downloads code from unknown URLs; the bundle is code-included and contains a Python install script and a FastAPI app. No remote archive/extract/install URLs are present in the manifest. Installing means running included Python scripts and pip installing listed Python dependencies (requirements.txt).
Credentials
Although the registry lists no required env vars, the code and config reference multiple secret-bearing environment variables (DEEPSEEK_API_KEY, SMS_API_KEY/SMS_API_SECRET, WECHAT_APP_ID/WECHAT_APP_SECRET, DB_PASSWORD). Those are legitimate for the described integrations, but the metadata omission is a transparency problem. Providing these keys will cause user text (potentially PII or sensitive medical symptom descriptions) to be transmitted to third‑party services; that risk should be explicit. The number of secret/credential types is moderate but must be disclosed.
Persistence & Privilege
The skill does not request forced 'always' installation and does not attempt to modify other skills. It creates a local SQLite DB (./data/vetclaw.db) and writes skill files via the included installer script — normal for a local web app. There is no code attempting to alter other agent configs or escalate privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install veterinary-clinic-bundle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /veterinary-clinic-bundle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Skill名称从 vetclaw-bundle 取代 vetclaw-bundle(修正了 name 字段) - 版本号更新至 1.0.0(原为 1.0.1) - 其余文档内容、功能描述无变化
v1.0.0
VetClaw 1.0.0 首个正式发布,面向宠物医院/诊所AI自动化。 - 包含52项自动化技能,覆盖排班、病历、客户运营、经营分析等核心场景。 - 灵活配置诊所信息、LLM引擎、短信和微信通知渠道。 - 详细说明典型工作流与常见问题,支持与其他技能包整合。 - 提供本地与云端数据存储选项,确保合规与数据安全。 - 完整文档和技术支持渠道上线。
元数据
Slug veterinary-clinic-bundle
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Veterinary Clinic Bundle 是什么?

VetClaw - 52个宠物医院/兽医诊所AI自动化技能套装。覆盖排班管理、病历记录、客户回访、经营分析等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Veterinary Clinic Bundle?

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

Veterinary Clinic Bundle 是免费的吗?

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

Veterinary Clinic Bundle 支持哪些平台?

Veterinary Clinic Bundle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Veterinary Clinic Bundle?

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

💬 留言讨论