Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

tweet-generator推文生成器

Agent Skill

tweet-generator 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

13,769

周安装

557

GitHub Stars

公开资料未说明

下载量

4,322
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install tweet-generator

简介

使用时间表提示制作推文、话题和病毒式传播。在起草副本、编辑主题、优化参与度、安排帖子时使用。

SKILL.md

version
2.0.0
name
tweet-generator
description
Craft tweets, threads, and viral hooks with schedule tips. Use when drafting copy, editing threads, optimizing engagement, scheduling posts.
author
BytesAgain
homepage
https://bytesagain.com
source
https://github.com/bytesagain/ai-skills

Tweet Generator

A content creation toolkit for social media writers. Draft tweets, edit copy, optimize for engagement, schedule posts, generate hashtags, craft hooks, write CTAs, rewrite content, translate text, adjust tone, create headlines, and build outlines — all with local logging and history.

Commands

CommandDescription
draft <text>Draft a tweet or content piece (saves to log; no args shows recent drafts)
edit <text>Edit and refine existing content
optimize <text>Optimize content for engagement and reach
schedule <text>Log a scheduled post with timestamp
hashtags <text>Generate or log hashtag ideas for content
hooks <text>Craft attention-grabbing opening hooks
cta <text>Create call-to-action lines
rewrite <text>Rewrite content in a different style or angle
translate <text>Translate content to another language
tone <text>Adjust the tone of content (formal, casual, urgent, etc.)
headline <text>Generate headline variations
outline <text>Build a content outline or structure
statsShow summary statistics across all command logs
export <fmt>Export all data in json, csv, or txt format
search <term>Search across all logs for a keyword
recentShow the 20 most recent activity entries
statusHealth check — version, data dir, entry count, disk usage
helpShow all available commands
versionDisplay current version (v2.0.0)

Data Storage

All data is stored locally in ~/.local/share/tweet-generator/:

  • draft.log, edit.log, optimize.log, etc. — One log file per command, storing timestamped entries in YYYY-MM-DD HH:MM|content format
  • history.log — Global activity log tracking every command executed
  • export.json / export.csv / export.txt — Generated export files

Each command called without arguments shows the 20 most recent entries from its log. Data never leaves your machine.

Requirements

  • Bash ≥ 4.0 (uses set -euo pipefail and local variables)
  • coreutilsdate, wc, du, head, tail, grep, basename, mkdir
  • No API keys, no internet connection, no external dependencies

When to Use

  1. Daily content creation — Use draft to capture tweet ideas throughout the day, then edit and optimize before posting
  2. Content calendar planning — Use schedule to log planned posts with timestamps, then recent to review upcoming content
  3. Engagement optimization — Use hashtags, hooks, and cta to systematically improve each piece of content before publishing
  4. Multilingual content — Use translate and tone to adapt content for different audiences and platforms
  5. Content audit and analysis — Use stats to see your output volume, search to find past content on a topic, and export to back up everything

Examples

# Draft a new tweet
tweet-generator draft "Just shipped v2.0 — faster, cleaner, better. Here's what changed:"

# Optimize content for engagement
tweet-generator optimize "We just launched our new product"

# Generate hashtag ideas
tweet-generator hashtags "AI productivity tools for developers"

# Craft an opening hook
tweet-generator hooks "Why most startups fail at content marketing"

# Rewrite in a different style
tweet-generator rewrite "Our Q4 results exceeded expectations by 40%"

# View all recent activity
tweet-generator recent

# Export everything as JSON
tweet-generator export json

# Search for past content about a topic
tweet-generator search "product launch"

# Check tool health and stats
tweet-generator status
tweet-generator stats

Tips

  • Every command doubles as a log — call it with text to save, call it empty to review history
  • Use export json periodically to back up your content library
  • Chain commands: drafteditoptimizehashtags for a complete workflow
  • Use search to find and repurpose old content ideas
  • stats gives you a bird's-eye view of your content output over time

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

98.68%
按下载量换算4,265

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills