# Send Last 30 Days (Lite) 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": "last30days-lite",
    "name": "Last 30 Days (Lite)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/dylanbaker24/last30days-lite",
    "canonicalUrl": "https://clawhub.ai/dylanbaker24/last30days-lite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/last30days-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=last30days-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/last30days-lite"
    },
    "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/last30days-lite",
    "downloadUrl": "https://openagent3.xyz/downloads/last30days-lite",
    "agentUrl": "https://openagent3.xyz/skills/last30days-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/last30days-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/last30days-lite/agent.md"
  }
}
```
## Documentation

### last30days 📅

Research any topic using recent (last 30 days) discussions from Reddit, X/Twitter, and the web. Returns synthesized insights and actionable prompts.

### Overview

The AI world reinvents itself monthly. This skill keeps you current by researching what people are actually saying right now - not what worked six months ago.

What it does:

Searches the web, Reddit, and X/Twitter with freshness filters (last 30 days)
Finds real practitioner experiences, not just SEO content
Synthesizes findings into actionable insights
Generates copy-paste prompts based on current best practices

Best for:

Prompt research (what techniques actually work for ChatGPT, Midjourney, Claude, etc.)
Trend discovery (what's viral, what people are recommending)
Product feedback (what do real users think about X?)
Fast-moving topics where recency matters

Requirements:

Brave Search (built into Clawdbot)
bird CLI for X/Twitter (optional but recommended)
No extra API keys needed

### Usage

When user asks for recent info on a topic, or uses "/last30days [topic]":

### Step 1: Web Search (Brave with freshness)

web_search(query="[topic]", freshness="pm", count=5)

pm = past month
Also try: pd (24h), pw (week)

### Step 2: Reddit Search

web_search(query="site:reddit.com [topic]", freshness="pm", count=5)

Focus on r/ClaudeAI, r/ChatGPT, r/LocalLLaMA, r/MachineLearning, r/StableDiffusion, etc.

### Step 3: X/Twitter Search

bird search "[topic]" -n 10 --plain

Look for practitioners sharing real experiences, not just engagement bait.

### Step 4: Deep Dive (optional)

For promising URLs, use web_fetch to get full content:

web_fetch(url="https://reddit.com/...", maxChars=10000)

### Step 5: Synthesize

Combine findings into:

Key patterns - What are people actually doing that works?
Common mistakes - What should be avoided?
Tools/techniques - Specific methods mentioned
Copy-paste prompt (if applicable) - Ready-to-use prompt incorporating best practices

### Output Format

## 📅 Last 30 Days: [Topic]

### What's Working
- [Pattern 1]
- [Pattern 2]

### Common Mistakes
- [Mistake 1]

### Key Techniques
- [Technique with source]

### Sources
- [URL 1] - [brief description]
- [URL 2] - [brief description]

### Ready-to-Use Prompt (if applicable)

[Generated prompt based on findings]

### Examples

/last30days Midjourney v7 prompting
/last30days Claude Code best practices
/last30days what are people saying about M4 MacBook
/last30days Suno music prompts that actually work

### Notes

No extra API keys needed (uses Brave + bird)
Bird requires X/Twitter cookies (already configured)
Focus on signal over noise - prioritize upvoted content and verified practitioners
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dylanbaker24
- Version: 1.0.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-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/last30days-lite)
- [Send to Agent page](https://openagent3.xyz/skills/last30days-lite/agent)
- [JSON manifest](https://openagent3.xyz/skills/last30days-lite/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/last30days-lite/agent.md)
- [Download page](https://openagent3.xyz/downloads/last30days-lite)