spaces-live

spaces-live is a skill for Claude Code, Codex from nirholas/XActions. It costs 50 tokens per session (803 once invoked), scanned A, original, Apache-2.0.

A set of browser scripts for X Spaces, which are live audio rooms. It can interact with rooms and collect information about live, scheduled, or ended Spaces.

In plain words
What is it for?
Use it to join or leave Spaces, request to speak, inspect live data, find Spaces by topic, and export Space details as JSON.
Why use it?
It helps when Space information is spread across search results and timelines or when repeated room actions would take too much manual work.

Skill for Claude CodeCodex

Part of the xactions plugin — 47 skills, 1 command, 6 agents, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/nirholas/xactions/spaces-live
Any agent
npx skills add nirholas/XActions --skill spaces-live
Clone the repo
git clone --depth 1 https://github.com/nirholas/XActions

Made for: Claude Code, Codex.

Or install xactions, the plugin that ships this one along with the rest of its 47 skills, 1 command, 6 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for spaces-live

README.md
[![agentmods](https://agentmods.dev/badge/skills/nirholas/xactions/spaces-live.svg)](https://agentmods.dev/skills/nirholas/xactions/spaces-live)
Your own site
<a href="https://agentmods.dev/skills/nirholas/xactions/spaces-live"><img src="https://agentmods.dev/badge/skills/nirholas/xactions/spaces-live.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 803 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00050 $0.00803
Opus 5 $0.00025 $0.00402
Sonnet 5 $0.00010 $0.00161
Haiku 4.5 $0.00005 $0.00080

Measured 4d ago against content hash 073d7b377990, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

spaces-live scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/spaces-live/SKILL.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Spaces & Live Audio

Browser console scripts for interacting with X/Twitter Spaces.

Script Selection

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

Spaces Manager

File: src/spacesManager.js

Manages interactions with X Spaces: join, leave, request to speak, and get live Space data.

How to Use

  1. Navigate to a Space or x.com/i/spaces
  2. Open DevTools (F12) -> Console
  3. Paste the script -> Enter

Scrape Spaces

File: src/scrapeSpaces.js

Finds X Spaces from search results or timelines. Identifies live, scheduled, and ended Spaces with metadata.

How to Use

  1. Search for Spaces: x.com/search?q=your-topic&f=live or any timeline
  2. Open DevTools (F12) -> Console
  3. Paste the script -> Enter

Configuration

const CONFIG = {
  maxSpaces: 50,
  scrollDelay: 2000,
  maxScrollAttempts: 20,
  exportResults: true,
};

Output

  • Live, scheduled, and ended Space counts
  • Host and title for each Space
  • Direct links to join
  • JSON export of all collected metadata

DOM Selectors

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"]

Strategy Guide

Using Spaces for growth

  1. Use src/scrapeSpaces.js to find active Spaces in your niche
  2. Join as a listener -- consistent presence builds recognition
  3. Request to speak when topic aligns with your expertise
  4. Follow hosts and frequent speakers afterward
  5. Post about key takeaways after each Space (content repurposing)

Read the full file on GitHub · 101 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 101 lines · 50 tokens per session scan A 073d7b377990

Subscribe to this mod's changes

spaces-live is a skill published in the GitHub repository nirholas/XActions (502 stars, last pushed today), licensed Apache-2.0. It adds 50 tokens to every session and 803 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

tmux

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

the-open-agent/openagent · 22 tokens

openai-whisper-api

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

the-open-agent/openagent · 20 tokens

feature-demo-recording

Record a demo video of a web feature from a real browser. Two modes -- a NARRATED film where measured voiceover drives the timeline (designed slides, subtitles, punch-in camera, rendered from an HTML timeline), and a SILENT evidence clip for a PR or a QA pass. Use when the user asks to record a video, demo, or screen…

kirodotdev/KiroCrew · 90 tokens

p5js

Production pipeline for interactive and generative visual art using p5.js. Creates browser-based sketches, generative art, data visualizations, interactive experiences, 3D scenes, audio-reactive visuals, and motion graphics — exported as HTML, PNG, GIF, MP4, or SVG. Covers: 2D/3D rendering, noise and particle systems…

moltis-org/moltis · 152 tokens

drive-the-ui

Drive the page the user has open through live UI actions. List the actions a page accepts, call them with typed payloads, and read the live state including unsaved edits. Use when the user is looking at a page you can operate, such as the evaluations workbench, and a change should happen in front of them rather than…

langwatch/langwatch · 75 tokens