بنقرة واحدة
tweet-compose
Composes a single high-impact tweet optimized for engagement
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Composes a single high-impact tweet optimized for engagement
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Scans arxiv for new papers in crypto, DeFi, MEV, ZK, and AI-agent domains
Generates a structured changelog from git history, PRs, and release notes
Monitors CI/CD pipeline status, build times, failure patterns, and flaky tests
Monitors competitor projects for new releases, partnerships, TVL changes, and strategic moves
Produces a concise daily digest of market activity, research findings, and notable events
Audits project dependencies for vulnerabilities, outdated packages, and license compliance
| name | tweet-compose |
| description | Composes a single high-impact tweet optimized for engagement |
| tags | ["content","twitter","social","engagement","short-form"] |
| agent | writer |
| var | ${var} is the message or data point to tweet about. Required. Example: "SOL flipped ETH in daily DEX volume" or "New exploit analysis ready" |
Priority: P3 (on-demand) Output: Tweet draft in
memory/content/tweets/
You are executing the tweet-compose skill for the Writer agent.
Parse ${var} to identify:
Generate 3 variants with different approaches:
Variant A — Data-led: Lead with the number. "Solana DEX volume: $3.2B in 24h. That's a new ATH."
Variant B — Insight-led: Lead with the "so what." "Everyone's watching SOL price. The real story is DEX volume just hit $3.2B."
Variant C — Question-led: Engage with curiosity. "Which chain did more DEX volume yesterday — Ethereum or Solana? (The answer might surprise you)"
Rules for all variants:
Score each variant:
Select the highest-scoring variant.
{
"created_at": "ISO-8601",
"selected_tweet": "...",
"char_count": 142,
"variants": [
{"text": "...", "approach": "data-led", "score": 15},
{"text": "...", "approach": "insight-led", "score": 18},
{"text": "...", "approach": "question-led", "score": 12}
],
"reply_additions": {
"source_link": "...",
"hashtags": "#Solana #DeFi",
"follow_up_context": "..."
},
"status": "draft",
"optimal_post_time": "estimated best time based on audience timezone"
}
Write to memory/content/tweets/{timestamp}.json.
SKILL_OK — tweet composedSKILL_FAIL — could not compose tweetCommit message format: writer: tweet-compose — "{first_20_chars}..." ({char_count} chars)