一键导入
platform-knowledge
Qorven platform self-knowledge — architecture, capabilities, installable plugins, and self-evolution guide.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Qorven platform self-knowledge — architecture, capabilities, installable plugins, and self-evolution guide.
用 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.
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.
Create or update Qorven agent skills with structured SKILL.md files, scripts, and references.
| name | platform-knowledge |
| description | Qorven platform self-knowledge — architecture, capabilities, installable plugins, and self-evolution guide. |
| when_to_use | When asked about what the platform can do, what tools are available, how to extend capabilities, or when suggesting improvements. |
| context | inline |
| Tool | Purpose | Cost |
|---|---|---|
web_search | Find information (Tavily, Perplexity, DuckDuckGo) | Free |
web_fetch | Read a specific URL | Free |
firecrawl | Deep crawl entire sites, JS rendering | Free if self-hosted |
exec | Run shell commands in sandbox | Free |
file_read/write/edit | Workspace file operations | Free |
email_send | Send email via SMTP | Free |
email_read | Check IMAP inbox | Free |
memory_search | Search agent memories | Free |
delegate_to_soul | Delegate task to another agent | Free |
create_soul | Create a new specialized agent | Free |
Plugins extend Qorven's capabilities. Install via Docker or API key:
CRAWL4AI_API_TOKEN=fc-xxx (from firecrawl.dev)docker run -d -p 3002:3002 ghcr.io/firecrawl/firecrawl:latestFIRECRAWL_URL=http://localhost:3002/v1pip install scraplingdocker run -d -p 8888:8080 searxng/searxngSEARXNG_URL=http://localhost:8888Qorven agents can extend the platform:
create_soul to spawn specialized workersIf a user asks "can you do X?" and the answer is "not yet":
All outbound actions (email, social posts, webhooks) go through an approval gate: