Skip to content
Automation
Skill

/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.

From plugin
xactions
44349 skills
Install
$ npx -y skills add nirholas/XActions --skill community-notes --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/community-notes

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.

SKILL.md

community-notes.SKILL.md
name: community-notes
description: 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.
license: Apache-2.0
metadata:
  author: nichxbt
  version: "1.0"

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

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
Read more
Ships withxactions

⚡ The Complete X/Twitter Automation Toolkit — Scrapers, MCP server for AI agents (Claude/GPT), CLI, browser scripts. No API fees. Open source. Unfollow people who don't follow back. Monitor real-time analytics. Auto follow, like, comment, scrape, without API. Follow Bot. Like bot. Grow your account automatically.

Get the whole plugin

Other skills on xactions.