← 返回 Skills 市场
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ticket-signal-watch
功能描述
Monitor ticket pages or backend ticket data for sale, restock, presale, or status-change signals; emit structured alerts that can be pushed to OpenClaw chann...
安全使用建议
This skill appears coherent for monitoring ticket pages. Before running: inspect and control the targets.json you feed it (don't include internal-only URLs if running in a shared/cloud agent), ensure the state and notifier paths are writable and stored where you want data retained, and avoid placing secret tokens in plain text files unless you accept that risk. Note the example notifier shows webhook headers but the script does not automatically POST alerts — you'll need to wire notifications yourself (or extend the script). Also respect terms of service and anti-bot protections of target sites; the script will flag anti-bot pages but does not bypass them.
功能分析
Type: OpenClaw Skill
Name: ticket-signal-watch
Version: 0.1.0
The skill is a legitimate ticket monitoring tool designed to fetch web pages and detect sale or restock signals using keyword matching. The main script, `scripts/watch_ticket_pages.py`, uses standard Python libraries to perform HTTP requests and process HTML content without any signs of malicious execution, data exfiltration, or obfuscation. The instructions in `SKILL.md` are well-defined and include appropriate guardrails for the agent, such as handling anti-bot detection and avoiding claims of automated checkout.
能力评估
Purpose & Capability
Name/description match the included files: the script fetches pages, looks for ticket-related keywords, tracks state, and emits structured results. Requiring python3 and providing example configs is proportionate.
Instruction Scope
SKILL.md and the script stay within the stated purpose. The script fetches arbitrary URLs listed in the targets config and writes a state JSON. That behavior is expected, but be aware it will make outbound requests to any URL you place in targets (including internal endpoints if run in a networked/cloud environment). The script does not read other system files or environment variables.
Install Mechanism
This is an instruction-only skill with no install steps; no external packages or downloads are performed. Lowest-risk install footprint.
Credentials
The skill declares no required credentials or env vars. Example notifier config shows webhook URLs and Authorization headers — those are user-provided values you may store in config files. Storing secrets in plain JSON files has usual operational risks; the skill itself does not require or exfiltrate credentials.
Persistence & Privilege
always is false and the script only writes its own state JSON (and would write to any file path you configure). It does not modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ticket-signal-watch - 安装完成后,直接呼叫该 Skill 的名称或使用
/ticket-signal-watch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release: monitor ticket status signals from pages or backend data and emit push-ready alerts.
元数据
常见问题
Ticket Signal Watch 是什么?
Monitor ticket pages or backend ticket data for sale, restock, presale, or status-change signals; emit structured alerts that can be pushed to OpenClaw chann... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 Ticket Signal Watch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ticket-signal-watch」即可一键安装,无需额外配置。
Ticket Signal Watch 是免费的吗?
是的,Ticket Signal Watch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ticket Signal Watch 支持哪些平台?
Ticket Signal Watch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ticket Signal Watch?
由 armysheng(@armysheng)开发并维护,当前版本 v0.1.0。
推荐 Skills