Tweet Generator

v2.0.1

Craft tweets, threads, and viral hooks with schedule tips. Use when drafting copy, editing threads, optimizing engagement, scheduling posts.

0· 364·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

chinesevk9765dm0pedv6ksj5bz1a1n3bh82qfzslatestvk978dn9b0ycmw8fcqtb8k0gavh834c06productivityvk9765dm0pedv6ksj5bz1a1n3bh82qfzs

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments