ワンクリックで
skill-creator
Create or update Qorven agent skills with structured SKILL.md files, scripts, and references.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or update Qorven agent skills with structured SKILL.md files, scripts, and references.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Automated research pipeline — find, index, and surface insights from papers, docs, and web sources.
Use this skill for Word documents (.docx) — create, read, edit, format with headings, tables, images, page numbers.
Use this skill for anything involving PDF files — read, create, merge, split, extract text, add watermarks, fill forms, encrypt/decrypt, OCR.
Qorven platform self-knowledge — architecture, capabilities, installable plugins, and self-evolution guide.
Self-hosted Firecrawl — deep web crawling, scraping, and search for AI agents. Converts websites into clean markdown.
Use this skill for PowerPoint presentations — create, read, edit .pptx files with slides, layouts, images, charts.
| name | skill-creator |
| description | Create or update Qorven agent skills with structured SKILL.md files, scripts, and references. |
Use this skill when asked to create a new skill, update an existing skill, or extend agent capabilities.
A skill is a directory containing a SKILL.md file that teaches an agent how to perform a specific task. Skills are injected into the agent's system prompt.
skills/<skill-name>/
├── SKILL.md # Required — instructions for the agent
├── scripts/ # Optional — helper scripts the agent can exec
└── references/ # Optional — reference docs, examples
---
name: my-skill-name
description: What this skill does (used for search)
---
# Skill Title
## When to Use
Describe when this skill should be activated.
## Instructions
Step-by-step instructions for the agent.
## Examples
Show example inputs and expected outputs.
mkdir -p skills/<name>SKILL.md with frontmatter (name, description) and instructionsscripts/ if neededpublish_skill(path: "skills/<name>"){baseDir} placeholder for paths to skill files