CtrlK
BlogDocsLog inGet started
Tessl Logo

passwordtools

生成指定长度的随机密码。当用户提到生成密码、随机密码、强密码、密码生成器时使用。

76

Quality

95%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

passwordtools Skill

生成一个指定长度的密码

功能描述

生成指定长度的随机密码。

所属分类

office/skills/tools/passwordtools/

调用方式

from office.skills.tools import passwordtools

pwd = passwordtools(len=12)
print(pwd)

参数说明

参数类型必填默认值说明
lenint8密码长度

返回值

str:生成的密码

使用示例

from office.skills.tools import passwordtools
pwd = passwordtools(len=16)
print(f"生成的密码: {pwd}")

原始函数

office.api.tools.passwordtools

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.