skills/community-notes/SKILL.md
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.
npx skillsauth add nirholas/xactions community-notesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Browser console script for interacting with X's Community Notes fact-checking system.
| Goal | File | Navigate to |
|------|------|-------------|
| View, write, rate, or browse Community Notes | src/communityNotes.js | x.com/home or tweet page |
x.com/homeCONFIG.action to choose what to dosrc/communityNotes.js → Enterconst 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 |
x.com/i/communitynotesx.com — no API key requiredtools
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.
tools
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.
development
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.
tools
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.