Shuangseqiu Generator

v1.0.0

Generate Super Lotto (双色球) lottery numbers with Chinese metaphysics. Use when user asks for 双色球, 随机选号, 机选, 彩票, lottery numbers with 生日, 姓名, 生肖, 星座, 八字, 五行, 玄...

0· 157·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mc-machchen/shuangseqiu-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Shuangseqiu Generator" (mc-machchen/shuangseqiu-generator) from ClawHub.
Skill page: https://clawhub.ai/mc-machchen/shuangseqiu-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install shuangseqiu-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install shuangseqiu-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description ask for birthday, name, zodiac/constellation and the code implements deterministic, weighted random generation using those inputs. No unrelated capabilities (cloud access, system admin, or external services) are requested.
Instruction Scope
SKILL.md instructs running the included Python script with CLI flags and describes inputs/outputs. The instructions do not ask the agent to read arbitrary files, environment variables, or send data to external endpoints. Trigger phrases listed are appropriate for a lottery-generation skill.
Install Mechanism
There is no install spec or external download; the skill is instruction-only plus an included Python script. Nothing is written to disk beyond running the bundled script, and no remote artifacts are fetched.
Credentials
The skill declares no required environment variables, credentials, or config paths and the script does not access env vars or secrets. Inputs are user-provided (birthday, name, etc.), so requested access is proportionate.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent system privileges, nor does it attempt to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with other risky behavior.
Assessment
This skill appears to do exactly what it says: locally generate reproducible lottery numbers from birthday/name/zodiac using weighted randomness. It does not contact remote servers or request credentials. If you care about privacy, avoid entering real personal data (full name, exact birthdate) if you will share outputs publicly. Review or run the included script locally if you want to confirm behavior; note it is deterministic (same inputs → same numbers). Also remember this is for entertainment—no guarantees about winnings and be mindful of gambling risks.

Like a lobster shell, security has layers — review code before you run it.

latestvk979xrz81a1hx09rvcjdm9zxqd839wbx
157downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Shuangseqiu Generator (双色球玄学版)

Generate personalized Super Lotto (双色球) lottery numbers using Chinese metaphysics.

Input Parameters

参数必填说明示例
--birthday / -b✅ 是出生日期1990-05-15
--name / -n❌ 否姓名张三
--zodiac / -z❌ 否生肖龙、虎、鼠
--constellation / -c❌ 否星座白羊座、天蝎座
--count / -k❌ 否生成组数1-10

How It Works

1. 玄学能量计算

  • 八字五行: 根据生日计算天干地支和五行属性
  • 生肖: 根据出生年获取生肖,叠加生肖幸运数
  • 星座: 根据出生日期确定星座,叠加星座幸运数
  • 姓名: 如果提供,用姓名Unicode能量初始化种子

2. 加权随机算法

红球生成时,对以下数字加权:

  • 🐾 生肖幸运数: +3权重
  • ✨ 星座幸运数: +2权重
  • 🧭 五行幸运数: +2权重
  • ⭐ 运势加成: 根据运势等级额外加权

蓝球生成类似,但基于星座和五行蓝球幸运数。

3. 运势分析

  • 计算1-5星运势等级
  • 指引吉利方位和幸运颜色
  • 给出玄学小贴士

Usage Examples

基本用法(只需生日)

python scripts/generate.py -b 1990-05-15

带姓名

python scripts/generate.py -b 1990-05-15 -n 张三

带生肖

python scripts/generate.py -b 1990-05-15 -z 龙

完整参数

python scripts/generate.py -b 1990-05-15 -n 李四 -z 虎 -c 天蝎座 -k 3

通过AI调用

当用户说以下内容时触发:

  • "生成双色球号码"
  • "机选一注彩票"
  • "根据我的生日选号"
  • "算一下我的幸运彩票"
  • "八字/五行选号"
  • "生肖/星座幸运号"

Output Format

╔══════════════════════════════════════════════════════════╗
║           🎰 双色球玄学能量号码 🎰                          ║
╠══════════════════════════════════════════════════════════╣
║  【张三】专属定制                                           ║
╠══════════════════════════════════════════════════════════╣
║  📅 生日: 1990年05月15日                                   ║
║  🐾 生肖: 马  星座: 金牛座                                 ║
║  🧭 五行: 火(丙午)                                       ║
║  ⭐ 运势: ⭐⭐⭐ (3星)                                    ║
║  🎨 幸运色: 红色  方位: 东                                 ║
╚══════════════════════════════════════════════════════════╝

🔮 第1组:
   🔴 红球: 03 08 15 22 27 31
   🔵 蓝球: 12

✨ 【玄学指引】
   今日运势良好,幸运指数攀升
   往东方向走,遇见惊喜

🍀 祝您好运常在,心想事成!

Core Concepts

五行幸运数

五行红球幸运数
4, 9, 14, 19, 24, 29
1, 8, 13, 18, 23, 28
6, 11, 16, 21, 26, 31
2, 7, 12, 17, 22, 27, 32
5, 10, 15, 20, 25, 30

生肖幸运数

每个生肖有5个专属幸运数,在红球生成时获得+3权重加成。

星座幸运数

每个星座有5个红球幸运数和专属蓝球幸运数。

技术说明

  • 使用hashlib.md5结合用户信息生成确定性种子
  • 使用加权随机算法(weighted_random_choice)确保玄学特征
  • 相同输入永远产生相同号码(可重现)
  • 支持批量生成多组号码

Comments

Loading comments...