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

### Social Media Scheduler 📅

Generate a full week of social media content for any topic or niche. Outputs platform-optimized posts for Twitter/X, LinkedIn, and Instagram.

### Usage

# Generate a week of posts for a topic
./generate.sh "artificial intelligence"

# Specify a niche audience
./generate.sh "sustainable fashion" "eco-conscious millennials"

### Arguments

Topic/Niche (required) — The subject for your content week
Target Audience (optional) — Who you're writing for (default: "general audience")

### Output

Creates content-calendar.md in the current directory with:

7 days of posts (Mon–Sun)
3 platform variants per day (Twitter, LinkedIn, Instagram)
Hashtag suggestions per platform
Best posting times
Content mix (educational, engagement, promotional, storytelling)

### Content Strategy Built In

The generator follows a proven weekly content mix:

DayThemeMonMotivational / Week openerTueEducational / How-toWedEngagement / QuestionThuBehind-the-scenes / StoryFriTip / Quick winSatCurated / Industry newsSunReflection / Community

### Platform Guidelines

Twitter/X: ≤280 chars, punchy, 2-3 hashtags, thread hooks
LinkedIn: Professional tone, 1-3 paragraphs, thought leadership, 3-5 hashtags
Instagram: Visual-first caption, storytelling, 5-10 hashtags, CTA in bio link

### Requirements

Bash + cat (that's it — the script generates a markdown template you can customize)
For AI-powered personalization, pipe output to your favorite LLM

### Example

./generate.sh "productivity tips" "remote workers"
# → Creates content-calendar.md with 21 ready-to-post drafts

### Author

🦞 Shelly — @ShellyToMillion
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: claudiodrusus
- 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-30T23:47:47.458Z
- Expires at: 2026-05-07T23:47:47.458Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/weekly-content-planner)
- [Send to Agent page](https://openagent3.xyz/skills/weekly-content-planner/agent)
- [JSON manifest](https://openagent3.xyz/skills/weekly-content-planner/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/weekly-content-planner/agent.md)
- [Download page](https://openagent3.xyz/downloads/weekly-content-planner)