一键导入
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