技能详情(站内镜像,无评论)
作者:yichen @bombert
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 18 · 0当前安装次数· 0历史安装次数
⭐ 0
安装量(当前) 0
🛡 VirusTotal :挂起 · OpenClaw :可疑
Package:bombert/medical-conference
安全扫描(ClawHub)
- VirusTotal :挂起
- OpenClaw :可疑
OpenClaw 评估
The skill's code and runtime behavior are largely consistent with a conference search tool, but the package metadata and SKILL.md omit important runtime requirements (an API token, an external API endpoint, and the Python requests dependency), which is an incoherence you should verify before installing.
目的
The name/description (search conference/presentation data) matches what the included script does: it constructs queries and POSTs them to a conference API and returns formatted results. Requiring a service token to query a remote API is consistent with that purpose. However, the skill metadata and SKILL.md declare no required environment variables or dependencies, while the script clearly requires NOAH_API_TOKEN (and optionally NOAH_API_URL) a…
说明范围
The SKILL.md instructs the agent to run scripts/search.py in a two-step workflow; the script adheres to that workflow and does not attempt to read unrelated local files or other credentials. It does POST JSON queries to an external API and prints query payloads to stderr (which could expose user-provided query content in logs). The SKILL.md does not warn about the external endpoint or the need for an API token, which is an omission.
安装机制
This is instruction-only (no install spec), but a non-trivial Python script is bundled. The script depends on the 'requests' package; no install instructions or dependency declaration are present in the metadata/SKILL.md. That means the runtime may fail unexpectedly or an agent might attempt to install dependencies without explicit guidance. Including code without a matching install / dependency declaration is an incoherence and operational risk.
证书
The code requires NOAH_API_TOKEN (and supports NOAH_API_URL) to authenticate to an external API (default base URL https://noah.bio). Requesting a single API token for the service is proportionate to the stated purpose — but the skill's metadata declares no required environment variables. The omission prevents users from understanding where a secret would be used. Also note the script will send user query data to the external endpoint; ensure t…
持久
The skill does not request always:true and does not modify other skills or agent config. It runs as an ad-hoc script and does not demand system-wide persistence or elevated privileges.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「NoahAI medical conference query」。简介:Search medical conference and presentation databases. Use this skill whenever t…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/bombert/medical-conference/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。