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

Stars 197
Forks 39

Install this agent skill to your Project

npx add-skill https://github.com/nirholas/XActions/tree/main/skills/community-notes

Metadata

Additional technical details for this skill

author
nichxbt
version
1.0

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

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

Expand your agent's capabilities with these related and highly-rated skills.

nirholas/XActions

articles-longform

Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and performance tracking. Use when users want to write, publish, manage, or analyze X Articles.

197 39
Explore
nirholas/XActions

x-pro-management

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.

197 39
Explore
nirholas/XActions

business-ads

Manages X/Twitter business intelligence including brand monitoring, audience insights, competitor analysis, tweet A/B testing, auto-plug replies for promotion, and content performance optimization. Use when users want brand monitoring, audience analysis, competitor comparison, or promotion optimization on X.

197 39
Explore
nirholas/XActions

engagement-interaction

Automates X/Twitter engagement actions — like, unlike, reply, bookmark, hide replies, and auto-like by keyword. Also bulk-unlikes all posts. Use when users want to automate likes, send replies, manage bookmarks on tweets, hide replies, or clear their entire likes history.

197 39
Explore
nirholas/XActions

unfollow-management

Mass unfollow on X/Twitter via browser console scripts. Unfollows everyone, only non-followers, non-followers with username logging, smart time-based unfollow with whitelists, and follow/following ratio management. Use when cleaning up a following list, removing non-followers, bulk unfollowing accounts, or optimizing your follow ratio.

197 39
Explore
nirholas/XActions

follower-monitoring

Monitors X/Twitter follower changes using browser console scripts. Detects who unfollowed, tracks new followers with welcome messages, monitors any public account, runs continuous monitoring with alerts, tracks follower growth over time, and analyzes follower demographics. Use when tracking follower changes, detecting unfollowers, or monitoring Twitter accounts.

197 39
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results