← 返回 Skills 市场
医学量表检索技能
作者
kevinget-svg
· GitHub ↗
· v1.0.0
· MIT-0
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install medical-scale-research
功能描述
医学量表信息检索与标准化报告生成。通过浏览器自动化检索量表背景、版权、CDISC 映射、统计方法等信息,生成飞书云文档并保存到量表知识库。
安全使用建议
What to check before installing/using this skill:
- Credentials and permissions: The skill expects Feishu API access and browser automation privileges, but the registry entry lists no required environment variables or primary credential. Ask the publisher how Feishu tokens/credentials are provided and where they are stored; do not hand over global credentials without understanding scope and storage.
- Local filesystem writes and shell execution: The runtime instructions instruct the agent to run shell commands (curl, ls) and save PDFs to a hard-coded path (/Users/wangyafei/Downloads/...). If you install this skill, change default paths to a safe, configurable folder and confirm the agent is allowed to write there. Prefer running in an isolated environment or sandbox during initial testing.
- Forced downloads: The skill enforces mandatory retrieval of the 'official PDF' (download or screenshot). Ensure you have legal right to download/archive the PDF (copyright/commercial restrictions); otherwise the agent may attempt to access paywalled or restricted content.
- Limit autonomous actions: The skill can be invoked by the agent autonomously (default). If you are uncomfortable with automated browsing + shell downloads, require user consent for network/file operations or disable autonomous invocation until you verify behavior.
- Verify implementation details: Request clarification from the maintainer about how Feishu credentials are supplied, whether tokens are transient, and whether the skill will ever send data to external endpoints other than Feishu and the public sources named. Ask them to remove hard-coded user paths and to declare required env vars (Feishu token, any proxy settings) in the metadata.
- Test in a sandbox first: Run the skill in a restricted test account and sandboxed filesystem, with minimized credentials, to observe exactly what it does before granting it access to production data/accounts.
If the publisher cannot or will not clarify these points (where credentials come from, configurable save path, and why no env vars are declared), treat the skill as high-risk and avoid using it with sensitive accounts or systems.
功能分析
Type: OpenClaw Skill
Name: medical-scale-research
Version: 1.0.0
The skill uses the `exec` tool to run `curl` commands for downloading files to a hardcoded local directory (`/Users/wangyafei/Downloads/scales/`), which presents a significant command injection risk if the URL or scale name inputs are manipulated. While the intent appears to be medical research and report generation, the use of shell execution for file management and the presence of environment-specific hardcoded paths are high-risk patterns (SKILL.md, README.md).
能力评估
Purpose & Capability
The skill's purpose (retrieving scale info, getting PDFs/screenshots, generating Feishu docs, CDISC mapping) matches the instructions: it uses browser automation, web fetching and Feishu APIs. However, the metadata declares no required environment variables or credentials even though the README and SKILL.md explicitly require Feishu API permissions and browser automation privileges. Also the SKILL.md hard-codes a local path (/Users/wangyafei/Downloads/...) which is disproportionate and suggests the package was authored against a specific developer environment.
Instruction Scope
Runtime instructions direct the agent to download official PDFs using an exec/curl command, verify local files (ls -lh), take screenshots (browser.snapshot) and upload them to Feishu. These steps involve filesystem writes, shell execution, and automated browsing; they go beyond read-only retrieval and require explicit user consent and credentials. The instructions also force 'must download PDF or screenshot' as a precondition, which could cause the agent to attempt network downloads or local writes even when access is restricted or when content is paywalled.
Install Mechanism
This is instruction-only (no install spec, no code files to execute), which minimizes supply-chain risk. No external archives or unusual installers are pulled in. The attack surface is primarily from the agent executing the described runtime actions, not from a downloaded binary.
Credentials
The skill requires Feishu API access and browser automation to work (per README and SKILL.md) but declares no required environment variables or primary credential in the registry metadata; that mismatch is problematic. It also mandates writing files into a hard-coded user path and uses shell commands (curl, ls) without declaring required binaries. These requirements imply access to local filesystem, network, and third-party service credentials that are not surfaced in the metadata.
Persistence & Privilege
always:false and no modifications to other skills or global agent config are requested. The skill does not claim permanent inclusion or elevated platform-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install medical-scale-research - 安装完成后,直接呼叫该 Skill 的名称或使用
/medical-scale-research触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
medical-scale-research v1.0.0
- Initial release of the medical-scale-research skill.
- Provides automated retrieval and standardized reporting for medical scale information, including background, copyright, CDISC mapping, statistical methods, etc.
- Generates Feishu cloud documents and saves standardized reports to a knowledge base.
- Implements a strict workflow for obtaining official scale PDFs or screenshots—halts execution if such cannot be retrieved.
- Supports version tracking and incremental document updates.
- Includes multi-source search strategies and safeguarding measures for accuracy, provenance, and legal compliance.
元数据
常见问题
医学量表检索技能 是什么?
医学量表信息检索与标准化报告生成。通过浏览器自动化检索量表背景、版权、CDISC 映射、统计方法等信息,生成飞书云文档并保存到量表知识库。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 医学量表检索技能?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install medical-scale-research」即可一键安装,无需额外配置。
医学量表检索技能 是免费的吗?
是的,医学量表检索技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
医学量表检索技能 支持哪些平台?
医学量表检索技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 医学量表检索技能?
由 kevinget-svg(@kevinget-svg)开发并维护,当前版本 v1.0.0。
推荐 Skills