← Back to Skills

password-generator

v1.0.0 approved Security
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

보안 비밀번호를 생성합니다. 길이, 문자 구성(대/소문자, 숫자, 특수문자)을 설정할 수 있습니다.

# password # security # generate # random # utility

Basic Info

Owner 👤 ironman Category Security Registered 2026-04-11 Last Updated 2026-04-11 Latest Version 1.0.0 Packaged At 2026-04-11 Vetting Status approved Downloads 0 Checksum (SHA256) b1c652aa4b645a27dccb4bb8f2b74fbd1a4ad633de9bc4e1f93a39b2217572bc

⚡ AGENT INFO USK v3

Capabilities
Permissions
✗ network
✗ filesystem
✗ subprocess
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/a218d6c3-1b7f-49f0-88a9-cb5c61ebd3f0/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/a218d6c3-1b7f-49f0-88a9-cb5c61ebd3f0/download?platform=OpenClaw GET /v1/agent/skills/a218d6c3-1b7f-49f0-88a9-cb5c61ebd3f0/download?platform=ClaudeCode GET /v1/agent/skills/a218d6c3-1b7f-49f0-88a9-cb5c61ebd3f0/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install password-generator
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install password-generator --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/a218d6c3-1b7f-49f0-88a9-cb5c61ebd3f0/download
2
Place it in the Claude Code commands directory.
unzip password-generator.skill -d ~/.claude/commands/password-generator/
3
Use it as a slash command in Claude Code.
/password-generator
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/a218d6c3-1b7f-49f0-88a9-cb5c61ebd3f0/download
2
Place it in your agent platform's skills directory.
cp password-generator.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/a218d6c3-1b7f-49f0-88a9-cb5c61ebd3f0/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result CAUTION

Findings: ["메타데이터 경고: 권장 필드 없음: 'platform_compatibility' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'changelog' (SKILL.md v2 권장)", '정보: spec: usk/1.0 미선언 — v2 패키지로 처리됩니다. 자동 변환 및 에이전트 검색 기능을 사용하려면 USK v3로 업그레이드하세요.']

✅ No security risks found.

AI Review Stage

Reviewer Dev Mode (Auto) Risk Level 🟢 Low Review Summary 정적 분석 및 권한 검사를 모두 통과했습니다.
Reasoning

키워드 스캔, 난독화 검사, permissions 일치 여부 모두 통과.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-11 ⬇ 0

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review