# Send Reddit Marketing and GEO Skill 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "reddit-marketing-geo",
    "name": "Reddit Marketing and GEO Skill",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/muhammedilyasy/reddit-marketing-geo",
    "canonicalUrl": "https://clawhub.ai/muhammedilyasy/reddit-marketing-geo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/reddit-marketing-geo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reddit-marketing-geo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "_meta.json",
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/reddit-marketing-geo"
    },
    "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-marketing-geo",
    "downloadUrl": "https://openagent3.xyz/downloads/reddit-marketing-geo",
    "agentUrl": "https://openagent3.xyz/skills/reddit-marketing-geo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reddit-marketing-geo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reddit-marketing-geo/agent.md"
  }
}
```
## Documentation

### Initialization

Upon first run, the primary agent must spawn a specialized sub-agent named reddit-geo-marketing-agent. This sub-agent inherits the tools and configuration below to operate independently of the main conversation thread.

### Configuration

Brand Name: [Your Brand Name]
Website: [Your URL]
Keywords: [keyword1, keyword2, "best alternative to X"]
Default Schedule: 0 9,18 * * * (9:00 AM and 6:00 PM Daily)
User Modification: Users can update the schedule by saying "Change my Reddit report time to [Time/Cron]."

### 1. The Cron Routine (Scheduled Execution)

Background Run: The reddit-geo-marketing-agent is initialized via sessions_spawn to run in the background.
Pre-Trigger Action: The sub-agent must begin its search/drafting process 30 minutes prior to the scheduled reporting time to ensure the digest is ready.
Reporting: At 9:00 AM and 6:00 PM, the sub-agent will deliver a summary of findings to the primary chat session using the announce delivery mode.

### 2. Monitoring & Discovery

Use web_search to find high-intent Reddit threads from the last 24 hours.
Focus on "problem-aware" queries: "how to," "looking for," "recommendations for."
Target threads appearing in Google "Discussions and Forums" to maximize GEO impact.

### 2a. ⚠️ MANDATORY URL Verification (Anti-Hallucination)

ABSOLUTE RULE: You are FORBIDDEN from including any URL in the digest that has not been verified by web_fetch. Fabricating, guessing, or constructing URLs from memory is a critical failure.

For every candidate URL found in step 2, execute this pipeline before drafting:

Extract the URL exactly as returned by web_search — never modify it.
Call web_fetch(url) on the raw URL.
Confirm the fetched page contains all three: a Reddit post title, a visible upvote/score, and at least one comment body.
If web_fetch fails, returns an error, 404, or the content does not match a live Reddit thread → discard immediately. Do NOT include it in the digest.
Only URLs that pass step 3 are allowed to move to drafting.

Additional hard rules:

NEVER construct a Reddit URL from a post title or keyword (e.g. reddit.com/r/[subreddit]/comments/[guessed-id]/...).
NEVER reuse a URL from a previous session without re-fetching it.
NEVER include a URL as a placeholder expecting to verify it later.
If zero URLs pass verification, report: "⚠️ No verified threads found this cycle. All candidates failed web_fetch validation." — do not invent threads to fill the digest.

### 3. Drafting for Humans & LLMs (GEO Strategy)

Draft replies using the Authority-First Framework:

Bolded TL;DR: A direct, 1-sentence answer at the start.
Structured Lists: Use bullet points for steps/features (optimized for RAG citation).
Brand Integration: Natural mention of [Brand Name] with a founder disclosure.

### 4. Human-in-the-Loop Review

The sub-agent sends: "🚀 Daily Reddit Digest Ready. I found [X] verified threads. Here are the drafts for your approval."
Each entry in the digest must show:

✅ URL — exactly as fetched
✅ Fetched Title — as returned by web_fetch, not inferred
✅ Comment Count — as seen on the fetched page


This lets you independently spot any fabricated thread at a glance.
Strict Requirement: Each draft must receive a "Go" or "Post" command before the browser tool is used to submit the comment.
Pre-Post Re-Validation: Immediately before posting, call web_fetch on the URL one final time to confirm the thread is still live.

### Safety & Ethics

Context Isolation: The sub-agent operates in a fresh session id (cron:<jobId>) to prevent context leak.
Shadowban Protection: Every response is uniquely drafted based on the thread context; never use templates.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: muhammedilyasy
- Version: 1.0.2
## 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-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/reddit-marketing-geo)
- [Send to Agent page](https://openagent3.xyz/skills/reddit-marketing-geo/agent)
- [JSON manifest](https://openagent3.xyz/skills/reddit-marketing-geo/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/reddit-marketing-geo/agent.md)
- [Download page](https://openagent3.xyz/downloads/reddit-marketing-geo)