SXSW 2026 Schedule

v1.0.1

SXSW 2026 schedule lookup, event search, speaker info, and recommendations for the March 12-18 conference and festivals in Austin, TX. Use when the user asks...

0· 257·0 current·0 all-time
byBrian Leach@brianleach
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the delivered artifacts: a CLI script (node) plus two large JSON files containing an index and full schedule. All required binaries and files are appropriate for a local schedule/search skill.
Instruction Scope
SKILL.md stays on-topic: it describes using the local dataset first and only using the agent's built-in web search as a fallback for last-minute changes. It instructs inclusion of schedule.sxsw.com URLs and references another transit skill for transit info. However, a pre-scan found unicode-control-chars in SKILL.md (possible prompt-injection obfuscation) — review the raw SKILL.md for hidden characters before trusting automated agent behavior.
Install Mechanism
No install spec (instruction-only with included code/data). That is low-risk: nothing is downloaded at install time. The only runtime requirement is 'node', which is reasonable for a TypeScript/Node CLI.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script also documents that it reads only the two local JSON files and writes nothing — this is proportionate to the stated purpose.
Persistence & Privilege
always:false and no special privileges. The skill can be invoked by the agent (normal). It does not request persistent presence, nor does it modify other skills or system-wide settings.
Scan Findings in Context
[unicode-control-chars] unexpected: SKILL.md triggered a unicode-control-character detection which can be used to hide or smuggle instructions into prompts. The rest of the package appears benign, but you should inspect the raw SKILL.md to confirm there are no hidden directives before enabling the skill.
Assessment
What to check before installing: - Inspect the raw SKILL.md for hidden/unusual unicode control characters (the scanner flagged this). Remove or reject the skill if you see strange invisible characters or injected instructions. - Confirm the repo/source is trustworthy (homepage points to a GitHub repo; verify author and commit history if possible). - The skill bundles large local JSON files containing public schedule data; that data is read-only and the script does not make network requests itself, but the SKILL.md asks the agent to run web searches as a fallback — if you do not want the agent making web queries, disable autonomous invocation or instruct the agent to avoid web search. - If you will run the bundled script locally, run it in a sandboxed environment first (no elevated privileges) and inspect the data files for unexpected URLs or payloads. - Because confidence is medium (single prompt-injection signal), take the above verification steps; if they look clean, the skill is coherent and appropriate for SXSW schedule lookups.

Like a lobster shell, security has layers — review code before you run it.

latestvk976b4jr1qy2hcf3g4jgpf49rh8219kf

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎸 Clawdis
Binsnode

SKILL.md

SXSW 2026 Schedule Skill

Real-time SXSW 2026 schedule lookup, event search, speaker info, and recommendations for the March 12-18 conference and festivals in Austin, TX.

When to Use

  • User asks about SXSW 2026 schedule, events, sessions, or speakers
  • User asks "What's happening at SXSW today/tomorrow/on [date]"
  • User wants SXSW recommendations, must-see events, or keynotes
  • User asks about SXSW venue locations or event times
  • User asks about music showcases, film screenings, or comedy events
  • User asks about specific speakers or topics at SXSW
  • User asks about any SXSW 2026 related queries
  • User mentions SXSW, South by Southwest, or the Austin March conference

Data Sources

The skill uses a local-first approach with a pre-scraped schedule dataset:

SourceTypeDescription
data/sxsw-2026-schedule.jsonLocal JSONComplete schedule with 3,400+ events
data/sxsw-2026-index.jsonLocal JSONSearch index (by date, track, venue, format, speaker, keyword)
Web searchLiveSupplemental — for schedule changes, cancellations, breaking news

When to Use Web Search

Supplement the local dataset with web search when:

  • User asks about schedule changes, cancellations, or last-minute additions
  • User asks about news, announcements, or breaking SXSW info
  • The query isn't found in the local dataset
  • The event date is within 48 hours (things change last minute at SXSW)

