Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

twitter-hand-skill推特手技

Agent Skill

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

总安装

855

周安装

36

GitHub Stars

17,096

下载量

289
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:twitter-hand-skill(推特手技)
来源仓库:https://github.com/rightnow-ai/openfang
仓库路径:skills/twitter-hand-skill
安装命令:
npx skills add https://github.com/rightnow-ai/openfang --skill twitter-hand-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/rightnow-ai/openfang --skill twitter-hand-skill

简介

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

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

SKILL.md

Twitter/X Management Expert Knowledge

Twitter API v2 Reference

Authentication

Twitter API v2 uses OAuth 2.0 Bearer Token for app-level access and OAuth 1.0a for user-level actions.

Bearer Token (read-only access + tweet creation):

Authorization: Bearer $TWITTER_BEARER_TOKEN

Environment variable: TWITTER_BEARER_TOKEN

Core Endpoints

Get authenticated user info:

curl -s -H "Authorization: Bearer $TWITTER_BEARER_TOKEN" \
  "https://api.twitter.com/2/users/me"

Response: {"data": {"id": "123", "name": "User", "username": "user"}}

Post a tweet:

curl -s -X POST "https://api.twitter.com/2/tweets" \
  -H "Authorization: Bearer $TWITTER_BEARER_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"text": "Hello world!"}'

Response: {"data": {"id": "tweet_id", "text": "Hello world!"}}

Post a reply:

curl -s -X POST "https://api.twitter.com/2/tweets" \
  -H "Authorization: Bearer $TWITTER_BEARER_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"text": "Great point!", "reply": {"in_reply_to_tweet_id": "PARENT_TWEET_ID"}}'

Post a thread (chain of replies to yourself):

  1. Post first tweet → get tweet_id
  2. Post second tweet with reply.in_reply_to_tweet_id = first tweet_id
  3. Repeat for each tweet in thread

Delete a tweet:

curl -s -X DELETE "https://api.twitter.com/2/tweets/TWEET_ID" \
  -H "Authorization: Bearer $TWITTER_BEARER_TOKEN"

Like a tweet:

curl -s -X POST "https://api.twitter.com/2/users/USER_ID/likes" \
  -H "Authorization: Bearer $TWITTER_BEARER_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"tweet_id": "TARGET_TWEET_ID"}'

Get mentions:

curl -s -H "Authorization: Bearer $TWITTER_BEARER_TOKEN" \
  "https://api.twitter.com/2/users/USER_ID/mentions?max_results=10&tweet.fields=public_metrics,created_at,author_id"

Search recent tweets:

curl -s -H "Authorization: Bearer $TWITTER_BEARER_TOKEN" \
  "https://api.twitter.com/2/tweets/search/recent?query=QUERY&max_results=10&tweet.fields=public_metrics"

Get tweet metrics:

curl -s -H "Authorization: Bearer $TWITTER_BEARER_TOKEN" \
  "https://api.twitter.com/2/tweets?ids=ID1,ID2,ID3&tweet.fields=public_metrics"

Response includes: retweet_count, reply_count, like_count, quote_count, bookmark_count, impression_count

Rate Limits

EndpointLimitWindow
POST /tweets300 tweets3 hours
DELETE /tweets50 deletes15 minutes
POST /likes50 likes15 minutes
GET /mentions180 requests15 minutes
GET /search/recent180 requests15 minutes

Always check response headers:

  • x-rate-limit-limit: Total requests allowed
  • x-rate-limit-remaining: Requests remaining
  • x-rate-limit-reset: Unix timestamp when limit resets

Content Strategy Framework

Content Pillars

Define 3-5 core topics ("pillars") that all content revolves around:

Example for a tech founder:
  Pillar 1: AI & Machine Learning (40% of content)
  Pillar 2: Startup Building (30% of content)
  Pillar 3: Engineering Culture (20% of content)
  Pillar 4: Personal Growth (10% of content)

Content Mix (7 types)

