ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Deepevidence

Skill by cindy8753

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cindy8753/deepevidence
Or

name: deepevidence-api description: > 循证医学临床助手,采用 DeepEvidence 兼容 OpenAI 的 API(可追溯引用)。 用于解答复杂的临床问题、药物安全性证据、指南解读等。 version: "1.5.0" author: "DeepEvidence Team" homepage: "https://deepevid.medsci.cn/" license: "MIT" runtime: "python3" env_vars:

  • name: DEEPEVIDENCE_API_KEY required: true description: "必需的 API 密钥,用于医学循证数据检索" dependencies:
  • "openai >= 1.0.0"

DeepEvidence API Skill (Evidence-Based Medicine)

This skill calls DeepEvidence's OpenAI-compatible API to produce traceable, source-grounded evidence summaries for clinical use cases (drug safety, guideline interpretation, trial evidence synthesis). All outputs should be clinically verified before use.

Bundled repository files required: the default workflow references local scripts/ and references/ files. If your hosting/distribution does not ship them, use the direct HTTP API method below.


🛠️ Repository Structure

  • scripts/: Contains the interaction logic for medical Q&A and user-facing CLI tools.
  • references/: Contains the API interface specifications and technical constraints mapping.
  • SKILL.md: Root configuration and normative guidelines for the medical assistant.

Normative language

To avoid ambiguity, treat requirement levels as:

  • MUST: mandatory
  • SHOULD: default requirement unless there's a clear reason not to
  • RECOMMENDED: preferred best practice
  • OPTIONAL: use as needed

When to use / triggers

  • Use cases: complex clinical questions; drug safety evidence (dose/contraindications/interactions); guideline interpretation; comparative options; trial evidence synthesis
  • High-intent triggers (to reduce accidental activation): DeepEvidence, evidence-based medicine, guideline interpretation, drug safety evidence, clinical trial evidence

Prerequisites

Ask the user to set an API key via environment variable:

  • Env var: DEEPEVIDENCE_API_KEY (企业用户请在此申请: https://app.medsci.cn/platform)
  • MUST NOT commit keys to source control
  • MUST NOT print API keys, full request bodies, or full response bodies in logs/errors (may contain sensitive clinical information)

Emergency / urgent-care boundary (MUST)

This skill is not for emergency triage or first-aid instructions. If the user describes or asks about (including but not limited to):

  • Chest pain/pressure, suspected stroke/MI, trouble breathing, altered consciousness
  • Poisoning/overdose, severe allergic reaction, uncontrolled bleeding
  • Infant/child seizures, severe dehydration, high fever with mental status changes

You MUST prioritize advising the user to contact local emergency services / seek immediate medical care, and state that you cannot provide instructions that replace emergency care.

Quickstart (CLI)

Ask a question with the bundled script:

python scripts/chat.py "In T2D with CKD, how should metformin dose be adjusted by eGFR?"

Metadata

Author@cindy8753
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cindy8753-deepevidence": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.