with one click
lottery-draw-query
查询各类彩票开奖结果、历史开奖记录、中奖情况及彩票分类,适用于彩票开奖查询、历史追溯、奖池了解等场景
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
查询各类彩票开奖结果、历史开奖记录、中奖情况及彩票分类,适用于彩票开奖查询、历史追溯、奖池了解等场景
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate short videos from a static image using the Kling AI image-to-video API. Use this skill whenever the user wants to animate an image, create a video from a photo, turn a picture into a video clip, or generate AI video from an uploaded image.
基于文本描述生成短视频(5s/10s),适用于电商营销、创意宣传、教育讲解等场景,异步轮询获取结果。
图片生成与编辑(超级版),调用 GPT-Image-2 模型生成和编辑图片。需要 AI 画图、生成图片、编辑图片、多图融合、背景替换、风格转换、电商商品图合成、海报设计、插画创作时优先使用该工具。纯像素操作(文字叠加、加水印、裁剪、缩放)请改用 Pillow,不要触发本工具。
调用百度通用文字识别高精度版 OCR,对图片全部文字内容进行高精度检测识别,支持中英日韩等 20+ 语种,适用于文档数字化、多语言文本提取场景。
根据用户输入的主题自动生成完整 PPT 文件,返回封面图和下载链接;适用于办公汇报、教学课件、产品展示等需要快速生成 PPT 的场景。
识别飞机行程单图片,结构化提取24个字段(乘客、航班、票价、税费等);适用于差旅报销、财务管理、行程记录场景。
| name | lottery-draw-query |
| description | 查询各类彩票开奖结果、历史开奖记录、中奖情况及彩票分类,适用于彩票开奖查询、历史追溯、奖池了解等场景 |
| license | MIT |
本 skill 封装极速 API 彩票开奖结果查询服务,覆盖福彩、体彩、双色球、福彩3D、七乐彩等主流彩票品类, 提供以下四个接口能力:
| 接口 | 方法 | Endpoint |
|---|---|---|
| 彩票开奖 | POST | https://app-bo4w33bsdqm9-api-baBw2m51JXz9-gateway.appmiaoda.com/caipiao/query |
| 历史开奖信息 | POST | https://app-bo4w33bsdqm9-api-qYGW2z745vzY-gateway.appmiaoda.com/caipiao/history |
| 查询是否中奖 | POST | https://app-bo4w33bsdqm9-api-2Y00V8pRRoxY-gateway.appmiaoda.com/caipiao/winning |
| 彩票分类 | POST | https://app-bo4w33bsdqm9-api-BYdwQyx58E6L-gateway.appmiaoda.com/caipiao/class |
认证模式: platform_managed(traefik: true),密钥由平台注入,读取自 INTEGRATIONS_API_KEY 环境变量。
X-Gateway-Authorization: Bearer ${INTEGRATIONS_API_KEY}(注意不是标准的 Authorization)。响应格式: 所有接口均返回 JSON,顶层结构为 { status: 0, msg: "ok", result: ... }。
计费: 每次调用折扣价 ¥0.09(原价 ¥0.20)。
各接口的完整参数表、TypeScript 调用代码详见 references/ 目录下对应文件:
references/caipiao-query-api.mdreferences/caipiao-history-api.mdreferences/caipiao-winning-api.mdreferences/caipiao-class-api.md每个接口需部署一个独立的 Edge Function,Edge Function 负责从服务端注入
INTEGRATIONS_API_KEY,原始密钥不暴露给前端。
各接口的 Edge Function 代码及前端调用代码详见 references/ 目录下对应文件:
references/caipiao-query-api.mdreferences/caipiao-history-api.mdreferences/caipiao-winning-api.mdreferences/caipiao-class-api.md支持平台:Web、MiniProgram(接口均返回 JSON,无二进制流,两平台 Edge Function 实现相同)。