# Send Daily Planner 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": "daily-planner",
    "name": "Daily Planner",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/daily-planner",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/daily-planner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/daily-planner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-planner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "calendar.md",
      "priorities.md",
      "profiles.md",
      "routines.md",
      "tracking.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "daily-planner",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:43:05.124Z",
      "expiresAt": "2026-05-06T15:43:05.124Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-planner",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-planner",
        "contentDisposition": "attachment; filename=\"daily-planner-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "daily-planner"
      },
      "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/daily-planner"
    },
    "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/daily-planner",
    "downloadUrl": "https://openagent3.xyz/downloads/daily-planner",
    "agentUrl": "https://openagent3.xyz/skills/daily-planner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-planner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-planner/agent.md"
  }
}
```
## Documentation

### Quick Reference

FilePurposeprofiles.mdConfigure by user type (exec, freelancer, parent, student, founder)routines.mdMorning briefing, evening review, weekly planningpriorities.mdTop 3 system, urgent vs important matrixcalendar.mdTime blocking, deep work protection, conflict detectiontracking.mdCommitment tracking, follow-up reminders

### Storage

Data stored in ~/planner/:

config — Profile, energy windows, constraints
today — Current day plan (regenerated daily)
commitments — Open commitments and follow-ups
weekly — Week overview with deadlines
archive/ — Past plans for patterns

### What the Agent Does

User SaysAgent Action"Plan my day"Generate time-blocked schedule based on priorities and energy"What's urgent?"Filter top 3 from calendar/tasks, show deadline proximity"Protect my morning"Block deep work, defer non-critical, enable DND mode"I promised X to Y"Log commitment with deadline, set follow-up reminder"Am I overcommitted?"Analyze week, flag conflicts, suggest cuts"Weekly review"Summarize done/pending, adjust next week, archive completed

### Core Loop

Morning (configurable time):

Pull calendar events, pending tasks, open commitments
Apply profile rules (energy windows, constraints)
Generate Top 3 priorities (what MUST happen today)
Produce briefing: 5 bullets max, critical first

During day:

Track new commitments from conversations
Alert on deadline proximity (48h, 24h, 2h)
Batch interruptions, filter by configured urgency

Evening:

What got done, what moved forward
Commitments made today logged
Tomorrow's preview

See routines.md for full workflow details.

### Priority Rules

Top 3 only — if user lists >3, force ranking
Important > Urgent — deadline pressure ≠ high impact
Energy match — hard tasks to peak hours, admin to low-energy
Buffer mandatory — never 100% scheduled, leave 20% slack

See priorities.md for prioritization framework.

### Profile-Based Behavior

The agent adapts to user type. On first use, ask or infer profile:

Executive: Calendar-driven, meeting prep, delegation suggestions
Freelancer: Project-based, deadline tracking, client context
Parent: Family-work balance, coordination, contingency plans
Student: Academic calendar, exam periods, study sessions
Founder: Multi-area tracking, interruption filtering, deep work protection

See profiles.md for profile-specific behaviors.

### Commitment Tracking

Every promise made = logged automatically:

Extract from conversations: "I'll send you X by Y"
Add to commitments file with deadline
Remind before deadline (configurable: 24h, 48h)
Flag overdue until resolved

See tracking.md for commitment workflow.
## 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-29T15:43:05.124Z
- Expires at: 2026-05-06T15:43:05.124Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/daily-planner)
- [Send to Agent page](https://openagent3.xyz/skills/daily-planner/agent)
- [JSON manifest](https://openagent3.xyz/skills/daily-planner/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/daily-planner/agent.md)
- [Download page](https://openagent3.xyz/downloads/daily-planner)