← Back to Skills

social-media-calendar

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

Plan social media content calendars, adapt content for different platforms, generate posting schedules, and recycle evergreen content. No external packages required.

# social-media # content-calendar # marketing # scheduling # platform # content-strategy

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 6 Checksum (SHA256) 078c92282ebee94bdb9e6709fc9dd49c868f387cedaf87306bce72cb362158cb

⚡ AGENT INFO USK v3

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

스킬 메타데이터에 명시된 `permissions` (network: false, filesystem: false, subprocess: false)는 제공된 Python 코드 스니펫과 일치합니다. 코드는 `sys`, `json`과 같은 표준 라이브러리만을 사용하여 stdin/stdout 통신을 처리하며, 소셜 미디어 계획 기능과 관련된 정적 데이터 구조를 정의하고 있습니다. 코드에서 악의적인 목적(데이터 탈취, 시스템 파괴, 난독화)이나 선언되지 않은 외부 통신(네트워크, 파일 시스템 접근)의 징후는 발견되지 않았습니다. 입력/출력 스키마와 가시적인 코드 로직은 스킬의 설명 및 기능과 잘 부합합니다. 또한, 제공된 정적 분석 결과도 'approved' 상태이며 어떠한 위험 신호도 발견되지 않았음을 명시하고 있어 안전성을 뒷받침합니다.

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review