← Back to Skills

cac-ltv-optimizer

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

Channel and segment level CAC vs LTV optimization with spend caps and budget reallocation

# cac # ltv # unit-economics # payback # budget-allocation

Basic Info

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

⚡ AGENT INFO USK v3

Capabilities
cac-analysis ltv-cac-ratio spend-caps budget-reallocation cashflow-forecast
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download?platform=OpenClaw GET /v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download?platform=ClaudeCode GET /v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download?platform=Cursor GET /v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download?platform=GeminiCLI GET /v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download?platform=CodexCLI GET /v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/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 cac-ltv-optimizer
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install cac-ltv-optimizer --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download
2
Place it in the Claude Code commands directory.
unzip cac-ltv-optimizer.skill -d ~/.claude/commands/cac-ltv-optimizer/
3
Use it as a slash command in Claude Code.
/cac-ltv-optimizer
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip cac-ltv-optimizer-agent-skill-*.skill -d ~/.claude/skills/cac-ltv-optimizer/
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/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip cac-ltv-optimizer-cursor-*.skill -d ~/.cursor/skills/cac-ltv-optimizer/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/cac-ltv-optimizer/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip cac-ltv-optimizer-geminicli-*.skill -d ~/.gemini/skills/cac-ltv-optimizer/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/cac-ltv-optimizer/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip cac-ltv-optimizer-codexcli-*.skill -d ~/.codex/skills/cac-ltv-optimizer/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/cac-ltv-optimizer/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/download
2
Place it in your agent platform's skills directory.
cp cac-ltv-optimizer.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/7c13d2de-19eb-43e6-a605-ccb44cc6c662/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

스킬 메타데이터에서 `network`, `filesystem`, `subprocess` 권한이 모두 `false`로 선언되어 있습니다. 제공된 `main.py` 코드 스니펫을 분석한 결과, `json`, `sys`, `collections` 등 파이썬 표준 라이브러리만을 사용하고 있으며, 파일 시스템 접근, 네트워크 통신, 외부 프로세스 실행과 관련된 어떠한 코드도 발견되지 않았습니다. 이는 선언된 권한과 실제 코드의 동작이 일치함을 의미합니다. 코드 내용은 CAC, LTV 최적화와 관련된 비즈니스 로직을 구현하는 것으로 보이며, 난독화되거나 악의적인 목적으로 사용될 수 있는 패턴은 발견되지 않았습니다. 입력은 `stdin`으로 받고 출력은 `stdout`으로 내보내는 `cli` 인터페이스 방식이 명확하게 지켜지고 있습니다. 정적 분석 결과에서도 'approved' 상태로 어떠한 위험 요소나 금지된 실행 파일, 난독화 경고가 없음을 확인했습니다. 따라서 이 스킬 패키지는 보안 검수 기준을 모두 충족하며 안전하다고 판단됩니다.

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review