Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计未展示

twitter%2fx-automationtwitter%2fx 自动化

Agent Skill

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

总安装

16,739

周安装

469

GitHub Stars

88

下载量

3,182
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:twitter%2fx-automation(twitter%2fx 自动化)
来源仓库:https://github.com/claude-office-skills/skills
仓库路径:skills/twitter%2Fx-automation
安装命令:
npx skills add https://github.com/claude-office-skills/skills --skill 'Twitter/X Automation'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/claude-office-skills/skills --skill 'Twitter/X Automation'

简介

用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装命令:npx skills add https://github.com/claude-office-skills/skills --skill 'Twitter/X Automation
  • 安装前建议确认权限范围和是否会触发联网操作。

SKILL.md

Twitter/X Automation

Comprehensive skill for automating Twitter/X social media management and growth.

Core Workflows

1. Content Pipeline

TWITTER CONTENT FLOW:
┌─────────────────┐
│  Content Ideas  │
│  - Trends       │
│  - Calendar     │
└────────┬────────┘
         ▼
┌─────────────────┐
│  Create Tweet   │
│  - Copy         │
│  - Media        │
│  - Hashtags     │
└────────┬────────┘
         ▼
┌─────────────────┐
│   Schedule      │
│  - Best time    │
│  - Queue        │
└────────┬────────┘
         ▼
┌─────────────────┐
│    Publish      │
│  - Post         │
│  - Thread       │
└────────┬────────┘
         ▼
┌─────────────────┐
│    Engage       │
│  - Reply        │
│  - Retweet      │
└─────────────────┘

2. Tweet Configuration

tweet_config:
  types:
    single:
      max_chars: 280
      media_limit: 4

    thread:
      tweets_per_thread: 10  # recommended max
      continuation_style: "numbered"  # or emoji

    poll:
      options: 4  # max
      duration_hours: 24

  best_practices:
    - Hook in first line
    - Use line breaks
    - Include CTA
    - Optimal hashtags: 1-2
    - Media increases engagement 3x

Content Templates

Tweet Templates

templates:
  announcement:
    format: |
      🚀 {{headline}}

      {{details}}

      {{cta_link}}
    example: |
      🚀 We just launched our new API!

      Build integrations 10x faster with our
      new developer toolkit.

      Check it out: link.co/api

  thread_starter:
    format: |
      {{hook}}

      A thread 🧵
    example: |
      I spent 10 years building startups.

      Here are 10 lessons that took me
      $1M in mistakes to learn.

      A thread 🧵

  engagement_hook:
    format: |
      {{question}}

      👇 Reply with your answer
    example: |
      What's the best productivity app
      you discovered this year?

      👇 Reply with your answer

  tutorial:
    format: |
      How to {{action}} in {{timeframe}}:

      Step 1: {{step1}}
      Step 2: {{step2}}
      Step 3: {{step3}}

      {{cta}}

Thread Structure

thread_template:
  - tweet: 1
    role: hook
    content: |
      {{attention_grabbing_statement}}

      A thread 🧵

  - tweet: 2-8
    role: body
    content: |
      {{number}}. {{point}}

      {{explanation}}

  - tweet: 9
    role: summary
    content: |
      TL;DR:

      {{key_takeaways}}

  - tweet: 10
    role: cta
    content: |
      If you found this helpful:

      1. Follow @{{handle}} for more
      2. RT the first tweet
      3. {{specific_cta}}

Scheduling Strategy

Optimal Posting Times

posting_schedule:
  best_times:
    weekday:
      - "08:00"  # Morning commute
      - "12:00"  # Lunch break
      - "17:00"  # End of workday
      - "21:00"  # Evening browsing
    weekend:
      - "10:00"
      - "14:00"
      - "20:00"

  frequency:
    minimum: 3  # per day
    optimal: 5-7
    maximum: 15

  content_mix:
    original: 60%
    replies: 25%
    retweets: 15%

  timezone: "America/New_York"  # Adjust to audience

Content Calendar

content_calendar:
  monday:
    theme: "Motivation Monday"
    content_type: inspirational

  tuesday:
    theme: "Tutorial Tuesday"
    content_type: educational

  wednesday:
    theme: "Wisdom Wednesday"
    content_type: insights

  thursday:
    theme: "Throwback/Thread"
    content_type: thread

  friday:
    theme: "Fun Friday"
    content_type: casual

  weekend:
    theme: "Engagement Focus"
    content_type: questions_polls

Engagement Automation

Auto-Engagement Rules

engagement_rules:
  - name: reply_to_mentions
    trigger: mentioned
    delay: 30_minutes
    action:
      - like_tweet
      - check_sentiment
      - respond_if_question

  - name: thank_new_followers
    trigger: new_follower
    conditions:
      - follower_count: "> 100"
      - not_spam_account
    action:
      - send_dm_welcome

  - name: engage_with_niche
    schedule: "*/2 * * * *"  # Every 2 hours
    action:
      - search_hashtags: ["#buildinpublic", "#startup"]
      - like_relevant_tweets: 5
      - reply_thoughtfully: 2

DM Automation

