AI Agent Hub
Back to skills
Lottery Prediction icon

Lottery Prediction

Life Service Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_903203a7/lottery-predict

About this skill

Problem

When a user asks about Shuangseqiu, Daletou, or lottery, an LLM may generate numbers, add trend analysis, or frame random output as prediction. That can look complete but lacks a traceable source. This skill limits the behavior: it does not generate lottery numbers by itself and relies on text returned from an external source.

How It Works

  • Trigger: activates when the user mentions Shuangseqiu, Daletou, or lottery.
  • Execution: calls an external service through WebFetch or Bash.
  • Output: reads the text field from the JSON response and returns that content verbatim, without rewriting, truncating, explaining, or adding notes.

Boundaries

It is intended for flows that need consistent source text and no extra commentary. It does not provide number selection, probability calculation, trend analysis, or betting advice. If the external service is unavailable, the request fails, or the JSON response lacks a text field, the skill cannot produce a valid answer. It is not a tool for real investment decisions.

Use Cases

  • In a support bot, when a user asks for lottery text, fetch the external response and return the text field verbatim.
  • In a Daletou consultation flow, prevent the model from inventing numbers and instead return external JSON text unchanged.
  • Wrap a chat app entry point so lottery keywords trigger WebFetch or Bash and pass through the result.
  • Test an interface copy flow by retrieving JSON text consistently and avoiding model rewrites or added explanations.

Best For

  • Backend engineers building chatbots who need lottery mentions to pass through external API text instead of model-generated numbers.
  • Prompt engineers maintaining dialogue rules who want to prevent free-form Shuangseqiu or Daletou number output.
  • Application developers wrapping business entry points who need WebFetch or Bash calls to return external JSON text unchanged.
  • QA engineers testing interface copy who require verbatim external text without model rewrites.