nirholas/xactions

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.

First seen Apr 15, 2026

Installation

$ npx skills add nirholas/xactions --skill community-notes

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nirholas/xactions · top by installs.

npx skills add nirholas/xactions

Browse all from nirholas/xactions

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 510
License LICENSE
Default branch main
Open issues 9
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0
LicenseApache-2.0
More metadata
author
nichxbt
version
1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,138 B
  • docs SUMMARY.md 230 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 11 installs

SKILL.md

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