生成 WiFi 密码字典列表。当用户提到 WiFi 密码字典、WiFi 破解字典、密码字典时使用。
67
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/tools/pwd4wifi/SKILL.md生成 WiFi 密码列表
生成指定长度的 WiFi 密码列表,可用于 WiFi 密码字典。
office/skills/tools/pwd4wifi/
from office.skills.tools import pwd4wifi
pwd4wifi(len_pwd=8, pwd_list=[])| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
len_pwd | int | 否 | 8 | 密码长度 |
pwd_list | list | 否 | [] | 密码列表 |
None
from office.skills.tools import pwd4wifi
pwd4wifi(len_pwd=10)office.api.tools.pwd4wifi
2b1996b
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.