# Send Firm Medtech Pack to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "firm-medtech-pack",
    "name": "Firm Medtech Pack",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/romainsantoli-web/firm-medtech-pack",
    "canonicalUrl": "https://clawhub.ai/romainsantoli-web/firm-medtech-pack",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/firm-medtech-pack",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firm-medtech-pack",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "firm-medtech-pack",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T07:59:10.253Z",
      "expiresAt": "2026-05-10T07:59:10.253Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firm-medtech-pack",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firm-medtech-pack",
        "contentDisposition": "attachment; filename=\"firm-medtech-pack-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "firm-medtech-pack"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/firm-medtech-pack"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/firm-medtech-pack",
    "downloadUrl": "https://openagent3.xyz/downloads/firm-medtech-pack",
    "agentUrl": "https://openagent3.xyz/skills/firm-medtech-pack/agent",
    "manifestUrl": "https://openagent3.xyz/skills/firm-medtech-pack/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/firm-medtech-pack/agent.md"
  }
}
```
## Documentation

### firm-medtech-pack

Sector bundle for medical technology & digital health environments.

### Activated departments

DepartmentServices activatedFocusRARegulatory Affairs · Compliance LegalFDA 510(k), CE Marking, MDRResearch DevelopmentResearch Discovery · R&D PrototypingClinical evidence, biomarker researchQualityCompliance Auditing · Reliability · SecurityISO 13485, IEC 62304LegalPrivacy/Data Protection · IPHIPAA, patient data, patentsOperationsDocumentation · SRE/IncidentDHF, adverse event reporting

### Recommended ClawHub skills to install alongside

npx clawhub@latest install academic-research        # PubMed / clinical trial search
npx clawhub@latest install admet-prediction         # Drug candidate ADMET analysis
npx clawhub@latest install pdf-documents            # Clinical study PDF parsing
npx clawhub@latest install arc-security-audit       # 21 CFR Part 11 audit trail
npx clawhub@latest install firm-orchestration       # A2A orchestration backbone

### Firm configuration overlay

{
  "agent": {
    "model": "anthropic/claude-opus-4-6",
    "workspace": "~/.openclaw/workspace/medtech-firm"
  },
  "agents": {
    "defaults": {
      "sandbox": { "mode": "non-main" }
    }
  }
}

### Prompt: regulatory submission prep

Use firm-orchestration with:
  objective: "Prepare 510(k) substantial equivalence summary for continuous glucose monitor"
  departments: ["ra", "research_development", "quality"]
  constraints: ["FDA guidance K020431 reference", "predicate device: Dexcom G6"]
  definition_of_done: "510(k) summary draft with predicate comparison table"
  delivery_format: "structured_document"

### Prompt: adverse event review

Use firm-orchestration with:
  objective: "Classify and triage Q4 adverse event reports against MDR Art. 87"
  departments: ["ra", "quality", "legal"]
  constraints: ["read-only access", "anonymize patient identifiers in output"]
  definition_of_done: "Triage matrix with reportability decisions per event"
  delivery_format: "markdown_report"

### Regulatory coverage

StandardDepartmentServiceFDA 510(k) / PMARARegulatory AffairsEU MDR 2017/745RA + LegalRegulatory + PrivacyISO 13485:2016QualityCompliance AuditingIEC 62304EngineeringAI EngineeringHIPAALegalPrivacy/Data Protection21 CFR Part 11QualitySecurityISO 14971RA + QualityRisk Management

### Security notes

PHI (Protected Health Information): SECURE_PRODUCTION_MODE=true mandatory
All outputs must be anonymized: enforce via POLICY_BLOCKED_TOOLS for export
Audit trail required by 21 CFR Part 11: AUDIT_ENABLED=true

### 💎 Support

Si ce skill vous est utile, vous pouvez soutenir le développement :

Dogecoin : DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: romainsantoli-web
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T07:59:10.253Z
- Expires at: 2026-05-10T07:59:10.253Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/firm-medtech-pack)
- [Send to Agent page](https://openagent3.xyz/skills/firm-medtech-pack/agent)
- [JSON manifest](https://openagent3.xyz/skills/firm-medtech-pack/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/firm-medtech-pack/agent.md)
- [Download page](https://openagent3.xyz/downloads/firm-medtech-pack)