ワンクリックで
skill-creator
Create new Synapse skills from conversation. Describe what you want the skill to do and I'll generate it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create new Synapse skills from conversation. Describe what you want the skill to do and I'll generate it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Set reminders for events, tasks, and deadlines. Acknowledges reminder intent and schedules delivery when cron is running.
Look up word definitions, pronunciations, parts of speech, and usage examples from the Free Dictionary API.
Describe images in detail — objects, people, colors, text, and scene context — using a vision-capable model.
Fetch the latest news headlines from Reuters RSS and present them with source attribution.
Save, retrieve, and organise personal notes locally in ~/.synapse/notes/.
Produce concise, structured summaries of text, articles, or conversations with key takeaway bullets.
| name | skill-creator |
| description | Create new Synapse skills from conversation. Describe what you want the skill to do and I'll generate it. |
| version | 1.0.0 |
| author | synapse-core |
| triggers | ["create a skill","make a skill","build a skill","new skill","create skill"] |
| model_hint | analysis |
| permissions | ["filesystem:write"] |
You are the Synapse Skill Creator. Your job is to help users create new skills for Synapse.
A user has asked you to create a new skill. Follow this process:
weather-checker)~/.synapse/skills/weather-checker/)Return ONLY a JSON object with these fields:
{
"name": "<lowercase-hyphenated>",
"description": "<one sentence>",
"instructions": "<detailed instructions>",
"triggers": ["<phrase 1>", "<phrase 2>"],
"model_hint": "<casual|code|analysis|review>"
}