← Back to Skills Marketplace
Veterinary Clinic Bundle
by
daimingvip-a11y
· GitHub ↗
· v1.0.1
· MIT-0
111
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install veterinary-clinic-bundle
Description
VetClaw - 52个宠物医院/兽医诊所AI自动化技能套装。覆盖排班管理、病历记录、客户回访、经营分析等场景。
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install veterinary-clinic-bundle - After installation, invoke the skill by name or use
/veterinary-clinic-bundle - Provide required inputs per the skill's parameter spec and get structured output
Version History
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引擎、短信和微信通知渠道。
- 详细说明典型工作流与常见问题,支持与其他技能包整合。
- 提供本地与云端数据存储选项,确保合规与数据安全。
- 完整文档和技术支持渠道上线。
Metadata
Frequently Asked Questions
What is Veterinary Clinic Bundle?
VetClaw - 52个宠物医院/兽医诊所AI自动化技能套装。覆盖排班管理、病历记录、客户回访、经营分析等场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install Veterinary Clinic Bundle?
Run "/install veterinary-clinic-bundle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Veterinary Clinic Bundle free?
Yes, Veterinary Clinic Bundle is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Veterinary Clinic Bundle support?
Veterinary Clinic Bundle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Veterinary Clinic Bundle?
It is built and maintained by daimingvip-a11y (@daimingvip-a11y); the current version is v1.0.1.
More Skills