Tianshu Repurpose

v1.0.0

一文多发:把长文裁剪成小红书/抖音文案/微博/公众号摘要等多平台长度与格式建议。 Use when: 用户要「同步多平台」「精简成抖音配文」「微博短讯」「公众号标题摘要」。 NOT for: 各平台 API 自动发布(本 skill 只产出文案结构,发布需人工或别的自动化)。

0· 165·0 current·0 all-time
bytianshu@wangshengli0421

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for wangshengli0421/tianshu-repurpose.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Tianshu Repurpose" (wangshengli0421/tianshu-repurpose) from ClawHub.
Skill page: https://clawhub.ai/wangshengli0421/tianshu-repurpose
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install tianshu-repurpose

ClawHub CLI

Package manager switcher

npx clawhub@latest install tianshu-repurpose
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, and the included Node script all align: the tool reads a local text/markdown file or inline text and emits platform-sized drafts. There are no unrelated permissions, credentials, or external services requested.
Instruction Scope
Runtime instructions ask the agent (or user) to provide a local .txt/.md path or text and run the included node script. The SKILL.md and script only access the provided file/text and stdout; they do not read other system files, environment variables, or send data externally.
Install Mechanism
No install spec is provided (instruction-only + included script), which is low risk. The script requires a Node.js runtime to execute; no external downloads, package installs, or archives are fetched by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The skill's behavior is proportional to its purpose.
Persistence & Privilege
The skill does not request persistent presence (always: false), does not modify agent configuration, and does not attempt to store credentials or alter other skills.
Assessment
This skill appears coherent and low-risk: it runs locally and only reads the file or text you point it at, producing platform-formatted output to stdout. Before running, ensure you have Node.js available and review the included scripts if you want extra assurance (the code is short and readable). Do not pass highly sensitive documents if you are cautious—the script will read full file contents locally, and output could be copied elsewhere by the user or agent. Also note there is no automatic publishing: you must copy/paste or use a separate automation tool to post content.

Like a lobster shell, security has layers — review code before you run it.

latestvk978vr70mk06n3r3ns46q8yjrh839ct6
165downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

一文多发 / 多平台裁剪 (tianshu-repurpose)

读取一篇长文案(或纯文本),按常见限制生成多段可直接粘贴的平台版本:字数提示、段落断句、标题/摘要占位。规则在本地执行,不调用外网 API。

When to Run

  • 「这篇转成小红书 + 抖音简介」「微博发什么」「公众号标题帮我起几个」
  • 有一篇 PR 稿/博客/讲稿要拆成社交矩阵文案

Workflow

  1. 让用户提供 .txt / .md 路径,或先把正文落到文件
  2. 执行:
    node ~/.openclaw/skills/tianshu-repurpose/scripts/repurpose.js --file /path/to/article.md
    
    --text "..."(短文测试)
  3. 将输出中各平台区块分别复制到对应后台;需要话题标签可再接 tianshu-xhs-note 只做标签部分

参数说明

参数说明
--file / -f源文件 UTF-8
--text / -t直接传入全文

默认裁剪规则(可在脚本内改常量)

  • 小红书: 正文约 900 字内 + 提醒首图
  • 抖音配文: 约 280 字 + 第一行「黄金一行」
  • 微博: 约 200 字(偏短传播)
  • 公众号: 标题备选 3 条 + 摘要约 120 字

Output

stdout 为多段 Markdown,按平台分节,便于复制。

Comments

Loading comments...