From xactions
View, write, rate, and browse Community Notes on X/Twitter tweets using browser console JavaScript script. Useful for fact-checking, contributing, or rating notes.
npx claudepluginhub nirholas/xactionsThis skill uses the workspace's default tool permissions.
Browser console script for interacting with X's Community Notes fact-checking system.
Automates X/Twitter community management via browser console JS: bulk-leave all, join by topic/keywords, with pause/resume/abort controls. Use on x.com/communities or suggested pages.
Analyzes X (Twitter) posts for viral potential using open-source recommendation algorithm and 19-element scoring system. Optimizes drafts, debugs underperformance, rewrites for max engagement and reach.
Promotes products on X by finding high-signal posts and crafting value-first replies using Claude in Chrome browser tools and writing plugin.
Share bugs, ideas, or general feedback.
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 required