Use TicketSource through a secure OOMOL connector to discover events, performance dates, and venues without handling API credentials.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-ticket-source
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install oo-ticket-source using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The TicketSource Connector is an Openclaw Skills integration for searching and reading TicketSource data through an OOMOL-connected account. It supports event discovery, event lookup, performance-date retrieval, and venue listing through the oo command-line interface.
This skill provides a schema-first workflow: inspect the live action contract, build a matching JSON payload, and execute the connector request with server-side credential injection. That approach keeps raw tokens out of agent workflows while producing structured JSON responses suitable for automation, reporting, and downstream Openclaw Skills.
oo CLI is installed, the user is signed in, and TicketSource is connected.get_event, list_event_dates, list_event_venues, or list_events.oo connector schema "ticket_source" --action "<action_name>"
oo CLI:oo connector run "ticket_source" --action "<action_name>" --data '<json>' --json
data and record the request identifier at meta.executionId when tracing is needed.The normal workflow assumes the oo CLI is already installed, the user is signed in, and TicketSource is connected. Do not run login or open the connection page proactively; use these steps only when the matching error occurs.
Install the OOMOL CLI if oo is unavailable:
curl -fsSL https://cli.oomol.com/install.sh | bash
On Windows PowerShell:
irm https://cli.oomol.com/install.ps1 | iex
Sign in once after an authentication error:
oo auth login
Connect or reconnect TicketSource when the CLI reports scope_missing, credential_expired, app_not_ready, or app_not_found. Use the OOMOL connection page and select API key authentication:
https://console.oomol.com/app-connections?provider=ticket_source
For HTTP 402 or OOMOL_INSUFFICIENT_CREDIT, recharge OOMOL billing credits before retrying. Once setup succeeds, return to the schema inspection and connector execution workflow used by these Openclaw Skills.
| Field | Value |
|---|---|
| Connector | ticket_source |
| Service | TicketSource |
| CLI | OOMOL oo |
| Authentication | Injected server-side by OOMOL |
| Supported operations | get_event, list_event_dates, list_event_venues, list_events |
oo connector schema "ticket_source" --action "<action_name>" before creating input data.--data '<json>', or provide a JSON file with --data @path/to/file.json.--data when the action accepts an empty object {}.get_event and related event-specific actions.{
"data": "<action-specific result>",
"meta": {
"executionId": "<oomol-execution-id>"
}
}
The data property contains the action-specific TicketSource result. The meta.executionId value provides execution tracing metadata. The skill does not define a local database or generated project files; results are returned directly as JSON for the calling agent or automation.
Loading
A six-role AI delivery team that turns software specifications into tested, reviewed, security-checked, and release-ready code.

An AI-assisted DEX token analysis skill for holder clustering, advanced trader tracking, liquidity-pool research, and structured crypto market insights.

An AI-powered financial literacy and A-share analysis skill for answering questions, personalizing education, evaluating risk, and supporting investment workflows.

Convert a Douyin, Bilibili, or Xiaohongshu video link into a locally transcribed, AI-analyzed, interactive HTML report.

A SERP-overlap SEO skill that turns seed keywords into validated hub-and-spoke content architectures, link matrices, briefs, and interactive cluster maps.

Brand Mention Scanner measures how strongly a brand is represented across the platforms that AI systems use for entity recognition, citations, and recommendations.








































