# Send Life Radar 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": "life-radar",
    "name": "Life Radar",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/YIKAILucas/life-radar",
    "canonicalUrl": "https://clawhub.ai/YIKAILucas/life-radar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/life-radar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=life-radar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "references/modes.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/life-radar"
    },
    "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/life-radar",
    "downloadUrl": "https://openagent3.xyz/downloads/life-radar",
    "agentUrl": "https://openagent3.xyz/skills/life-radar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/life-radar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/life-radar/agent.md"
  }
}
```
## Documentation

### Life Radar

Generate an action-first digest, not a raw data dump.

If the user asks from a specific role perspective (CEO / manager / employee), read references/modes.md and adapt prioritization/output accordingly.

### Output format

Always output in this structure:

Must-do (today) — max 3 items
Should-do (soon) — max 5 items
Nice-to-have — max 3 items
Suggested next actions — 1-line commands the user can say next

Each item must include:

What happened
Why it matters
Deadline/time window (or “unspecified”)

### Priority rules

Classify with this order:

P0 Must-do

Payment due / account risk / security alert
Meeting in <2h
Time-sensitive message requiring response today


P1 Should-do

Meeting or task in 24-72h
Follow-up pending from important contact
Logistics prep (travel, weather-impact, documents)


P2 Nice-to-have

Low urgency updates
Optional optimization tasks

If uncertain, downgrade priority and mark uncertainty explicitly.

### Source collection flow

Collect only what is available in current environment; skip unavailable sources without failing.

Calendar events (today + tomorrow)
Recent urgent messages (SMS/iMessage/email/DM)
Billing or financial notifications
Weather impact for planned outings
Existing tasks/notes (if connected)

### Time-window defaults

If user asks "today": prioritize 0-24h window
If user asks "this week": prioritize 7-day window, still keep Must-do today-centric
If user asks without a window: default to today + next 72h

### Safety and quality

Redact secrets, tokens, and full account numbers.
Avoid hallucinating dates or amounts; mark as unknown when missing.
Prefer fewer high-confidence items over many noisy items.
If no meaningful items, return: “Today looks clear. No urgent actions detected.”

### Trigger phrases

Treat these as strong triggers:

“今天有什么要处理”
“给我每日行动清单”
“帮我做个优先级摘要”
“扫一下我今天的事情”
“daily action digest”
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: YIKAILucas
- Version: 0.2.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/life-radar)
- [Send to Agent page](https://openagent3.xyz/skills/life-radar/agent)
- [JSON manifest](https://openagent3.xyz/skills/life-radar/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/life-radar/agent.md)
- [Download page](https://openagent3.xyz/downloads/life-radar)