Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计通过

social-copy-generator社交副本生成器

Agent Skill

social-copy-generator 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

15,288

周安装

650

GitHub Stars

公开资料未说明

下载量

5,356
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install social-copy-generator

简介

为产品发布生成多平台优化的社交媒体文案,支持14个主流平台。

  • 适用于内容创作者、营销人员快速适配不同平台的文案需求。
  • 输入核心信息后自动输出各平台定制文案,无需手动调整格式。
  • 安装前需确认API权限及内容审核规则,避免敏感词触发问题。
  • social-copy-generator 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
social-copy-generator
version
2.0.0
description
|
tags
["social-media", "copywriting", "marketing", "twitter", "xiaohongshu", "wechat"]
metadata
{"openclaw":{"emoji":"📝"}}

Social Copy Generator

Generate social media copy for multiple platforms from a single product description. Output as an HTML page with one-click copy buttons.

When to use

When the user wants to:

  • Promote a project/product on social media
  • Generate copy for multiple platforms at once
  • Create platform-specific marketing content
  • Launch an open source project with social posts

How it works

  1. User describes their product/project
  2. Generate platform-optimized copy for each target platform
  3. Output an HTML file with styled cards and copy buttons
  4. Open in browser for easy copy-paste

Supported Platforms

PlatformStyleLimits
Twitter/XConcise, thread format for long content280 chars/tweet
Jike (即刻)Developer community, dry contentNo limit
Xiaohongshu (小红书)Casual, emoji-rich, comparison-heavyNo limit
WeChat Moments (朋友圈)Personal, conversationalNo limit
Video Account (视频号)Title + description for videoTitle < 30 chars
LinkedInProfessional, achievement-focusedNo limit
RedditLow-key, helpful, anti-self-promoTitle + body
Hacker NewsShow HN, ultra-minimalTitle only ~80 chars
Product HuntTagline + descriptionTagline < 60 chars
V2EXChinese dev community, technicalTitle + body
Juejin (掘金)Tutorial-style article introTitle + summary
Dev.toEnglish dev blog, tutorial-styleTitle + summary

Output Format

Generate an HTML file with:

  • Styled cards per platform with platform-colored tags
  • white-space: pre-wrap text areas (no extra whitespace when copying)
  • One-click copy buttons using navigator.clipboard
  • Toast notification on copy
  • Mobile responsive layout

HTML Template

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>[Product] - Social Media Copy</title>
<style>
body { font-family: -apple-system, sans-serif; max-width: 700px; margin: 40px auto; padding: 0 20px; background: #f5f5f5; }
.card { background: #fff; border-radius: 12px; padding: 24px; margin-bottom: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.copy-area { background: #fafafa; border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; white-space: pre-wrap; font-size: 15px; line-height: 1.6; user-select: all; }
button { background: #000; color: #fff; border: none; border-radius: 8px; padding: 10px 20px; font-size: 14px; cursor: pointer; margin-top: 12px; }
.toast { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); background: #333; color: #fff; padding: 10px 24px; border-radius: 8px; display: none; z-index: 99; }
</style>
</head>
<body>
<!-- cards here -->
<script>
function copyText(id) {
  navigator.clipboard.writeText(document.getElementById(id).innerText);
  const t = document.getElementById('toast');
  t.style.display = 'block';
  setTimeout(() => t.style.display = 'none', 1500);
}
</script>
</body>
</html>

Platform Copy Guidelines

Twitter/X

  • HARD LIMIT: 280 chars total (CJK = 2 chars each, emoji = 2 chars, URL = 23 chars fixed by t.co)
  • MUST count characters before output. If over 280, ruthlessly cut until under
  • NO blank lines between sections — every newline costs a character
  • NO bullet lists — too wasteful. Use short flowing sentences
  • Lead with a hook (question or bold claim), not product name
  • One short URL at end (counts as 23 chars regardless of length)
  • 2-3 hashtags max, on same line as URL
  • Optional: suggest a thread for details if content can't fit

Xiaohongshu

  • Start with relatable question
  • Use emoji section headers (📊🔧💡🔗)
  • ✅ for checklist items
  • Comparison data (before/after)
  • End with call to action
  • Separate tags line

Jike

  • Developer-focused, no fluff
  • Bullet points with •
  • Include install commands
  • Target audience at end

WeChat Moments

  • Conversational tone
  • No emoji overload
  • Explain the "why" not just "what"
  • GitHub link at end

Video Account

  • Title: under 30 chars, hook + number
  • Description: numbered steps
  • Hashtags at end

Reddit

  • Title: descriptive, no clickbait (mods will remove)
  • Body: explain what it does, why you built it, how to install
  • Tone: humble, "I made a thing" energy — NOT "ultimate/best/amazing"
  • Mention trade-offs or limitations honestly
  • End with "Feedback welcome" or "Happy to answer questions"
  • Target subs: r/ClaudeAI, r/LocalLLaMA, r/programming, r/commandline
  • NEVER say "check it out!" or "you need this!" — instant downvote

Hacker News

  • Show HN format: "Show HN: [name] – [one-line description]"
  • Title MUST be under 80 chars, no emoji, no hype
  • Comment body: 2-3 paragraphs max. What, why, how, link
  • Technical audience — lead with the interesting technical detail
  • No marketing language whatsoever

Product Hunt

  • Tagline: under 60 chars, punchy, describes the value
  • Description: 2-3 sentences, what + how + who it's for
  • First Comment: founder story, why you built it, what's next

V2EX

  • Post in /t/programmer or /t/share
  • Title: 直接说是什么,别标题党
  • Body: 技术向,说清楚原理和用法
  • 附 GitHub 链接
  • 语气平实,不要过度推销

Juejin (掘金)

  • Title: 教程风格 "xxx 实现 xxx" 或 "xxx 使用指南"
  • Summary: 1-2 句话说清楚解决什么问题
  • Body hint: 可以写成教程文章,带代码块和截图
  • Tags: Claude Code, 开发工具, 效率提升

Dev.to

  • Title: "How I..." or "Building..." style, descriptive
  • Summary: 1-2 sentences, what problem it solves
  • Tags: claudecode, opensource, productivity, cli
  • Conversational but technical tone

Example prompts

  • "Generate social media posts for my new project"
  • "Write copy to promote this tool on Twitter and Xiaohongshu"
  • "Create launch posts for all platforms"
  • "帮我写社交媒体推广文案"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.06%
按下载量换算4,020

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills