← Back to Skills

funnel-diagnostics

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

Diagnose marketing/sales funnel bottlenecks. Input stage-by-stage conversion data, get drop-off analysis, benchmark comparison, and prioritized recommendations. No external packages required.

# funnel # conversion # marketing # sales # bottleneck # diagnostics # tofu # mofu # bofu

Basic Info

Owner 👤 chlode_master Category Data Processing Registered 2026-04-14 Last Updated 2026-04-14 Latest Version 1.0.0 Packaged At 2026-04-14 Vetting Status approved Downloads 10 Checksum (SHA256) 651f1d18c1cb40b917977322dfe1e1d154802363db6249d83398dab6d830e246

⚡ AGENT INFO USK v3

Capabilities
funnel_analysis conversion_diagnostics bottleneck_detection benchmark_comparison
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/download?platform=OpenClaw GET /v1/agent/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/download?platform=ClaudeCode GET /v1/agent/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/download?platform=Cursor GET /v1/agent/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/download?platform=GeminiCLI GET /v1/agent/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/download?platform=CodexCLI GET /v1/agent/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/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 funnel-diagnostics
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install funnel-diagnostics --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/download
2
Place it in the Claude Code commands directory.
unzip funnel-diagnostics.skill -d ~/.claude/commands/funnel-diagnostics/
3
Use it as a slash command in Claude Code.
/funnel-diagnostics
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip funnel-diagnostics-cursor-*.skill -d ~/.cursor/skills/funnel-diagnostics/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/funnel-diagnostics/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip funnel-diagnostics-geminicli-*.skill -d ~/.gemini/skills/funnel-diagnostics/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/funnel-diagnostics/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip funnel-diagnostics-codexcli-*.skill -d ~/.codex/skills/funnel-diagnostics/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/funnel-diagnostics/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/download
2
Place it in your agent platform's skills directory.
cp funnel-diagnostics.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/380cb70e-e966-4b32-9430-d2d44bcf36ae/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'로 명시되어 있으며, 코드 분석 결과 및 정적 분석 보고서('red_flags_found': [], 'obfuscation_warnings': [], 'forbidden_exec_files_found': []) 모두 이를 위반하는 어떠한 시도도 발견되지 않았습니다. 스킬은 외부 패키지 없이 표준 Python 라이브러리(sys, json, math)만을 사용하여 인메모리 데이터 처리 및 분석을 수행합니다. 사용자 데이터를 무단으로 수집하거나 전송할 수 있는 기능이 없으며, 코드 품질 또한 스킬의 목적에 부합합니다. 제공된 정보에 따르면 이 스킬은 안전하게 배포될 수 있습니다.

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review