ワンクリックで
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