← Back to Skills Marketplace
230
Downloads
1
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install medical-conference
Description
Search medical conference and presentation databases. Use this skill whenever the user asks about medical conferences, academic conferences, session abstract...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install medical-conference - After installation, invoke the skill by name or use
/medical-conference - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is NoahAI medical conference query?
Search medical conference and presentation databases. Use this skill whenever the user asks about medical conferences, academic conferences, session abstract... It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.
How do I install NoahAI medical conference query?
Run "/install medical-conference" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NoahAI medical conference query free?
Yes, NoahAI medical conference query is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does NoahAI medical conference query support?
NoahAI medical conference query is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NoahAI medical conference query?
It is built and maintained by yichen (@bombert); the current version is v1.0.8.
More Skills