원클릭으로
skill-creator
Create or update skills. Use when designing, structuring, or packaging new skills with SKILL.md files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create or update skills. Use when designing, structuring, or packaging new skills with SKILL.md files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Publish dynamic web pages for dashboards, trackers, or any data viewable in a browser. Server-side Python runs on every request.
Extract and summarise content from URLs, YouTube videos, podcasts, and files. Use when the user shares a link, asks "what's this about", "summarise this", wants a transcript, or references web/video/podcast content.
Fetch X/Twitter timeline and bookmarks. Use when the user asks about their Twitter feed, "what's on my timeline", "my bookmarks", "what have I bookmarked", or wants raw tweet data.
General-purpose lists — shopping, questions for appointments, packing lists, etc. Use when the user wants to create a list, add items, "shopping list", "questions for appointments", "what's on my list", or manages grouped items around a theme or event.
Manage reminders — one-off and recurring. Use when the user says "remind me", "set a reminder", "what reminders do I have", "cancel that reminder", or needs time-based nudges. Wraps the cron system with history and categories.
Personal knowledge base using the Zettelkasten method. Use when the user wants to save a note, look up knowledge, connect ideas, "what do I know about X", "save this", "note this down", or asks about their notes/knowledge base.
| name | skill-creator |
| description | Create or update skills. Use when designing, structuring, or packaging new skills with SKILL.md files. |
Create new skills by writing SKILL.md files to the workspace skills/ directory.
skill-name/
├── SKILL.md (required)
└── references/ (optional)
workspace/skills/<skill-name>/SKILL.md with YAML frontmatter---
name: my-skill
description: What this skill does and when to use it
---
# My Skill
Instructions for using this skill...
name (required): Must match the directory name, lowercase [a-z0-9-]description (required): Clear description of what the skill does AND when to trigger itreferences/*.md files