# Send Ticket Monitor Ichinosuke to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ticket-monitor-ichinosuke",
    "name": "Ticket Monitor Ichinosuke",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/texka001/ticket-monitor-ichinosuke",
    "canonicalUrl": "https://clawhub.ai/texka001/ticket-monitor-ichinosuke",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ticket-monitor-ichinosuke",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ticket-monitor-ichinosuke",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "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"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ticket-monitor-ichinosuke"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ticket-monitor-ichinosuke",
    "downloadUrl": "https://openagent3.xyz/downloads/ticket-monitor-ichinosuke",
    "agentUrl": "https://openagent3.xyz/skills/ticket-monitor-ichinosuke/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ticket-monitor-ichinosuke/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ticket-monitor-ichinosuke/agent.md"
  }
}
```
## Documentation

### 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またはテキスト）をローカルに保存し、差分検知に使用します。
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: texka001
- Version: 1.0.4
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ticket-monitor-ichinosuke)
- [Send to Agent page](https://openagent3.xyz/skills/ticket-monitor-ichinosuke/agent)
- [JSON manifest](https://openagent3.xyz/skills/ticket-monitor-ichinosuke/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ticket-monitor-ichinosuke/agent.md)
- [Download page](https://openagent3.xyz/downloads/ticket-monitor-ichinosuke)