← Back to Skills Marketplace
kevinget-svg

医学量表检索技能

by kevinget-svg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install medical-scale-research
Description
医学量表信息检索与标准化报告生成。通过浏览器自动化检索量表背景、版权、CDISC 映射、统计方法等信息,生成飞书云文档并保存到量表知识库。
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install medical-scale-research
  3. After installation, invoke the skill by name or use /medical-scale-research
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug medical-scale-research
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 医学量表检索技能?

医学量表信息检索与标准化报告生成。通过浏览器自动化检索量表背景、版权、CDISC 映射、统计方法等信息,生成飞书云文档并保存到量表知识库。 It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install 医学量表检索技能?

Run "/install medical-scale-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 医学量表检索技能 free?

Yes, 医学量表检索技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 医学量表检索技能 support?

医学量表检索技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 医学量表检索技能?

It is built and maintained by kevinget-svg (@kevinget-svg); the current version is v1.0.0.

💬 Comments