← 返回
未分类 中文

AceToolz Password Generator

Generate secure passwords via the AceToolz API. No passwords are stored — generated and returned in real-time.
使用 AceToolz API 实时生成安全密码,密码不被存储。
acetoolz
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 313
下载
💾 0
安装
1
版本
#acetoolz#latest#password-generator#passwords#productivity#random#security

概述

AceToolz Password Generator

Use this skill whenever the user asks to generate a password.

How to Use

Use exec to call the AceToolz API. Detect the OS and run the appropriate command:

Windows (PowerShell):

Invoke-RestMethod -Uri "https://www.acetoolz.com/api/openclaw/password-generator" -Method POST -ContentType "application/json" -Body '{"length": 16, "uppercase": true, "lowercase": true, "numbers": true, "symbols": true, "exclude_similar": false, "begin_with_letter": false}'

macOS / Linux (curl):

curl -s -X POST https://www.acetoolz.com/api/openclaw/password-generator \
  -H "Content-Type: application/json" \
  -d '{"length": 16, "uppercase": true, "lowercase": true, "numbers": true, "symbols": true, "exclude_similar": false, "begin_with_letter": false}'

Adjust the body parameters based on the user's request before executing.

Parameters (all optional)

FieldTypeDefaultDescription
-----------------------------------
lengthnumber16Password length (4–128)
uppercasebooleantrueInclude A–Z
lowercasebooleantrueInclude a–z
numbersbooleantrueInclude 0–9
symbolsbooleantrueInclude !@#$%^&*
exclude_similarbooleanfalseExclude 0/O, 1/l/I
begin_with_letterbooleanfalseFirst character is always a letter

Examples:

  • "generate a 20-character password" → length: 20
  • "numbers only PIN" → uppercase: false, lowercase: false, symbols: false, numbers: true
  • "memorable password" → symbols: false, exclude_similar: true

Presenting Results

Show the password clearly and mention the character types used:

> Generated Password

> X7#mK9pL!qRv2nBw

>

> Length: 16 | Uppercase ✓ | Lowercase ✓ | Numbers ✓ | Symbols ✓

>

> Powered by AceToolz

Error Handling

  • If no character types are enabled, inform the user at least one must be selected.
  • If length is out of range (4–128), tell the user the valid range.
  • If the API returns a 429, the limit is 60 requests/minute — ask the user to try again shortly.
  • If the API is unreachable, tell the user and suggest visiting https://www.acetoolz.com/generate/tools/password-generator directly.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-07 11:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,097
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 472 📥 78,677
it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,032