โ Back to Skills Marketplace
Rich Lottery
by
jinboh68-prog
ยท GitHub โ
ยท v1.0.0
ยท MIT-0
341
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install rich-lottery
Description
๐ฏ Richๅฝฉ็ฅจๅๆ - ๅ่ฒ็/ๅคงไน้ๆบ่ฝๅท็ ๆจ่๏ผๅบไบๅๅฒๆฐๆฎๅๆ
Usage Guidance
This package appears coherent: it is a small paid API that returns randomly-generated recommendations using an included analysis script. Before installing or paying, confirm how the x402 payment is validated (the server currently only checks for the presence of an 'x402' header, which may be a superficial check unless the payment system is enforced elsewhere). If you intend to deploy the code yourself, note vercel.json and requirements.txt will cause pip to install Flask. The skill does not request secrets, but you should verify any real payment flow, and avoid sending sensitive personal data to the external endpoint (https://rich-lottery.vercel.app) since calls to that URL would leave your environment.
Capability Analysis
Type: OpenClaw Skill
Name: rich-lottery
Version: 1.0.0
The skill provides a paid lottery number recommendation service using a Flask API and a local analysis script. It implements a payment verification check (x402 protocol) for its endpoints. The code uses `subprocess.run` in `main.py` to execute `scripts/lottery_analysis.py` with hardcoded arguments, which is a safe implementation. No evidence of data exfiltration, malicious execution, or prompt injection was found; the behavior is consistent with the stated purpose of providing lottery analysis.
Capability Assessment
Purpose & Capability
Name/description (lottery number recommendations) match the provided code and SKILL.md. The package includes a small Flask app and a local analysis script that generate recommendations; the payment metadata (price, wallet, chain) appears aligned with the stated x402 paywall.
Instruction Scope
SKILL.md instructs callers to curl the listed endpoints. The server enforces payment by requiring an 'x402' header for /ssq and /dlt; SKILL.md declares the x402 payment but does not show how the header is obtained/constructed. The runtime instructions do not read unrelated files or secrets. The app uses subprocess to run a bundled local script (expected for this package) โ no user-supplied inputs are passed into the subprocess invocation.
Install Mechanism
Registry metadata said 'instruction-only' but the package includes code, requirements.txt, and vercel.json (build/install commands). There is no download-from-arbitrary-URL behavior; deployment would install Flask from PyPI (requirements.txt). This is low risk but the presence of deploy config despite 'instruction-only' is an internal inconsistency to be aware of.
Credentials
No environment variables, credentials, or config paths are required. The code includes a hard-coded recipient wallet and price, which matches SKILL.md. There is no request for unrelated secrets or system credentials.
Persistence & Privilege
Skill is not marked always:true, does not request persistent system privileges, and does not modify other skills. The service runs as a normal web endpoint and the included Flask app is self-contained.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rich-lottery - After installation, invoke the skill by name or use
/rich-lottery - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Richๅฝฉ็ฅจๅๆ (rich-lottery):
- Offers intelligent lottery number recommendations for ๅ่ฒ็ and ๅคงไน้ based on historical data analysis.
- Provides API endpoints for both lottery types with sample output formats.
- Integrates x402 protocol for secure, on-chain payment: 0.01 USDC per call (Base chain).
- Clearly states pricing, usage instructions, and wallet information.
- Includes responsible gambling disclaimer.
Metadata
Frequently Asked Questions
What is Rich Lottery?
๐ฏ Richๅฝฉ็ฅจๅๆ - ๅ่ฒ็/ๅคงไน้ๆบ่ฝๅท็ ๆจ่๏ผๅบไบๅๅฒๆฐๆฎๅๆ. It is an AI Agent Skill for Claude Code / OpenClaw, with 341 downloads so far.
How do I install Rich Lottery?
Run "/install rich-lottery" in the OpenClaw or Claude Code chat to install it in one step โ no extra setup required.
Is Rich Lottery free?
Yes, Rich Lottery is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Rich Lottery support?
Rich Lottery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rich Lottery?
It is built and maintained by jinboh68-prog (@jinboh68-prog); the current version is v1.0.0.
More Skills