CtrlK
BlogDocsLog inGet started
Tessl Logo

pwd4wifi

生成 WiFi 密码字典列表。当用户提到 WiFi 密码字典、WiFi 破解字典、密码字典时使用。

67

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/tools/pwd4wifi/SKILL.md
SKILL.md
Quality
Evals
Security

pwd4wifi Skill

生成 WiFi 密码列表

功能描述

生成指定长度的 WiFi 密码列表,可用于 WiFi 密码字典。

所属分类

office/skills/tools/pwd4wifi/

调用方式

from office.skills.tools import pwd4wifi

pwd4wifi(len_pwd=8, pwd_list=[])

参数说明

参数类型必填默认值说明
len_pwdint8密码长度
pwd_listlist[]密码列表

返回值

None

使用示例

from office.skills.tools import pwd4wifi
pwd4wifi(len_pwd=10)

原始函数

office.api.tools.pwd4wifi

Repository
CoderWanFeng/python-office
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.