← 返回 Skills 市场
Uplo Healthcare
作者
RooJenkins
· GitHub ↗
· v1.0.0
· MIT-0
217
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uplo-healthcare
功能描述
AI-powered healthcare knowledge management. Search clinical notes, care plans, lab results, prescriptions, and patient pathways with structured extraction.
安全使用建议
What to check before installing:
- Confirm the source: verify the UPLO vendor and the author identity (UPLO / @agentdocs1) and prefer installing only from a trusted internal registry or a vetted vendor page.
- Validate configuration mismatch: the registry metadata you received claims no required envs, but skill.json and README require an agentdocs_url and api_key. Clarify which is correct before supplying credentials.
- Audit the npm package: skill.json/README indicate usage of an npx command that will fetch @agentdocs1/mcp-server. Inspect that npm package (versioned release, publisher, recent change history) or ask for a pinned, auditable release before allowing runtime fetches.
- Use least privilege for credentials: issue an API key scoped only to the capabilities the skill needs (read/search/export) and avoid giving it access to PHI or unrelated services.
- Control export actions: treat export_org_context as sensitive. Limit who can invoke exports, require approval/auditing, and verify exported data does not include PHI or overly broad organizational data.
- Prefer pinned versions: request that the skill manifest reference a pinned package version (not an implicit latest via npx -y) or allow hosting the MCP server internally.
- Logging & auditing: ensure all queries and exports are logged and reviewed; ensure the integration complies with your privacy/HIPAA policies.
If you want, I can list concrete questions to ask the publisher or a checklist for an operator to safely deploy this connector.
功能分析
Type: OpenClaw Skill
Name: uplo-healthcare
Version: 1.0.0
The skill includes a high-risk tool, 'export_org_context', which allows for a 'full organizational context snapshot' (found in skill.json and SKILL.md). While the documentation describes legitimate use cases such as regulatory compliance cross-referencing, this broad permission serves as a potential vector for bulk data exfiltration. Additionally, the skill executes a remote MCP server via npx (@agentdocs1/mcp-server) and contains a future-dated timestamp in _meta.json (May 2026).
能力评估
Purpose & Capability
The skill is presented as an organizational knowledge/clinical-protocol search tool and the declared capabilities (search_knowledge, search_with_context, get_directives, export_org_context) align with that purpose. Requiring a UPLO instance URL and an API key (via skill.json) is proportionate for a hosted knowledge service. However, the registry metadata provided to you earlier claims no required env/config, which contradicts skill.json's required config entries (agentdocs_url and api_key).
Instruction Scope
SKILL.md instructs the agent to call functions such as get_identity_context, get_directives, search_knowledge, search_with_context, and export_org_context — all within the stated domain (organizational policies, directives, and protocols). The instructions explicitly caution against surfacing PHI. One operational caution: export_org_context can produce large organizational exports; this is consistent with the skill's purpose but is also a high-scope action that could expose broad organizational data if misused.
Install Mechanism
There is no explicit install spec, but skill.json's mcp configuration relies on running an npm package via npx (@agentdocs1/mcp-server). Fetching and executing code with npx at runtime is a moderate-risk install pattern: it's common for connectors but it downloads and runs external code. The manifest uses an unpinned npx invocation (-y, latest), which increases risk because it will fetch whatever is current in the registry rather than a reviewed version.
Credentials
The only sensitive configuration required by the skill.json is an agentdocs_url and an api_key — these are appropriate for a hosted UPLO MCP connector. This is proportional to the stated purpose. However, the registry metadata you were shown earlier listed no required env vars/credentials, which is inconsistent with skill.json and README (both of which require API key and URL). Confirming which record is authoritative is important before deploying credentials.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills. The declared MCP transport is HTTP to the provided service URL; normal for a connector. There is no indication the skill modifies system-wide agent settings beyond launching its own MCP server process.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uplo-healthcare - 安装完成后,直接呼叫该 Skill 的名称或使用
/uplo-healthcare触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
uplo-healthcare v1.0.0
- Initial release providing AI-powered healthcare knowledge management.
- Enables search across clinical notes, care plans, lab results, prescriptions, and patient pathways with structured data extraction.
- Includes key tools for clinical protocol lookup, interdisciplinary workflows, regulatory readiness, and reporting knowledge gaps.
- Emphasizes privacy by indexing only organizational reference materials, not individual patient health records.
元数据
常见问题
Uplo Healthcare 是什么?
AI-powered healthcare knowledge management. Search clinical notes, care plans, lab results, prescriptions, and patient pathways with structured extraction. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 217 次。
如何安装 Uplo Healthcare?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uplo-healthcare」即可一键安装,无需额外配置。
Uplo Healthcare 是免费的吗?
是的,Uplo Healthcare 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uplo Healthcare 支持哪些平台?
Uplo Healthcare 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uplo Healthcare?
由 RooJenkins(@roojenkins)开发并维护,当前版本 v1.0.0。
推荐 Skills