← 返回 Skills 市场
brianleach

SXSW 2026 Schedule

作者 Brian Leach · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
320
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sxsw-skill
功能描述
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...
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: sxsw-skill Version: 1.0.1 The OpenClaw skill 'sxsw-skill' is benign. The `SKILL.md` clearly defines its purpose as an SXSW schedule lookup tool and instructs the AI agent to use its built-in web search for supplemental information, which is a declared and legitimate agent capability. The `scripts/sxsw.ts` code strictly adheres to its stated security manifest: it reads only specified local JSON data files (`data/sxsw-2026-schedule.json`, `data/sxsw-2026-index.json`), performs no file writes, makes no external network requests, accesses no environment variables, and safely processes CLI arguments using `node:util.parseArgs`, preventing injection vulnerabilities. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sxsw-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sxsw-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix external endpoints disclosure
v1.0.0
SXSW 2026 schedule assistant initial release: - Provides instant search and recommendations for SXSW 2026 events, sessions, speakers, and venues. - Uses a comprehensive pre-scraped local schedule dataset for fast, offline access. - Supports detailed filtering by date, track, venue, format, speaker, and keyword. - Includes daily queries, recommendations, keynotes, and venue information for March 12–18 in Austin, TX. - Offers clear suggestions for web search if local data is missing or for late-breaking changes. - Designed with privacy in mind—no external requests or user data collection.
元数据
Slug sxsw-skill
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

SXSW 2026 Schedule 是什么?

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 320 次。

如何安装 SXSW 2026 Schedule?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sxsw-skill」即可一键安装,无需额外配置。

SXSW 2026 Schedule 是免费的吗?

是的,SXSW 2026 Schedule 完全免费(开源免费),可自由下载、安装和使用。

SXSW 2026 Schedule 支持哪些平台?

SXSW 2026 Schedule 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SXSW 2026 Schedule?

由 Brian Leach(@brianleach)开发并维护,当前版本 v1.0.1。

💬 留言讨论