# Send Reddit Post 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": "reddit-post",
    "name": "Reddit Post",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/lknezic/reddit-post",
    "canonicalUrl": "https://clawhub.ai/lknezic/reddit-post",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/reddit-post",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reddit-post",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "ref-safety.md",
      "ref-settings.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "reddit-post",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T02:33:19.562Z",
      "expiresAt": "2026-05-08T02:33:19.562Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reddit-post",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reddit-post",
        "contentDisposition": "attachment; filename=\"reddit-post-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "reddit-post"
      },
      "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/reddit-post"
    },
    "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/reddit-post",
    "downloadUrl": "https://openagent3.xyz/downloads/reddit-post",
    "agentUrl": "https://openagent3.xyz/skills/reddit-post/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reddit-post/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reddit-post/agent.md"
  }
}
```
## Documentation

### Use When

Moving APPROVED drafts to shared/posted/ after Luka has manually posted them. Archiving. Updating active-tasks.md.

### Don't Use When

Anything involving actually submitting content to Reddit — that is Luka's job, always. This skill handles post-posting bookkeeping only.

### After Luka Posts

Luka will notify via Telegram with the Reddit URL of the posted content.

When you receive confirmation:

Read the corresponding decision file in shared/decisions/ (status: APPROVED)
Copy the draft from shared/pending/ to shared/posted/
Add the live Reddit URL to the top of the posted file
Delete the original from shared/pending/
Update shared/memory/active-tasks.md — move from "Pending Decisions" to "Recently Completed"
Log to today's daily log: shared/memory/[YYYY-MM-DD].md

### Posted File Format

---
subreddit: r/thetagang
posted_at: 2026-02-19T10:23:00
reddit_url: https://www.reddit.com/r/thetagang/comments/[id]/[slug]/
approved_by: Luka
---

[Original draft content]

### Outcome Tracking

When Luka provides feedback after a post (reactions, upvotes, comments, rejections by mods), write a lesson signal to shared/memory/active-tasks.md in this format:

LESSON SIGNAL — [date]
Subreddit: r/thetagang
Post: shared/posted/[filename]
Outcome: [approved by mods / removed / X upvotes / strong comments / weak engagement]
Signal: [what this tells us — pattern or anti-pattern]

Manager will promote these signals into lessons.md on Sunday curation.

### What You Never Do

Never submit a post to Reddit yourself — Luka posts manually, always
Never move a draft to posted/ without a Reddit URL from Luka confirming it was posted
Never delete from pending/ until you have confirmed the file is in posted/
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: lknezic
- 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-05-01T02:33:19.562Z
- Expires at: 2026-05-08T02:33:19.562Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/reddit-post)
- [Send to Agent page](https://openagent3.xyz/skills/reddit-post/agent)
- [JSON manifest](https://openagent3.xyz/skills/reddit-post/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/reddit-post/agent.md)
- [Download page](https://openagent3.xyz/downloads/reddit-post)