dm_workflows:
  welcome_sequence:
    trigger: new_follower
    delay: 1_hour
    message: |
      Hey {{name}}! 👋

      Thanks for the follow! I share daily tips
      about {{topic}}.

      What's your biggest challenge with {{topic}}
      right now?

  lead_capture:
    trigger: dm_contains
    keywords: ["interested", "learn more", "how"]
    message: |
      Great question! I put together a free guide
      on exactly that.

      Grab it here: {{link}}

      Let me know if you have any questions!

Analytics Dashboard

Performance Metrics

TWITTER ANALYTICS - LAST 30 DAYS
═══════════════════════════════════════

OVERVIEW:
Impressions:    1,245,000 (+23%)
Engagements:    45,230 (+18%)
Followers:      +2,340 (+8.5%)
Profile Visits: 12,450 (+15%)

ENGAGEMENT RATE: 3.6% (industry avg: 1.5%)

TOP TWEETS:
┌───────────────────────────────────────────┬──────────┐
│ Tweet                                      │ Impress. │
├───────────────────────────────────────────┼──────────┤
│ "10 lessons from 10 years..." (thread)    │ 245,000  │
│ "The one mistake every founder..."        │ 156,000  │
│ "Here's how we grew to $1M ARR..."        │ 134,000  │
└───────────────────────────────────────────┴──────────┘

BY CONTENT TYPE:
Threads      ██████████████████ 45%
Single       ████████████░░░░░░ 35%
Polls        ████░░░░░░░░░░░░░░ 12%
Replies      ██░░░░░░░░░░░░░░░░ 8%

FOLLOWER GROWTH:
Week 1: +580  █████████████░░░░
Week 2: +620  ██████████████░░░
Week 3: +540  ████████████░░░░░
Week 4: +600  █████████████░░░░

Audience Insights

audience_analytics:
  demographics:
    top_countries:
      - US: 45%
      - UK: 12%
      - India: 10%
      - Canada: 8%

    interests:
      - Technology: 65%
      - Entrepreneurship: 45%
      - Marketing: 38%
      - Productivity: 32%

  active_hours:
    peak: "09:00-12:00 EST"
    secondary: "18:00-21:00 EST"

  engagement_patterns:
    most_engaging: threads
    best_day: tuesday
    worst_day: saturday

Growth Strategies

Growth Automation

growth_tactics:
  - name: engage_larger_accounts
    description: "Comment on tweets from accounts with 50k+ followers"
    frequency: daily
    target: 10_interactions

  - name: trending_topics
    description: "Post relevant content on trending hashtags"
    trigger: relevant_trend
    max_daily: 3

  - name: cross_promotion
    description: "Share Twitter content on other platforms"
    platforms:
      - linkedin
      - newsletter
    frequency: weekly

  - name: collaboration
    description: "Engage with peers for mutual growth"
    activities:
      - quote_tweet_exchange
      - thread_mentions
      - twitter_spaces

Hashtag Strategy

hashtag_strategy:
  research_tools:
    - native_search
    - trending_topics
    - competitor_analysis

  usage:
    per_tweet: 1-2
    placement: end_of_tweet

  categories:
    niche:
      - "#buildinpublic"
      - "#indiehackers"
    trending:
      - check_daily
      - relevance_filter
    brand:
      - "#YourBrand"
      - "#ProductName"

API Integration

Twitter API Examples

// Post Tweet
const tweet = await twitter.v2.tweet({
  text: "Hello, Twitter! 🚀",
  poll: {
    duration_minutes: 1440,
    options: ["Option A", "Option B", "Option C"]
  }
});

// Post Thread
const thread = await twitter.v2.tweetThread([
  { text: "This is tweet 1 of a thread 🧵" },
  { text: "This is tweet 2" },
  { text: "This is the final tweet!" }
]);

// Search Tweets
const results = await twitter.v2.search({
  query: "#buildinpublic -is:retweet",
  max_results: 100,
  "tweet.fields": ["created_at", "public_metrics"]
});

// Get Analytics
const metrics = await twitter.v2.userTimeline(userId, {
  "tweet.fields": ["public_metrics"],
  max_results: 100
});

Compliance & Safety

Content Guidelines

compliance:
  rate_limits:
    tweets_per_day: 2400
    dms_per_day: 1000
    follows_per_day: 400

  automation_rules:
    - No automated bulk unfollowing
    - No duplicate content posting
    - Authentic engagement only
    - Disclosure for sponsored content

  content_warnings:
    - Sensitive media flagging
    - Age-restricted content
    - Misinformation policies

Best Practices

  1. Consistency: Post daily, maintain voice
  2. Value First: Give before you ask
  3. Engagement: Reply to comments quickly
  4. Visuals: Use images and video
  5. Threads: Long-form content performs well
  6. Timing: Post when audience is active
  7. Authenticity: Be genuine, not salesy
  8. Analytics: Track and iterate

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

32.98%
按下载量换算1,049

Claude

29.76%
按下载量换算947

Cursor

20.57%
按下载量换算655

Gemini CLI

9.95%
按下载量换算317

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills