community-notes

View, write, rate, and browse Community Notes on X/Twitter posts. Use when users want to interact with Community Notes — reading fact-checks, contributing notes, or rating existing notes as helpful or not.

139 stars

Best use case

community-notes is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

View, write, rate, and browse Community Notes on X/Twitter posts. Use when users want to interact with Community Notes — reading fact-checks, contributing notes, or rating existing notes as helpful or not.

Teams using community-notes should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/community-notes/SKILL.md --create-dirs "https://raw.githubusercontent.com/nirholas/XActions/main/skills/community-notes/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/community-notes/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How community-notes Compares

Feature / Agentcommunity-notesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

View, write, rate, and browse Community Notes on X/Twitter posts. Use when users want to interact with Community Notes — reading fact-checks, contributing notes, or rating existing notes as helpful or not.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Community Notes

Browser console script for interacting with X's Community Notes fact-checking system.

## Script Selection

| Goal | File | Navigate to |
|------|------|-------------|
| View, write, rate, or browse Community Notes | `src/communityNotes.js` | `x.com/home` or tweet page |

## Quick Start

1. Navigate to a tweet page or `x.com/home`
2. Open DevTools (F12) → Console
3. Edit `CONFIG.action` to choose what to do
4. Paste `src/communityNotes.js` → Enter

## Actions

```js
const CONFIG = {
  action: 'view',   // 'view' | 'write' | 'rate' | 'browse'

  // For 'write':
  tweetUrl: 'https://x.com/user/status/123',  // Tweet to annotate
  noteText: 'Context: this claim is missing...',

  // For 'rate':
  // Script finds existing notes and presents rating options
};
```

| Action | Description |
|--------|-------------|
| `view` | View Community Notes on currently visible tweets |
| `write` | Write a note on a specific tweet (requires `tweetUrl` + `noteText`) |
| `rate` | Rate existing notes as helpful or not helpful |
| `browse` | Browse tweets on your timeline that have Community Notes |

## Prerequisites

- **Writing and rating notes** requires enrollment at `x.com/i/communitynotes`
- Enrollment is open to all users but requires a verified phone number
- New contributors are in "Needs More Ratings" status until they establish a track record

## Notes

- Community Notes are surfaced by X's algorithm based on rater agreement
- Notes only appear publicly when enough raters from diverse viewpoints agree
- Script uses DOM automation on `x.com` — no API key required

## Related Skills

- **content-posting** — Post tweets and threads
- **discovery-explore** — Find trending topics that may have Community Notes
- **analytics-insights** — Analyze tweet performance and sentiment

Related Skills

community-management

139
from nirholas/XActions

Manages X/Twitter community memberships. Bulk-leave all communities, join communities by topic, and manage community interactions. Use when leaving all communities, joining niche communities, or managing community presence.

community-health-monitoring

139
from nirholas/XActions

Audits follower quality, engagement authenticity, unfollower patterns, and network efficiency to produce a community health score. Use when monitoring account health or detecting bot/spam followers.

xactions-mcp-server

139
from nirholas/XActions

Free MCP server providing 68+ tools for AI agents to automate X/Twitter. Scrapes profiles, followers, tweets. Posts, follows, likes, retweets, downloads videos, analyzes sentiment, monitors brands, manages DMs, runs workflows, and more. Uses local Puppeteer -- no API keys or payments required. Compatible with Claude Desktop, Cursor, Windsurf, VS Code. Use when setting up or using AI agent Twitter automation via MCP.

xactions-cli

139
from nirholas/XActions

Command-line interface for scraping X/Twitter data, managing MCP server config, and running automation. Scrapes profiles, followers, tweets, search results, and more from terminal. Outputs text, JSON, or CSV. Uses Puppeteer stealth. Use when running Twitter operations from command line or automated pipelines.

x402-payments

139
from nirholas/XActions

Enable and integrate x402 crypto payment protocol for XActions API access. Supports multi-chain, multi-token payments for pay-per-use API calls. Use when users want to pay for XActions operations with crypto or integrate x402 into their own agent/app.

x-pro-management

139
from nirholas/XActions

Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.

webhooks

139
from nirholas/XActions

Create, manage, and test webhooks in XActions. Get notified via HTTP when automation jobs complete, followers change, or operations finish. Use when users want to integrate XActions events into external systems.

viral-thread-generation

139
from nirholas/XActions

Researches trending topics and competitor threads to generate high-engagement thread content with optimized hooks, value ladders, and calls to action. Use when creating threads or planning viral content.

video-downloading

139
from nirholas/XActions

Download videos and GIFs from X/Twitter posts in the browser or via API. Single video, batch download, and quality selection. Use when users want to save or download Twitter/X videos.

topic-management

139
from nirholas/XActions

Browse, follow, and unfollow X Topics. Manage your followed topics list and discover new ones by keyword. Use when users want to follow or unfollow topics on X, or manage their topic feed.

timeline-viewing

139
from nirholas/XActions

Switch between For You / Following timelines, auto-scroll and collect posts, scrape timeline data, and export as JSON. Use when users want to browse, collect, or export tweets from their X timeline.

teams-management

139
from nirholas/XActions

Create and manage teams in XActions — invite members, assign roles, and collaborate on automation tasks. Use when users want to set up multi-user access or team-based account management.