← All skills
Tencent SkillHub · Communication & Collaboration

Ticket Monitor Ichinosuke

Monitors 春風亭一之輔's official site for new Tokyo performance tickets and sends notifications to a specified Discord webhook.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Monitors 春風亭一之輔's official site for new Tokyo performance tickets and sends notifications to a specified Discord webhook.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, docs/skill_ticket_notification/deploy_guide.md, docs/skill_ticket_notification/implementation_plan.md, docs/skill_ticket_notification/task.md, docs/skill_ticket_notification/walkthrough.md, scripts/install.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Ticket Monitor - 春風亭一之輔

春風亭一之輔の公式ウェブサイト(いちのすけえん)をスクレイピングし、東京都内で開催される新しい公演チケット情報を検知して指定のDiscordに通知するツールです。

必要な依存関係 (Dependencies)

このスクリプトを実行するには、Python 3と以下の外部パッケージが必要です。 requests beautifulsoup4 python-dotenv 事前に以下のコマンドでインストールしてください。 pip install requests beautifulsoup4 python-dotenv

インストールと設定

環境変数として、通知先のDiscord Webhook URLの設定が必要です。 Docker・VPSでOpenClawを稼働している場合、以下の手順でOpenClaw大元の設定ファイルに直接環境変数を追加してください。 【VPS / Docker コンテナ環境での設定手順】 VPSにログインし、OpenClaw本体の docker-compose.yml が置かれているディレクトリに移動します。 ディレクトリ内にある設定ファイル(.env)を開きます。 ファイルの末尾に、以下の環境変数を追記して保存します。 DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/... リロードするために、コンテナを一度停止して再起動します。 docker compose down docker compose up -d

利用方法

OpenClawエージェントに対して以下のように指示してください。 「春風亭一之輔の新しいチケット情報がないか確認して」 「一之輔の東京公演をチェックして」 エージェントは自律的に scripts/ticket_monitor.py を実行し、前回確認時からの差分(新規公演情報)のみをDiscordに通知し、実行結果をチャットで返答します。

セキュリティ・プライバシー

外部APIへの通信: 通知の送信用に提供されたDiscord Webhook URLに対してPOSTリクエストを送信します。 データの保存: data/seen_tickets.json に既読の公演ID(URLまたはテキスト)をローカルに保存し、差分検知に使用します。

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Scripts
  • SKILL.md Primary doc
  • docs/skill_ticket_notification/deploy_guide.md Docs
  • docs/skill_ticket_notification/implementation_plan.md Docs
  • docs/skill_ticket_notification/task.md Docs
  • docs/skill_ticket_notification/walkthrough.md Docs
  • scripts/install.sh Scripts