← Back to Skills

competitor-reverse-engine

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

Reverse engineers competitor UX patterns, onboarding flows, and information architecture

# ux # onboarding # information-architecture # competitive-analysis # reverse-engineering

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-17 Last Updated 2026-04-17 Latest Version 1.0.0 Packaged At 2026-04-17 Vetting Status approved Downloads 17 Checksum (SHA256) db26cc555d57a286cc1e203f893fb40ba3f25680a66baed18f002f1f04e31993

⚡ AGENT INFO USK v3

Capabilities
ux-pattern-extraction onboarding-analysis ia-analysis benchmark-report
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download?platform=OpenClaw GET /v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download?platform=ClaudeCode GET /v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download?platform=Cursor GET /v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download?platform=GeminiCLI GET /v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download?platform=CodexCLI GET /v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/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 competitor-reverse-engine
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install competitor-reverse-engine --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download
2
Place it in the Claude Code commands directory.
unzip competitor-reverse-engine.skill -d ~/.claude/commands/competitor-reverse-engine/
3
Use it as a slash command in Claude Code.
/competitor-reverse-engine
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip competitor-reverse-engine-agent-skill-*.skill -d ~/.claude/skills/competitor-reverse-engine/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip competitor-reverse-engine-cursor-*.skill -d ~/.cursor/skills/competitor-reverse-engine/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/competitor-reverse-engine/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip competitor-reverse-engine-geminicli-*.skill -d ~/.gemini/skills/competitor-reverse-engine/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/competitor-reverse-engine/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip competitor-reverse-engine-codexcli-*.skill -d ~/.codex/skills/competitor-reverse-engine/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/competitor-reverse-engine/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/download
2
Place it in your agent platform's skills directory.
cp competitor-reverse-engine.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/e1cda599-759e-444c-80f9-e85f40cd6c07/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 선언된 권한과 코드 내용이 일치하며, 악의적인 동작이나 외부 통신 흔적이 없어 안전합니다.
Reasoning

스킬 메타데이터에서 네트워크, 파일 시스템, 서브프로세스 접근 권한을 모두 'false'로 선언했습니다. 제공된 코드(`main.py`)는 표준 라이브러리(json, math, sys)만을 사용하며, stdin/stdout을 통한 입출력만을 수행하는 것으로 보입니다. 이는 선언된 권한과 일치합니다. 정적 분석 결과에서도 악의적인 코드, 난독화, 금지된 실행 파일 사용 등의 문제가 발견되지 않았습니다. 사용자 데이터를 무단으로 수집하거나 외부로 전송할 수 있는 메커니즘이 없으며, 코드 품질 또한 스킬의 목적에 부합합니다. 따라서 이 스킬은 안전하다고 판단됩니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-17 ⬇ 17 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review