← 返回 Skills 市场
lyla0921

Target Novelty Scorer

作者 Lyla0921 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
262
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install target-novelty-scorer
功能描述
Score the novelty of biological targets through literature mining and trend analysis
安全使用建议
The package is internally inconsistent: SKILL.md describes a networked PubMed/PMC crawler that needs API keys and extra libraries, but the included script uses simulated data and requirements.txt is minimal. Before installing or running: (1) inspect scripts/main.py fully to confirm whether any real network calls or subprocesses are present (the shipped code appears simulated but double-check the untruncated file), (2) treat any request for API keys as sensitive—only provide them if you verify code uses them and that calls go to official endpoints (ncbi.nlm.nih.gov or europepmc.org) over HTTPS, (3) run the skill in a sandbox or isolated environment without network access initially to observe behavior, (4) if you expect real PubMed integration, require the author to reconcile requirements.txt and SKILL.md (add explicit environment variable declarations for API keys) and to provide provenance (repository/homepage and author identity) and tests, and (5) if you cannot verify these, avoid supplying secrets or running the skill on sensitive systems. Additional information that would raise confidence: a project repo/homepage, a clear list of declared env vars for API keys, and a version of the script that demonstrably uses official APIs with HTTPS and reasonable rate/timeout handling.
功能分析
Type: OpenClaw Skill Name: target-novelty-scorer Version: 0.1.0 The skill bundle is a template or draft for a biological target novelty scorer. While the documentation in SKILL.md suggests high-risk activities like network access and literature mining, the actual implementation in scripts/main.py is a simulation that generates scores using numpy and random number generation rather than making external API calls. There is no evidence of malicious intent, data exfiltration, or unauthorized execution; the code is straightforward and follows its stated (simulated) purpose.
能力评估
Purpose & Capability
Name and description claim literature mining from PubMed/PMC and require an NCBI API key; the included Python script (scripts/main.py) implements a simulated PubMedSearcher that generates random data and does not perform real network calls. The SKILL.md lists additional dependencies (requests, pandas, biopython) that are not present in requirements.txt. These mismatches mean what the skill 'says' it will do is not what the shipped code actually does.
Instruction Scope
Runtime instructions are simple (run python scripts/main.py). SKILL.md implies network retrieval, API key usage, and multi-database cross-validation, but the actual script operates on simulated data and does not reference external config or unexpected system paths. The inconsistency grants the skill ambiguous scope: either it's a stub/draft (harmless) or the real networked behavior is missing from the shipped code (could be introduced later).
Install Mechanism
No install spec beyond pip install -r requirements.txt. requirements.txt is minimal (dataclasses, numpy) and there are no external downloads or archive extracts. Installation appears low-risk as provided.
Credentials
SKILL.md says an NCBI API key (and optional Europe PMC API) is required, but the skill registry metadata lists no required environment variables or primary credential. The shipped code accepts an optional api_key parameter but does not consume environment variables. This mismatch is concerning because credentials are referenced but not declared—users may be prompted to provide secrets without clear, traceable usage in the code.
Persistence & Privilege
Skill does not request persistent or elevated privileges (always: false). It does not declare config path access or system-wide modifications. No evidence of attempts to modify other skills or agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install target-novelty-scorer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /target-novelty-scorer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Target Novelty Scorer. - Scores the novelty of biological targets using literature mining and trend analysis. - Retrieves publications from PubMed and other academic databases. - Calculates a novelty score (0-100) based on research heat, uniqueness, research depth, collaboration, and temporal trends. - Supports detailed JSON and text report generation with breakdown of metrics. - Offers command-line parameters for flexible analysis and output options. - Includes security checklist and evaluation criteria.
元数据
Slug target-novelty-scorer
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Target Novelty Scorer 是什么?

Score the novelty of biological targets through literature mining and trend analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 262 次。

如何安装 Target Novelty Scorer?

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

Target Novelty Scorer 是免费的吗?

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

Target Novelty Scorer 支持哪些平台?

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

谁开发了 Target Novelty Scorer?

由 Lyla0921(@lyla0921)开发并维护,当前版本 v0.1.0。

💬 留言讨论