🎫
AutomationPython

Lottery Ticket Generator

by CoderWanFeng

Lottery Ticket Generator is an Automation skill for Claude Code, published by CoderWanFeng in python-office.

1.3K stars301 forkson CoderWanFeng/python-officeAdded 2026/08/12Repository updated 2026/08/04
officepippypipythonweixin
Install in seconds
Install Lottery Ticket Generator
Copy Lottery Ticket Generator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CoderWanFeng/python-office/tree/develop/skills/tools/lottery8ticket ~/.claude/skills/lottery8ticket

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CoderWanFeng/python-office.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/tools/lottery8ticket/SKILL.md in CoderWanFeng/python-office
Installs to
~/.claude/skills/lottery8ticket
Collection
One of 50 skills cataloged from this repository
Category
Automation1523 skills

What Lottery Ticket Generator does

Lottery Ticket Generator randomly generates an 8-digit lottery number. Use it when someone asks for a lottery pick, random numbers, or an automatic ticket number.

Lottery Ticket Generator is cataloged under Automation on DirSkills. Lottery Ticket Generator comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

lottery8ticket Skill

生成一张 8 位彩票号码

功能描述

随机生成一组 8 位彩票号码。

所属分类

office/skills/tools/lottery8ticket/

调用方式

from skills.tools import lottery8ticket

lottery8ticket()

参数说明

无参数。

返回值

None(结果直接打印输出)

使用示例

from skills.tools import lottery8ticket
lottery8ticket()

原始函数

office.api.tools.lottery8ticket

Frequently asked about Lottery Ticket Generator

  • What else does CoderWanFeng publish alongside Lottery Ticket Generator?

    Lottery Ticket Generator is one of 50 skills that DirSkills catalogs from CoderWanFeng/python-office, the repository it ships in. Its siblings there include Add Image Watermark, Add Line by Type and Add Text Watermark. Each one is a separate skill with its own page in this directory, installs the same way Lottery Ticket Generator does, and is maintained by CoderWanFeng in that same repository. The rest of the collection is listed on the CoderWanFeng/python-office page.

  • How does Lottery Ticket Generator compare to other Automation skills?

    Lottery Ticket Generator ranks #650 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Lottery Ticket Generator against them. Open each page to compare what they document and how they install.