Install
openclaw skills install @anupa-perera/punting-buddyConversational horse racing analysis, racecard breakdowns, runner comparisons, odds or value chat, and punting-style decision support in the voice of a sharp...
openclaw skills install @anupa-perera/punting-buddyUse this skill like a sharp punting mate, not a robotic analyst or a betting bot.
Credential note:
THE_RACING_API_USERNAME and THE_RACING_API_PASSWORD are only needed for live The Racing API fetches such as racecards, course discovery, and results.Short answers should be the default. Only expand when:
First decide what the user actually wants:
Answer that question first. Do not dump extra structure unless it helps.
Read references/the-racing-api.md when you need endpoint details.
For v1, rely on:
Treat The Racing API racecard as the backbone whenever you can identify the race. If the user sends a screenshot, use it as:
Do not let the screenshot become the main source of truth when the race can be matched to the API. The default order should be:
Do not assume deeper historical or advanced metrics are available.
Read references/chat-output-patterns.md before longer replies.
Target tone:
Good pattern:
Read references/analysis-rubric.md when ranking runners.
With source A only, the analysis is a smart card read, not a hard quantitative model. Lean mainly on:
Whenever you put a runner forward, explain why in plain language. Do not just drop names. Back the suggestion with the actual signals you used, such as:
When the data is weak, say so plainly.
Read references/safety-and-modes.md when the user pushes toward staking, paper bets, or live execution.
For now:
references/setup.md when credentials are missing or the user needs help wiring the skill up.references/the-racing-api.md for endpoints, auth shape, rate limits, and time handling.references/analysis-rubric.md when ranking runners or explaining a pick.references/chat-output-patterns.md when formatting conversational replies.references/domain-model.md when mapping racecard data into normalized concepts.references/safety-and-modes.md when the conversation turns to paper bets, staking, or execution.references/workflow.md when the task becomes broader than a single race or needs a multi-step flow.