← Back to Skills

stakeholder-persuasion

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

Designs persuasion strategies, framing, evidence packages, and objection playbooks for specific stakeholders

# persuasion # stakeholder # influence # framing # objection-handling # communication

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) 3da3eb8b736bf86ad4048716eec82895817e3939d53e79ce3c4f22e9e0c330ad

⚡ AGENT INFO USK v3

Capabilities
persuasion-profiling proposal-framing evidence-recommendation objection-response
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download?platform=OpenClaw GET /v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download?platform=ClaudeCode GET /v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download?platform=Cursor GET /v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download?platform=GeminiCLI GET /v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download?platform=CodexCLI GET /v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/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 stakeholder-persuasion
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install stakeholder-persuasion --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download
2
Place it in the Claude Code commands directory.
unzip stakeholder-persuasion.skill -d ~/.claude/commands/stakeholder-persuasion/
3
Use it as a slash command in Claude Code.
/stakeholder-persuasion
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip stakeholder-persuasion-agent-skill-*.skill -d ~/.claude/skills/stakeholder-persuasion/
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/af253275-a1af-4b00-8379-87f7a6fbf43c/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip stakeholder-persuasion-cursor-*.skill -d ~/.cursor/skills/stakeholder-persuasion/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/stakeholder-persuasion/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip stakeholder-persuasion-geminicli-*.skill -d ~/.gemini/skills/stakeholder-persuasion/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/stakeholder-persuasion/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip stakeholder-persuasion-codexcli-*.skill -d ~/.codex/skills/stakeholder-persuasion/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/stakeholder-persuasion/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/download
2
Place it in your agent platform's skills directory.
cp stakeholder-persuasion.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/af253275-a1af-4b00-8379-87f7a6fbf43c/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: false', 'filesystem: false', 'subprocess: false' 권한 선언이 코드 분석 결과와 일치합니다. 제공된 Python 코드는 표준 입출력(stdin/stdout)만을 사용하며, 내부 지식 기반(DECISION_STYLES, FRAMING_TECHNIQUES 등)을 활용하여 기능을 수행합니다. 외부 네트워크 통신, 파일 시스템 접근, 서브프로세스 실행을 시도하는 어떠한 코드도 발견되지 않았습니다. 코드 난독화나 악의적인 데이터 탈취, 시스템 파괴 등의 목적을 가진 코드 또한 존재하지 않습니다. 정적 분석 결과 또한 'approved' 상태이며, 어떠한 위험 요소도 발견되지 않았음을 확인했습니다. 전반적으로 스킬의 목적에 부합하는 안전하고 투명한 코드입니다.

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