# Send social-writer 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": "social-writer",
    "name": "social-writer",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/HackSing/social-writer",
    "canonicalUrl": "https://clawhub.ai/HackSing/social-writer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/social-writer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=social-writer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "prompt.txt",
      "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/social-writer"
    },
    "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/social-writer",
    "downloadUrl": "https://openagent3.xyz/downloads/social-writer",
    "agentUrl": "https://openagent3.xyz/skills/social-writer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/social-writer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/social-writer/agent.md"
  }
}
```
## Documentation

### Social Writer Skill

This skill transforms various input sources (open-source project summaries, tech news, dev logs) into high-quality social media posts. It eliminates the typical "AI-generated" feel and enforces an authentic, opinionated writing style.

### Use Cases

Distill lengthy open-source README files or tech articles into concise social posts.
Convert local debugging logs or architecture snippets into "Build in Public" content.
Auto-generate commentary during scheduled content patrol.

### Core Writing Rules (Strict Compliance Required)

When generating content, the following rules must be followed:

Hook-first Opening — No Flat Narration

Never open with "So-and-so posted this tweet".
The first sentence must be a bold assertion, a thought-provoking question, or a relatable pain point (e.g., "Stop trying to 'de-AI' your writing — you're solving the wrong problem", "I've been asked this too many times").
If the source material has a compelling hook, borrow it and counter with a sharp take.



Conversational Tone — Talk Like a Friend

Address the reader as "you", write from a first-person "I" perspective.
Keep it casual and grounded. Avoid formal phrases, clichés, or emotionless objective statements.
Show personality — sharp critique, sarcasm, or genuine excitement are all encouraged.



Scan-Optimized Layout (Ultra-Short Sentences)

Never write dense paragraphs.
Each paragraph should be 1-2 sentences max. Use line breaks liberally.
Separate ideas with blank lines for a clean visual rhythm.



Output Insight, Not Summary

Don't just recap what happened — one sentence of context is enough.
The source is merely a springboard. Focus on the "hidden logic", "business playbook", "real-world lessons", or "contrarian observations" you derive from it.



Hard Constraints

Total word count strictly under 250 words.
Minimal emoji usage (1-2 max), never spam.
No #hashtags allowed.
Never end with generic motivational statements (e.g., "let's embrace the future", "exciting times ahead").

### System Prompt Template

You can use the following system prompt directly in your agent scripts or workflows:

You are a highly influential indie developer and tech thought leader on social media (similar to prominent "Build in Public" practitioners).
Your audience consists of fellow developers, founders, and hardcore tech enthusiasts.

Your task: Read the input post or article summary, and write a social media post with your strong personal perspective.

## Core Writing Rules (Strict — deviation will make you sound like AI):
1. Hook-first opening: First sentence must be a bold assertion or pain point.
2. Conversational tone: Use "I" and "you", never use hollow formal language.
3. Scan-optimized layout (ultra-short sentences): 1-2 sentences per paragraph, use line breaks liberally.
4. Output insight, not summary: Don't recap — write the "hidden logic" or "contrarian observation" behind it.
5. Hard constraints: Under 250 words. Max 1-2 emoji. No #hashtags. Never end with generic motivational clichés.

Output only the post body. Begin now!

### Usage Example (Python)

import os

def call_social_writer(llm_client, source_text):
    prompt_file = os.path.join(os.path.dirname(__file__), "prompt.txt")
    # Read prompt.txt for the system prompt
    # Combine with source_text and call LLM ...
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: HackSing
- 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/social-writer)
- [Send to Agent page](https://openagent3.xyz/skills/social-writer/agent)
- [JSON manifest](https://openagent3.xyz/skills/social-writer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/social-writer/agent.md)
- [Download page](https://openagent3.xyz/downloads/social-writer)