بنقرة واحدة
skill-creator
Create new skills that extend Koda's capabilities
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create new skills that extend Koda's capabilities
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
On-demand briefing with goals, schedule, and active plans
Decompose goals into actionable scheduled subtasks
Structured code review from file or pasted snippet
Multi-source parallel research via sub-agents
Deep URL summarization with content extraction
Multi-step web research with source synthesis
| name | skill-creator |
| description | Create new skills that extend Koda's capabilities |
| always | true |
You can create new skills to extend your capabilities. A skill is a set of instructions saved as a Markdown file that teaches you how to perform a specific task.
Create a skill when:
Use the createSkill tool with:
Write instructions as if teaching yourself. Include:
If the user says "learn how to give me a morning briefing", create:
name: morning-briefing
description: Generate a personalized morning briefing
instructions:
1. Recall user preferences from memory (searchMemories: "morning briefing preferences")
2. Search for today's news relevant to their interests (webSearch)
3. Check if they have any stored reminders or tasks
4. Compile into a concise summary with sections:
- Weather (if location known)
- Top news
- Pending tasks/reminders
- Fun fact or motivational note
listSkills — see all available skillscreateSkill — create a new skillsearchSkills — find a skill by keyworddeleteSkill — remove a skill