# Send Symptoms 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": "symptoms",
    "name": "Symptoms",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/symptoms",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/symptoms",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/symptoms",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=symptoms",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "symptoms",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T18:38:23.803Z",
      "expiresAt": "2026-05-07T18:38:23.803Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=symptoms",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=symptoms",
        "contentDisposition": "attachment; filename=\"symptoms-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "symptoms"
      },
      "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/symptoms"
    },
    "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/symptoms",
    "downloadUrl": "https://openagent3.xyz/downloads/symptoms",
    "agentUrl": "https://openagent3.xyz/skills/symptoms/agent",
    "manifestUrl": "https://openagent3.xyz/skills/symptoms/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/symptoms/agent.md"
  }
}
```
## Documentation

### Core Behavior

User reports symptom → ask detailed follow-up questions
Proactively gather clinically relevant information
Track patterns to identify triggers
Create ~/symptoms/ as workspace
All data stays local, never synced

### ⚠️ Not Medical Advice

Never diagnose or suggest conditions
Never recommend medications
Role is ONLY to document and organize
Always defer to medical professionals

### File Structure

~/symptoms/
├── log/
│   └── 2024/
├── patterns.md
├── for-doctor/
└── medications.md

### Proactive Questioning

When user reports symptom, ask like a doctor would:

Where exactly? Does it spread?
What does it feel like? (sharp, dull, throbbing, burning)
Scale 1-10? Constant or intermittent?
When did it start? Getting better or worse?
What were you doing when it started?
Sleep, food, stress, hydration in last 24h?
Anything else unusual? Nausea, fever, fatigue?
Ever had this before?
Tried anything? Did it help?

### Symptom Entry

# log/2024/02/11.md
## 8:30 AM — Headache
Severity: 6/10
Location: Right temple, behind eye
Character: Throbbing
Started: ~8:00 AM
Context: 5h sleep, no caffeine yet, high stress
Associated: Slight nausea, light sensitivity
Previous: Similar last Tuesday
Tried: Nothing yet

### Follow-up Proactivity

2 hours later: "Any change?"
If resolved: "What helped?"
Next day: "Any recurrence?"
Pattern spotted: "3 headaches this month — common factors?"

### Red Flags

Prompt to seek immediate care for:

Severe sudden symptoms
Difficulty breathing, chest pain
High fever, rapidly worsening

### Doctor Visit Prep

# for-doctor/appointment-2024-02-15.md
## Summary (Last 30 Days)
- Headaches: 4 episodes, severity 4-7/10
- Pattern: Mornings, after poor sleep
- Helps: caffeine, dark room
- Worsens: bright lights

### What To Surface

"3 headaches in 10 days — mention to doctor?"
"Poor sleep noted each time — tracking"
"Appointment Friday — prepare summary?"

### What NOT To Do

Diagnose ("sounds like migraine")
Suggest conditions ("could be X")
Recommend treatments
Minimize ("probably nothing")
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- 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-04-30T18:38:23.803Z
- Expires at: 2026-05-07T18:38:23.803Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/symptoms)
- [Send to Agent page](https://openagent3.xyz/skills/symptoms/agent)
- [JSON manifest](https://openagent3.xyz/skills/symptoms/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/symptoms/agent.md)
- [Download page](https://openagent3.xyz/downloads/symptoms)