From xactions
Provides JavaScript browser console scripts for X/Twitter Spaces: scrape metadata from search/timelines, join/leave rooms, manage participation. Use for discovering live/scheduled Spaces or growth strategies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xactions:spaces-liveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browser console scripts for interacting with X/Twitter Spaces.
Browser console scripts for interacting with X/Twitter Spaces.
| Script | File | Purpose |
|---|---|---|
| Spaces Manager | src/spacesManager.js | Join, manage, and interact with Spaces |
| Scrape Spaces | src/scrapeSpaces.js | Find and collect Space metadata from search |
File: src/spacesManager.js
Manages interactions with X Spaces: join, leave, request to speak, and get live Space data.
x.com/i/spacesFile: src/scrapeSpaces.js
Finds X Spaces from search results or timelines. Identifies live, scheduled, and ended Spaces with metadata.
x.com/search?q=your-topic&f=live or any timelineconst CONFIG = {
maxSpaces: 50,
scrollDelay: 2000,
maxScrollAttempts: 20,
exportResults: true,
};
| Element | Selector |
|---|---|
| Start Space | [data-testid="SpaceButton"] |
| Join Space | [data-testid="joinSpace"] |
| Speaker list | [data-testid="spaceSpeakers"] |
| Listener count | [data-testid="spaceListeners"] |
| Recording | [data-testid="spaceRecording"] |
| Schedule | [data-testid="scheduleSpace"] |
| Space title | [data-testid="spaceTitle"] |
| Space topic | [data-testid="spaceTopic"] |
src/scrapeSpaces.js to find active Spaces in your nichex.com/search?q=your-topic&f=live for live Spacessrc/keywordMonitor.js with Space-related keywords/i/spaces for recommended Spaces in your interestssrc/scrapeSpaces.js to record participant metadatasrc/engagementBooster.jsx.com/i/spaces/{spaceId}&f=live to search URLnpx claudepluginhub doanbactam/xactions2plugins reuse this skill
First indexed Jun 29, 2026
Provides JavaScript browser console scripts for X/Twitter Spaces: scrape metadata from search/timelines, join/leave rooms, manage participation. Use for discovering live/scheduled Spaces or growth strategies.
Creates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.