원클릭으로
ccc-import-openclaw-skill
Fetch an OpenClaw/ClawHub skill and convert it to a Claude Code project skill in .claude/skills/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch an OpenClaw/ClawHub skill and convert it to a Claude Code project skill in .claude/skills/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | ccc-import-openclaw-skill |
| description | Fetch an OpenClaw/ClawHub skill and convert it to a Claude Code project skill in .claude/skills/ |
Fetch a skill from ClawHub or a URL, convert it to Claude Code format, and install it as a project skill.
When the user says:
OpenClaw SKILL.md frontmatter → Claude Code:
| OpenClaw field | Claude Code action |
|---|---|
name | Keep as-is |
description | Keep as-is |
version | Drop |
metadata.openclaw.* | Drop entirely |
allowed-tools | Keep if present |
| Markdown body | Keep as-is |
Result format:
---
name: <skill-name>
description: <description>
---
<markdown body unchanged>
This skill handles several input formats from ClawHub:
Format A — Direct SKILL.md URL or skill name (preferred):
install the "todoist-cli" skill
https://github.com/owner/repo/blob/main/SKILL.md
Format B — ClawHub bash install prompt (common):
Run bash <(curl -fsSL https://raw.githubusercontent.com/.../install.sh) to install X
→ Do NOT run the script. Instead, look for SKILL.md in the same repo.
Identify input format and extract repo info
curl -s "https://raw.githubusercontent.com/openclaw/clawhub/main/skills/<name>/SKILL.md"Minara-AI/openclaw-skills)https://raw.githubusercontent.com/<owner>/<repo>/main/SKILL.mdhttps://raw.githubusercontent.com/<owner>/<repo>/main/skills/<name>/SKILL.mdhttps://api.github.com/repos/<owner>/<repo>/contents/ to list filesParse the fetched SKILL.md
name and description from frontmatterversion, metadata, etc.)Security check before installing
curl | bash patternsInstall to project
.claude/skills/<name>/SKILL.mdRegister in IMPORTED.md
.claude/skills/IMPORTED.md:
| [<name>](.claude/skills/<name>/) | [<source-label>](<source-url>) | <YYYY-MM-DD> | <brief notes> |Report
# Imported External Skills
Skills imported from ClawHub or other external sources.
To remove a skill: delete the directory listed below.
| Skill | Source | Installed | Notes |
|-------|--------|-----------|-------|
User: import the "todoist-cli" skill from ClawHub
→ Fetch: https://raw.githubusercontent.com/openclaw/clawhub/main/skills/todoist-cli/SKILL.md
→ Strip: version, metadata.openclaw
→ Install: .claude/skills/todoist-cli/SKILL.md
→ Report: Installed. Stripped: version, metadata.openclaw.requires
.claude/skills/) take precedence over user-level skills (~/.claude/skills/)CCC HEARTBEAT execution — spawns a background subagent for periodic liveness check and Telegram notification
CCC workspace boot sequence — persona load + background agent orchestration
Manage scheduled jobs — add, remove, pause, resume, edit, list. Live-syncs JOBS.yaml with CronCreate/CronDelete.
Standard flow for receiving tasks from channels (Telegram/Discord etc). Immediate acknowledgment → background execution → progress reporting → completion notification. Always follow this skill when receiving channel messages.
CCC workspace default behaviors — always applied in this workspace
Interactive SOUL.md configuration — persona, identity, language, and personality setup via Telegram