← Back to Skills Marketplace
Tweet Generator
by
bytesagain4
· GitHub ↗
· v2.0.1
· MIT-0
440
Downloads
0
Stars
1
Active Installs
14
Versions
Install in OpenClaw
/install tweet-generator
Description
Craft tweets, threads, and viral hooks with schedule tips. Use when drafting copy, editing threads, optimizing engagement, scheduling posts.
Usage Guidance
This skill appears to do what it advertises: local tweet drafting and history stored under ~/.local/share/tweet-generator with no network use or credentials required. Before installing, review the script if you want extra assurance. Note the small functional issues: history.log format differs from SKILL.md's stated pipe-separated format (may affect some status/search output) and the JSON export does not escape content values (content containing quotes/newlines can produce malformed JSON). Avoid storing secrets or passwords in drafts, and if you prefer minimal risk run the script in a sandbox/container or inspect the repo at the provided source URL before use.
Capability Analysis
Type: OpenClaw Skill
Name: tweet-generator
Version: 2.0.1
The skill is a local text-logging utility for social media content creation. Analysis of 'scripts/script.sh' shows it strictly manages data within '~/.local/share/tweet-generator/' using standard shell commands (grep, tail, wc) without any network activity, credential access, or suspicious execution patterns. The 'SKILL.md' instructions accurately reflect the code's functionality and do not contain prompt-injection attempts.
Capability Assessment
Purpose & Capability
Name/description (tweet drafting, threads, scheduling, hashtags, exports) match the included shell script and SKILL.md. The skill requests no unrelated credentials or system access and uses only standard coreutils.
Instruction Scope
SKILL.md and the script mostly align: all commands operate on local logs in ~/.local/share/tweet-generator and there are no external network calls. Minor inconsistencies: SKILL.md describes a uniform 'YYYY-MM-DD HH:MM|content' format for logs including history.log, but the script's _log() writes history.log entries in a different human-readable format (MM-DD HH:MM type: content) and some code paths read history.log expecting a '|' separator — this is a functional inconsistency but not a sign of external exfiltration. Also grep is invoked without '--' which can cause unexpected behavior for search terms beginning with '-' (functional/usability issue).
Install Mechanism
No install spec; this is an instruction-only skill with a single included Bash script. Nothing is downloaded or written outside the user's home data directory by the script.
Credentials
The skill declares and requires no environment variables, no credentials, and no config paths. The script uses only the user's HOME to create a data directory — proportionate to its purpose.
Persistence & Privilege
The skill persists only to ~/.local/share/tweet-generator (its own data dir). It does not request always:true and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (normal for skills) but is not combined with broad credential access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tweet-generator - After installation, invoke the skill by name or use
/tweet-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
old template -> domain-specific v2.0.0
v2.3.5
old template -> domain-specific v2.0.0
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
De-template, unique content, script cleanup
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v0.0.1
p
v1.0.0
Initial release of tweet-generator:
- Generate tweets, threads, and viral analysis tailored for Chinese users.
- Provides tools for high-quality replies, personal bio optimization, and posting time suggestions.
- Includes multiple commands for different tweet styles: witty, informative, hot take, storytelling, promotional, write, thread, and viral.
- Offers professional tips for maximizing engagement and reach.
Metadata
Frequently Asked Questions
What is Tweet Generator?
Craft tweets, threads, and viral hooks with schedule tips. Use when drafting copy, editing threads, optimizing engagement, scheduling posts. It is an AI Agent Skill for Claude Code / OpenClaw, with 440 downloads so far.
How do I install Tweet Generator?
Run "/install tweet-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tweet Generator free?
Yes, Tweet Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tweet Generator support?
Tweet Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tweet Generator?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.1.
More Skills