← Back to Skills

influencer-brief

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

Create influencer collaboration briefs, outreach templates, KPI frameworks, and partnership evaluation criteria. No external packages required.

# influencer # marketing # partnership # brief # outreach # kpi # collaboration

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-15 Last Updated 2026-04-15 Latest Version 1.0.0 Packaged At 2026-04-15 Vetting Status approved Downloads 8 Checksum (SHA256) 780fa5c75536604034da793b0ddda2a2c9a51cfb2b414bc3e3a8ddb93af418c6

⚡ AGENT INFO USK v3

Capabilities
influencer_brief_creation outreach_templates kpi_framework partnership_evaluation
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download?platform=OpenClaw GET /v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download?platform=ClaudeCode GET /v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download?platform=Cursor GET /v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download?platform=GeminiCLI GET /v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download?platform=CodexCLI GET /v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/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 influencer-brief
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install influencer-brief --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download
2
Place it in the Claude Code commands directory.
unzip influencer-brief.skill -d ~/.claude/commands/influencer-brief/
3
Use it as a slash command in Claude Code.
/influencer-brief
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip influencer-brief-agent-skill-*.skill -d ~/.claude/skills/influencer-brief/
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/e8ed1963-4343-4a45-85a0-e2452c742e7c/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip influencer-brief-cursor-*.skill -d ~/.cursor/skills/influencer-brief/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/influencer-brief/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip influencer-brief-geminicli-*.skill -d ~/.gemini/skills/influencer-brief/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/influencer-brief/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip influencer-brief-codexcli-*.skill -d ~/.codex/skills/influencer-brief/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/influencer-brief/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/download
2
Place it in your agent platform's skills directory.
cp influencer-brief.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/e8ed1963-4343-4a45-85a0-e2452c742e7c/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`로 명확히 선언되어 있으며, 코드 스니펫 및 `requirements.packages: []`를 통해 외부 통신, 파일 시스템 접근, 서브프로세스 실행이 없는 것으로 확인됩니다. 정적 분석 결과에서도 관련 위험 요소가 발견되지 않았습니다. 2. **악의적 코드:** 제공된 코드 스니펫에는 악의적인 코드가 없으며, 정적 분석 결과에서도 `red_flags_found: []` 및 `obfuscation_warnings: []`로 보고되어 악성 코드나 난독화가 없는 것으로 판단됩니다. 3. **외부 통신:** `network: false` 선언과 외부 패키지 부재로 인해 선언되지 않은 외부 통신 가능성이 없습니다. 4. **사용자 데이터 수집:** 네트워크 및 파일 시스템 접근 권한이 없으므로 사용자 데이터를 무단으로 수집하거나 전송할 수 없습니다. 스킬의 목적에 따라 입력 데이터를 처리하고 결과를 출력하는 표준적인 동작만 수행할 것으로 예상됩니다. 5. **코드 품질 및 목적:** 코드 스니펫은 스킬의 목적(인플루언서 브리프, KPI 등 생성)에 부합하는 정적 데이터 정의와 함수 구조를 보여주며, `sys`, `json`과 같은 표준 라이브러리만 사용하여 스킬의 목적에 충실합니다.

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review