← 返回 Skills 市场
230
总下载
1
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install medical-conference
功能描述
Search medical conference and presentation databases. Use this skill whenever the user asks about medical conferences, academic conferences, session abstract...
安全使用建议
This skill is coherent for searching a remote conference/presentation database. Before installing: 1) Confirm you trust the external service at https://www.noah.bio (review its privacy/terms) because all query text will be sent there. 2) Provide a scoped NOAH_API_TOKEN (avoid using broad or production credentials). 3) Do not include protected health information (PHI) or sensitive data in query JSON files, since those are transmitted to the API. 4) Ensure 'requests' is available in the runtime Python environment (the scripts error out if it is missing). 5) Review and, if desired, run the scripts locally first to observe network traffic (e.g., via a controlled environment) so you are comfortable with what is sent and returned.
功能分析
Type: OpenClaw Skill
Name: medical-conference
Version: 1.0.8
The medical-conference skill bundle is a legitimate tool for searching medical conference and presentation data via the NoahAI API (noah.bio). The included Python scripts (search_conferences.py, search_presentations.py, and search_chained.py) use the standard requests library to perform authenticated POST requests using a user-provided NOAH_API_TOKEN. The code is well-structured, lacks any signs of obfuscation, and does not engage in unauthorized data exfiltration, persistence, or command execution. The SKILL.md instructions are strictly aligned with the stated purpose of medical data retrieval and do not contain any prompt-injection risks.
能力标签
能力评估
Purpose & Capability
Name/description (conference and presentation search) match the bundled scripts and the single required environment variable (NOAH_API_TOKEN). The scripts call a single external API (https://www.noah.bio) for conference and presentation searches — this is proportionate to the stated purpose.
Instruction Scope
SKILL.md directs the agent to run the included Python scripts. The scripts only read user-provided JSON params or params files, perform POST requests to the declared API endpoints, and optionally write results to an output file. They do print endpoint and query payload to stderr (for debugging) but do not print or read other system credentials or unrelated files. Note: do not pass PHI or other sensitive patient data in queries because those queries are transmitted to the remote API.
Install Mechanism
There is no install spec (instruction-only), and the scripts run locally with python3. The scripts require the third‑party Python package 'requests' but the skill metadata only declares 'python3' as a required binary — the missing declared dependency is an operational issue (not a direct security risk). No remote archives, shorteners, or untrusted download URLs are used.
Credentials
Only a single API token (NOAH_API_TOKEN) is required and used as a bearer token to authenticate to the noah.bio API. The scripts only access that environment variable; no unrelated credentials, system config paths, or secrets are requested.
Persistence & Privilege
The skill is not always-enabled, does not modify other skills or system-wide settings, and does not request persistent elevated privileges. It runs on-demand and only performs network requests to the declared API.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install medical-conference - 安装完成后,直接呼叫该 Skill 的名称或使用
/medical-conference触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
No functional or code changes. Minor documentation update only:
- The SKILL.md was updated for improved clarity and conciseness.
- Conference query field for `series_area` was removed from documentation tables and examples.
- Presentation search query and results fields are unchanged.
- Example commands and descriptions were streamlined.
v1.0.7
No user-facing or functional changes in this version.
- No file changes detected from the previous release.
- Documentation, functionality, and metadata are unchanged.
v1.0.6
No user-facing changes detected in this release.
- Version bump only; documentation, features, and scripts remain unchanged.
v1.0.5
- No code or documentation changes detected in this version.
- Version bump only; functionality and usage remain unchanged.
v1.0.4
No user-facing changes in this release.
- No code or documentation updates detected.
- Version bump only; functionality and documentation remain unchanged.
v1.0.3
No user-facing changes detected in this version.
- No modifications were made to the skill documentation or code.
- Functionality and instructions remain the same as the previous version.
v1.0.2
- Added metadata block to SKILL.md for integration with Openclaw (including emoji, environment requirements, and primaryEnv).
- No other user-facing or functional changes; all scripts, examples, and documentation content remain unchanged.
v1.0.1
**Big change: The skill is now split into three dedicated scripts for conferences, presentations, or chained search.**
- Replaces single-script search.py with three task-specific scripts: search_conferences.py, search_presentations.py, and search_chained.py.
- Each script can be run independently or combined in sequence, supporting both file and command-line JSON input.
- The chained script automatically passes the top conference result into the presentation search for streamlined workflows.
- Documentation and examples updated to clarify which script fits which user question.
v1.0.0
- Initial release of the medical-conference-search skill.
- Supports natural language search for medical conferences, abstracts, posters, and presentation data using API queries.
- Runs a two-step workflow: first queries conferences, then retrieves related presentations (abstracts, efficacy, safety, drug/trial data).
- Designed to extract entities like conference name, date, location, drug, disease, author, and more from user questions.
- Includes clear parameter mapping, usage examples, and instructions for both stepwise and chained search queries.
- Requires a NOAH API token for use.
元数据
常见问题
NoahAI medical conference query 是什么?
Search medical conference and presentation databases. Use this skill whenever the user asks about medical conferences, academic conferences, session abstract... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。
如何安装 NoahAI medical conference query?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install medical-conference」即可一键安装,无需额外配置。
NoahAI medical conference query 是免费的吗?
是的,NoahAI medical conference query 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
NoahAI medical conference query 支持哪些平台?
NoahAI medical conference query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NoahAI medical conference query?
由 yichen(@bombert)开发并维护,当前版本 v1.0.8。
推荐 Skills