Implementation

Quick Start

node scripts/sxsw.ts info           # dataset overview
node scripts/sxsw.ts today          # today's events
node scripts/sxsw.ts recommend      # keynotes & featured sessions

Script Usage

The CLI at scripts/sxsw.ts supports these commands:

# List/filter events
node scripts/sxsw.ts events --date 2026-03-14
node scripts/sxsw.ts events --track "AI"
node scripts/sxsw.ts events --venue "JW Marriott"
node scripts/sxsw.ts events --format "keynote"
node scripts/sxsw.ts events --search "machine learning"
node scripts/sxsw.ts events --search "climate" --date 2026-03-15 --verbose

# Speaker search
node scripts/sxsw.ts speakers --search "Amy Webb"

# Browse
node scripts/sxsw.ts venues
node scripts/sxsw.ts tracks
node scripts/sxsw.ts today
node scripts/sxsw.ts tomorrow
node scripts/sxsw.ts recommend
node scripts/sxsw.ts info

Filters can be combined. Add --verbose for descriptions and speaker details. Add --limit N to cap results.

Key Dates Reference

DateDayNotes
2026-03-12ThursdayOpening day — keynotes, featured sessions begin
2026-03-13FridayFull programming, film premieres begin
2026-03-14SaturdayPeak day — all tracks active
2026-03-15SundayMusic showcases ramp up
2026-03-16MondayMusic festival in full swing
2026-03-17TuesdayFinal conference sessions, music continues
2026-03-18WednesdayClosing day

Tips for Users

  • Ask about specific dates: "What's happening Thursday March 12?"
  • Ask about topics: "Any AI panels this week?"
  • Ask about people: "When does Mark Rober speak?"
  • Ask for recommendations: "What are the must-see keynotes?"
  • Ask about venues: "What's at the Convention Center on Saturday?"
  • Combine filters: "Film screenings on Friday at the Paramount?"

Response Formatting

  • For "what's happening on [date]" queries: group events by time slot, show venue
  • For speaker queries: show all their sessions with times and venues
  • For track/topic queries: show relevant sessions sorted by date/time
  • For "recommend" queries: highlight keynotes, featured sessions, and fireside chats
  • Always include the direct schedule.sxsw.com event URL when referencing specific events
  • When listing many events, show the most relevant first and mention total count

Austin Local Context

Since the user is likely in Austin during SXSW:

  • Convention Center is at 500 E Cesar Chavez St (renamed from Convention Center Blvd)
  • JW Marriott, Hilton, Fairmont are the main hotel venues — all walkable downtown
  • Music showcases cluster on 6th Street, Red River Cultural District, and Rainey Street
  • CapMetro is free during SXSW (Red Line rail + buses)
  • Use the capmetro-skill for transit info
  • Rideshare pickup/dropoff zones shift during SXSW — check sxsw.com/attend for maps

Error Handling

  • If the data files cannot be loaded, report the error and suggest re-running the scraper
  • If a search returns no results, suggest broadening the query or trying web search
  • If the user asks about something not in the dataset, use web search to find the answer

External Endpoints

EndpointData SentData Received
Web search (agent-initiated)Search query textSearch results for schedule changes, cancellations, breaking news

The skill scripts themselves make no network requests — they read only local JSON data files. However, the skill instructions direct the agent to use its built-in web search as a fallback when local data is insufficient (e.g., last-minute schedule changes, queries not found in the dataset).

Security & Privacy

  • No API keys or credentials required
  • No external network requests from the skill scripts
  • No user data collected or transmitted
  • All data is read-only from pre-scraped local JSON files
  • Source data is publicly available at schedule.sxsw.com

Trust Statement

This skill reads a pre-scraped copy of the publicly available SXSW 2026 schedule. It makes no network requests, requires no API keys, and stores no user data. The scraped data can be refreshed by running the included scraper.

Files

5 total
Select a file
Select a file to preview.

Comments

Loading comments…