Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

social-writer社会作家

Agent Skill

social-writer 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

16,548

周安装

676

GitHub Stars

1

下载量

5,063
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:social-writer(社会作家)
来源仓库:https://github.com/hacksing/social-writer
安装命令:
openclaw skills install social-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install social-writer

简介

social-writer 专注于将资讯转化为高互动性的技术类社交媒体文案。

  • 适合撰写开发日志、产品发布帖或提炼外部报道为观点鲜明的内容。
  • 采用蒸馏技巧增强可读性与传播力,提升社区参与度。
  • 需注意版权合规,确保输入材料不侵犯第三方知识产权。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
social-writer
description
Social media copywriting and distillation skill. Transforms any news, dev logs, or external articles into high-engagement, opinionated tech posts with authentic voice.

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:

  1. 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.

  1. 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.

  1. 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.

  1. 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.

  1. 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 ...

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.23%
按下载量换算4,568

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills