← Back to Skills

behavior-insight

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

Converts user behavior data into actionable insights with friction analysis and experiment design.

# behavior # funnel-analysis # ab-testing # segmentation

Basic Info

Owner 👤 chlode_master Category Registered 2026-04-16 Last Updated 2026-04-16 Latest Version 1.0.0 Packaged At 2026-04-16 Vetting Status approved Downloads 0 Checksum (SHA256) 3d980656064d9bbab73642114add319e3f01ca2562bde120ada411ed8b581d93

⚡ AGENT INFO USK v3

Capabilities
Funnel friction detection with 8 pattern types A/B test design with statistical sample size calculation RFM behavioral segmentation with transition probabilities Dashboard spec generation with metric hierarchy and alert thresholds
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download?platform=OpenClaw GET /v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download?platform=ClaudeCode GET /v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download?platform=Cursor GET /v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download?platform=GeminiCLI GET /v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download?platform=CodexCLI GET /v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/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 behavior-insight
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install behavior-insight --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download
2
Place it in the Claude Code commands directory.
unzip behavior-insight.skill -d ~/.claude/commands/behavior-insight/
3
Use it as a slash command in Claude Code.
/behavior-insight
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip behavior-insight-agent-skill-*.skill -d ~/.claude/skills/behavior-insight/
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/2d44e05b-26f9-4580-a00c-94cc82211aca/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip behavior-insight-cursor-*.skill -d ~/.cursor/skills/behavior-insight/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/behavior-insight/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip behavior-insight-geminicli-*.skill -d ~/.gemini/skills/behavior-insight/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/behavior-insight/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip behavior-insight-codexcli-*.skill -d ~/.codex/skills/behavior-insight/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/behavior-insight/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/download
2
Place it in your agent platform's skills directory.
cp behavior-insight.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/2d44e05b-26f9-4580-a00c-94cc82211aca/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

1. **권한 일치 여부**: 스킬 메타데이터에서 `network: false`, `filesystem: false`, `subprocess: false`로 명확하게 선언되었습니다. 제공된 `main.py` 코드 스니펫에는 이러한 권한을 사용하는 어떠한 코드(예: `requests`, `os.path`, `subprocess` 모듈 사용)도 포함되어 있지 않습니다. 또한, 정적 분석 결과 `red_flags_found: []` 및 `forbidden_exec_files_found: []`로 보고되어 전체 코드베이스가 선언된 권한을 준수함을 강력히 시사합니다. 2. **악의적 목적 코드**: 제공된 코드 스니펫에는 데이터 탈취, 시스템 파괴, 난독화 등 악의적인 목적으로 의심될 만한 코드가 발견되지 않았습니다. 정적 분석 결과 또한 `obfuscation_warnings: []` 및 `red_flags_found: []`로 보고되어 악의적인 코드가 없음을 뒷받침합니다. 3. **외부 통신**: `permissions.network: false`로 선언되었으며, 코드 스니펫에서 외부 네트워크 통신을 시도하는 부분이 없습니다. 정적 분석 결과에서도 외부 통신에 대한 경고나 플래그가 발견되지 않았습니다. 4. **사용자 데이터 처리**: 스킬은 사용자 행동 데이터를 입력으로 받아 분석하는 것이 주 목적입니다. `network: false` 및 `filesystem: false` 권한으로 인해 스킬은 사용자 데이터를 외부로 전송하거나 영구적으로 저장할 수 없습니다. 데이터는 `stdin_stdout` 인터페이스를 통해 안전하게 처리됩니다. 5. **코드 품질 및 목적 일치**: 스킬의 메타데이터, 입출력 스키마, 그리고 제공된 코드 스니펫은 '사용자 행동 데이터를 실행 가능한 인사이트로 변환'하려는 스킬의 목적과 일치합니다. `requirements.packages: []`로 표준 라이브러리만 사용하며, 이는 외부 의존성으로 인한 잠재적 보안 위험을 줄여줍니다. 제공된 코드 스니펫이 완전하지 않지만, 정적 분석 결과가 'approved' 상태이며 어떠한 위험 요소도 발견되지 않았음을 명확히 보고하고 있어, 전체 스킬 패키지가 안전하다고 판단합니다.

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review