用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Abilityai/abilities --skill create命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | create |
| description | Discover and launch agent creation wizards — your single entry point for creating agents, websites, and projects |
| argument-hint | [what to create] |
| disable-model-invocation | false |
| user-invocable | true |
| allowed-tools | Read, Bash, Glob, Grep, AskUserQuestion |
| metadata | {"version":"2.2","created":"2026-04-16T00:00:00.000Z","updated":"2026-08-06T00:00:00.000Z","author":"Ability.ai","changelog":["2.2: Cross-link /trinity:start-here — newcomers to Trinity itself get pointed at the guided journey before picking a wizard","2.1: List the read-only /review-agent wizard alongside /adjust-agent in the menu","2.0: Add the doctor wizard (personal medical records) to the menu"]} |
ℹ️ First, set expectations: before anything else, print one short line with this skill's version and its most recent change — the top entry of
metadata.changelogabove — e.g.create vX.Y — recent: <summary>. Then proceed.
Your single entry point for creating agents, websites, and projects. Lists all available creation paths and launches the right one.
🧭 New to Trinity itself? Run
/trinity:start-herefirst — a guided, resumable journey from "what is Trinity" to a connected instance with your first agent alive. (Install with/plugin install trinity@abilityai.) This menu is one of its stops.
All wizards are skills within this plugin. Use /create-agent:[wizard-name] to launch directly.
| Wizard | Description | Command |
|---|---|---|
| prospector | B2B SaaS sales research agent with Apollo, LinkedIn, ICP scoring | /create-agent:prospector |
| chief-of-staff | Executive assistant with daily briefings, meeting prep, decision tracking | /create-agent:chief-of-staff |
| webmaster | Website management agent for Next.js + Vercel deployments | /create-agent:webmaster |
| website | Single website scaffold (no agent, just a site) | /create-agent:website |
| recon | Competitive intelligence agent for tracking competitors | /create-agent:recon |
| receptionist | Email gateway agent for public-facing communication | /create-agent:receptionist |
| ghostwriter | Content writer agent that knows your brand voice | /create-agent:ghostwriter |
| kb-agent | Knowledge-base agent (community manager, CS researcher, clinical, legal, personal) | /create-agent:kb-agent |
| doctor | Personal medical-records agent — ingests health documents, tracks lab trends, preps doctor visits | /create-agent:doctor |
| custom | Blank canvas agent — you define everything | /create-agent:custom |
| clone | Clone an existing agent repository as starting point | /create-agent:clone |
| review | Audit an existing agent against best practices (read-only report) | /create-agent:review |
| adjust | Apply best-practice fixes to an existing agent | /create-agent:adjust |
If the user provided an argument (e.g., /create-agent:create sales or /create-agent:create website), try to match it to an available wizard and skip to Step 3.
Use AskUserQuestion:
Question: "What kind of agent would you like to create?"
Header: "Create Agent"
Options:
Based on the user's selection, tell them the command to run:
## Ready to go
Run this command to start the wizard:
/create-agent:[wizard-name]
For example, if they chose "Sales research", output:
## Ready to go
Run this command to start the wizard:
/create-agent:prospector
If you have high confidence about which wizard the user wants based on their argument, you can tell them the command and offer to describe the wizard:
## Sales Research Agent
This wizard creates a prospector agent for B2B SaaS sales research. It will ask about:
- Your CRM and sales tools (Apollo, LinkedIn, etc.)
- Ideal Customer Profile (ICP) criteria
- Research depth and automation preferences
Ready to start? Run: `/create-agent:prospector`
/create-agent: prefix/create alias without the plugin prefix, this same skill is used/create-agent:custom for a blank canvas approach