TypeFrequencyPurposeTemplate
Hot take2-3/weekEngagement"Unpopular opinion: [contrarian view]"
Thread1-2/weekAuthority"I spent X hours researching Y. Here's what I found:"
Tip/How-to2-3/weekValue"How to [solve problem] in [N] steps:"
Question1-2/weekEngagement"[Interesting question]? I'll go first:"
Curated share1-2/weekCuration"This [article/tool/repo] is a game changer for [audience]:"
Story1/weekConnection"3 years ago I [relatable experience]. Here's what happened:"
Data/Stat1/weekAuthority"[Surprising statistic]. Here's why it matters:"

Optimal Posting Times (UTC-based, adjust to audience timezone)

DayBest TimesWhy
Monday8-10 AMStart of work week, checking feeds
Tuesday10 AM, 1 PMPeak engagement day
Wednesday9 AM, 12 PMMid-week focus
Thursday10 AM, 2 PMSecond-highest engagement day
Friday9-11 AMMorning only, engagement drops PM
Saturday10 AMCasual browsing
Sunday4-6 PMPre-work-week planning

Tweet Writing Best Practices

The Hook (first line is everything)

Hooks that work:

  • Contrarian: "Most people think X. They're wrong."
  • Number: "I analyzed 500 [things]. Here's what I found:"
  • Question: "Why do 90% of [things] fail?"
  • Story: "In 2019, I almost [dramatic thing]."
  • How-to: "How to [desirable outcome] without [common pain]:"
  • List: "5 [things] I wish I knew before [milestone]:"
  • Confession: "I used to believe [common thing]. Then I learned..."

Writing Rules

  1. One idea per tweet — don't try to cover everything
  2. Front-load value — the hook must deliver or promise value
  3. Use line breaks — no wall of text, 1-2 sentences per line
  4. 280 character limit — every word must earn its place
  5. Active voice — "We shipped X" not "X was shipped by us"
  6. Specific > vague — "3x faster" not "much faster"
  7. End with a call to action — "Agree? RT" or "What would you add?"

Thread Structure

Tweet 1 (HOOK): Compelling opening that makes people click "Show this thread"
  - Must stand alone as a great tweet
  - End with "A thread:" or "Here's what I found:"

Tweet 2-N (BODY): One key point per tweet
  - Number them: "1/" or use emoji bullets
  - Each tweet should add value independently
  - Include specific examples, data, or stories

Tweet N+1 (CLOSING): Summary + call to action
  - Restate the key takeaway
  - Ask for engagement: "Which resonated most?"
  - Self-reference: "If this was useful, follow @handle for more"

