# Send OpenClaw Daily Tips to your agent
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
## Fast path
- Open the source page via Open source listing.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-daily-tips",
    "name": "OpenClaw Daily Tips",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/adelpro/openclaw-daily-tips",
    "canonicalUrl": "https://clawhub.ai/adelpro/openclaw-daily-tips",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-daily-tips",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-daily-tips",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/cron-optimization.md",
      "references/model-selection.md",
      "scripts/openclaw-daily-tips.mjs"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-daily-tips",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-05-02T21:00:21.052Z",
      "expiresAt": "2026-05-03T21:00:21.052Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-daily-tips",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-daily-tips",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-daily-tips"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/adelpro/openclaw-daily-tips"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "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/openclaw-daily-tips",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-daily-tips",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-daily-tips/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-daily-tips/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-daily-tips/agent.md"
  }
}
```
## Documentation

### openclaw-daily-tips

Daily AI agent optimization tips and self-improvement strategies for OpenClaw users.

### What This Skill Does

Fetches daily optimization tips from community sources
Tracks your preferences and learns what works for you
Provides actionable advice with impact scores
Helps reduce costs and improve agent performance

### Quick Start

# Get today's tip
node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs tips

# Search for specific topic
node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs search "cost"

# Weekly report
node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs weekly

# List all available tips
node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs all

### Categories

Cost: Save money on API calls, model routing
Speed: Faster responses, reduced latency
Memory: Context optimization, memory patterns
Skills: New skill recommendations
Automation: Cron, heartbeat, workflow optimization

### Impact Score

🟢 Low effort / High reward
🟡 Medium effort / Medium reward
🔴 High effort / Experimental

### Self-Learning

The skill remembers your preferences:

Saved tips are tracked
Skipped topics won't reappear
Adapts to your needs over time

### Cron Integration

Schedule daily tips at 9 AM:

{
  "id": "openclaw-daily-tips",
  "schedule": { "kind": "cron", "expr": "0 9 * * *" }
}

### Output Example

📈 OPENCLAW-DAILY-TIPS - Your Agent Smarter Every Day

💡 TIP OF THE DAY (High Impact)
Title: Use tiered model routing

🟢 Low Effort | 📈 High Impact

What:
- Route simple tasks to cheap models
- Route complex tasks to premium models
- Save significant API costs

How:
1. Add model routing in cron jobs
2. Use cheap model for routine tasks
3. Reserve premium for complex reasoning

🔗 docs.openclaw.ai/models

━━━━━━━━━━━━━━
👍 Save this | 👎 Skip | ➕ More tips

### Categories Explained

CategoryWhat You'll LearnCostModel routing, token optimization, batchingSpeedCaching, lazy loading, parallel executionMemoryContext discipline, progressive disclosureSkillsSkill best practices, modular designAutomationCron optimization, alert patterns

### Tips Database

Current tips cover:

Tiered model selection
Script-first cron patterns
Alert-only delivery
Semantic memory search
Batch similar jobs
Isolated sub-agents
Context discipline
Idempotent cron jobs
Heartbeat optimization
Modular skill design

### Requirements

Node.js 18+
OpenClaw workspace
Optional: reddit-readonly skill for community feeds

### Related Skills

openclaw-agent-optimize - Deep optimization audit
openclaw-token-optimizer - Token cost optimization
memory-setup - Memory configuration
daily-digest - General daily briefing
compound-engineering - Agent self-improvement

### Credits

Inspired by openclaw-agent-optimize and the OpenClaw community.

### Install

clawhub install openclaw-daily-tips

Or manually copy to your skills directory.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: adelpro
- Version: 1.0.1
## Source health
- Status: source_issue
- Known item issue.
- This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
- Health scope: item
- Reason: not_found
- Checked at: 2026-05-02T21:00:21.052Z
- Expires at: 2026-05-03T21:00:21.052Z
- Recommended action: Open source listing
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-daily-tips)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-daily-tips/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-daily-tips/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-daily-tips/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-daily-tips)