← Back to Skills

winback-campaign-designer

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

Design winback campaigns for churned/dormant customers with segments, offers, messages, and cadences

# marketing # winback # churn # retention # campaign # crm # lifecycle

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) e4e4e10004980ffd31cde0ab995a96a5ce73d9d1d5e60d770c875a8812422c33

⚡ AGENT INFO USK v3

Capabilities
winback-segmentation offer-design message-templating cadence-design
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download?platform=OpenClaw GET /v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download?platform=ClaudeCode GET /v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download?platform=Cursor GET /v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download?platform=GeminiCLI GET /v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download?platform=CodexCLI GET /v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/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 winback-campaign-designer
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install winback-campaign-designer --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download
2
Place it in the Claude Code commands directory.
unzip winback-campaign-designer.skill -d ~/.claude/commands/winback-campaign-designer/
3
Use it as a slash command in Claude Code.
/winback-campaign-designer
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip winback-campaign-designer-agent-skill-*.skill -d ~/.claude/skills/winback-campaign-designer/
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/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip winback-campaign-designer-cursor-*.skill -d ~/.cursor/skills/winback-campaign-designer/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/winback-campaign-designer/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip winback-campaign-designer-geminicli-*.skill -d ~/.gemini/skills/winback-campaign-designer/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/winback-campaign-designer/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip winback-campaign-designer-codexcli-*.skill -d ~/.codex/skills/winback-campaign-designer/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/winback-campaign-designer/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/download
2
Place it in your agent platform's skills directory.
cp winback-campaign-designer.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/2c9e06a6-6ac4-4e40-96ec-bcf5c915fe53/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` 코드 스니펫과 정적 분석 결과(`red_flags_found: []`) 모두 이러한 권한 선언을 위반하는 어떠한 동작(예: 네트워크 요청, 파일 시스템 접근, 외부 프로세스 실행)도 발견되지 않았습니다. `stdin_stdout` 호출 패턴에 따라 `sys.stdin` 및 `sys.stdout`을 통한 표준 입출력만 사용합니다. 2. **악의적 목적 코드:** 코드 스니펫에서 데이터 탈취, 시스템 파괴, 코드 난독화 등 악의적인 목적으로 의심될 만한 코드는 발견되지 않았습니다. 정적 분석 결과 또한 악성 코드나 난독화 경고가 없습니다. 3. **선언되지 않은 외부 통신:** `permissions.network`가 `false`로 설정되어 있으며, 코드 스니펫에서 외부 네트워크 통신을 시도하는 어떠한 라이브러리(예: `requests`, `urllib`)나 함수 호출도 확인되지 않았습니다. 4. **사용자 데이터 처리:** 스킬은 `stdin`을 통해 데이터를 입력받아 내부적으로 처리하고 `stdout`으로 결과를 출력하는 방식으로 동작합니다. 선언된 권한에 따라 사용자 데이터를 무단으로 수집하거나 외부로 전송할 수 있는 기능이 없습니다. 5. **코드 품질 및 목적 일치:** 코드 스니펫은 스킬의 목적('winback campaign designer')에 부합하는 도메인 지식(세그먼트, 오퍼 등)을 잘 구조화된 Python 딕셔너리 형태로 포함하고 있습니다. `input_schema`와 `output_schema`는 명확하게 정의되어 있으며, `cli` 인터페이스와 `stdin_stdout` 호출 패턴은 스킬의 목적에 적합하고 안전한 실행 환경을 제공합니다. `requirements`에 외부 패키지가 없어 표준 라이브러리만 사용하므로 의존성으로 인한 잠재적 위험도 낮습니다.

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