Hashtag Strategy

  • 0-2 hashtags per tweet (more looks spammy)
  • Use hashtags for discovery, not decoration
  • Mix broad (#AI) and specific (#LangChain)
  • Never use hashtags in threads (except maybe tweet 1)
  • Research trending hashtags in your niche before using them

Engagement Playbook

Replying to Mentions

Rules:

  1. Respond within 2 hours during engagement_hours
  2. Add value — don't just say "thanks!" — expand on their point
  3. Ask a follow-up question — drives conversation
  4. Be genuine — match their energy and tone
  5. Never argue — if someone is hostile, ignore or block

Reply templates:

  • Agreement: "Great point! I'd also add [related insight]"
  • Question: "Interesting question. The short answer is [X], but [nuance]"
  • Disagreement: "I see it differently — [respectful counterpoint]. What's your experience?"
  • Gratitude: "Appreciate you sharing this! [Specific thing you liked about their tweet]"

When NOT to Engage

  • Trolls or obviously bad-faith arguments
  • Political flame wars (unless that's your content pillar)
  • Personal attacks (block immediately)
  • Spam or bot accounts
  • Tweets that could create legal liability

Auto-Like Strategy

Like tweets from:

  1. People who regularly engage with your content (reciprocity)
  2. Influencers in your niche (visibility)
  3. Thoughtful content related to your pillars (curation signal)
  4. Replies to your tweets (encourages more replies)

Do NOT auto-like:

  • Controversial or political content
  • Content you haven't actually read
  • Spam or low-quality threads
  • Competitor criticism (looks petty)

Content Calendar Template

WEEK OF [DATE]

Monday:
  - 8 AM: [Tip/How-to] about [Pillar 1]
  - 12 PM: [Curated share] related to [Pillar 2]

Tuesday:
  - 10 AM: [Thread] deep dive on [Pillar 1]
  - 2 PM: [Hot take] about [trending topic]

Wednesday:
  - 9 AM: [Question] to audience about [Pillar 3]
  - 1 PM: [Data/Stat] about [Pillar 2]

Thursday:
  - 10 AM: [Story] about [personal experience in Pillar 3]
  - 3 PM: [Tip/How-to] about [Pillar 1]

Friday:
  - 9 AM: [Hot take] about [week's trending topic]
  - 11 AM: [Curated share] — best thing I read this week

Performance Metrics

Key Metrics

MetricWhat It MeasuresGood Benchmark
ImpressionsHow many people saw the tweetVaries by follower count
Engagement rate(likes+RTs+replies)/impressions>2% is good, >5% is great
Reply ratereplies/impressions>0.5% is good
Retweet rateRTs/impressions>1% is good
Profile visitsPeople checking your profile after tweetTrack trend
Follower growthNet new followers per periodTrack trend

Engagement Rate Formula

engagement_rate = (likes + retweets + replies + quotes) / impressions * 100

Example:
  50 likes + 10 RTs + 5 replies + 2 quotes = 67 engagements
  67 / 2000 impressions = 3.35% engagement rate

Content Performance Analysis

Track which content types and topics perform best:

| Content Type | Avg Impressions | Avg Engagement Rate | Best Performing |
|-------------|-----------------|--------------------|--------------------|
| Hot take | 2500 | 4.2% | "Unpopular opinion: ..." |
| Thread | 5000 | 3.1% | "I analyzed 500 ..." |
| Tip | 1800 | 5.5% | "How to ... in 3 steps" |

Use this data to optimize future content mix.


Brand Voice Guide

Voice Dimensions

DimensionRangeDescription
Formal ↔ Casual1-51=corporate, 5=texting a friend
Serious ↔ Humorous1-51=all business, 5=comedy account
Reserved ↔ Bold1-51=diplomatic, 5=no-filter
General ↔ Technical1-51=anyone can understand, 5=deep expert

Consistency Rules

  • Use the same voice across ALL tweets (hot takes and how-tos)
  • Develop 3-5 "signature phrases" you reuse naturally
  • If the brand voice says "casual," don't suddenly write a formal thread
  • Read tweets aloud — does it sound like the same person?

Safety & Compliance

Content Guidelines

NEVER post:

  • Discriminatory content (race, gender, religion, sexuality, disability)
  • Defamatory claims about real people or companies
  • Private or confidential information
  • Threats, harassment, or incitement to violence
  • Impersonation of other accounts
  • Misleading claims presented as fact
  • Content that violates Twitter Terms of Service

Approval Mode Queue Format

[
  {
    "id": "q_001",
    "content": "Tweet text here",
    "type": "hot_take",
    "pillar": "AI",
    "scheduled_for": "2025-01-15T10:00:00Z",
    "created": "2025-01-14T20:00:00Z",
    "status": "pending",
    "notes": "Based on trending discussion about LLM pricing"
  }
]

Preview file for human review:

# Tweet Queue Preview
Generated: YYYY-MM-DD

## Pending Tweets (N total)

### 1. [Hot Take] — Scheduled: Mon 10 AM
> Tweet text here

**Notes**: Based on trending discussion about LLM pricing
**Pillar**: AI | **Status**: Pending approval

---

### 2. [Thread] — Scheduled: Tue 10 AM
> Tweet 1/5: Hook text here
> Tweet 2/5: Point one
> ...

**Notes**: Deep dive on new benchmark results
**Pillar**: AI | **Status**: Pending approval

Risk Assessment

Before posting, evaluate each tweet:

  • Could this be misinterpreted? → Rephrase for clarity
  • Does this punch down? → Don't post
  • Would you be comfortable seeing this attributed to the user in a news article? → If no, don't post
  • Is this verifiably true? → If not sure, add hedging language or don't post

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

31.7%
按下载量换算92

Claude

31.72%
按下载量换算92

Cursor

19.03%
按下载量换算55

Gemini CLI

9.48%
按下载量换算27

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills