技能
可复用的指令集,教会你的智能体掌握专门的行为模式。创建一个 SKILL.md 文件,然后在消息中通过 @提及 来调用它。
什么是技能?
技能是可复用的指令集,赋予 TorlyAI 专门的行为能力。当你使用 @skill-name 调用某项技能时, TorlyAI 会遵循该技能中定义的指令。
发现与生成类技能
用于创意探索、商业计划书生成和财务建模的核心技能:
@idea-brainstormer
智能体:McGonagall
引导式商业创意发掘
@idea-evaluator
智能体:McGonagall
对比并评分多个创意
@profile-assessment
智能体:Dumbledore
分析你的职业背景档案
@applicant-matcher
智能体:Dumbledore
将你的背景与创意进行匹配
@bp-spec-generator
智能体:Dumbledore
生成 BP 规格说明
@bp-sections
智能体:Harry
生成商业计划书各章节
@financial-forecast
智能体:Hermione
3-5 年财务预测
@financial-modeler
智能体:Hermione
含敏感性分析的进阶多年期损益表
@team-builder
智能体:Hermione
搭建团队架构
@bp-reviewer
智能体:Kingsley
质量与合规审查
@interview-prep
智能体:Dobby
模拟面试练习
分析与审查类技能
用于评分、战略评估和合规检查的进阶技能:
支持与辅助类技能
用于背书准备、面试辅导和证据收集的技能:
技能链
技能会根据自身的运行结果推荐下一步操作,从而形成自然衔接的工作流:
分析链:@innovation-matrix-assessor → @quality-gate(发现缺口时)
背书链:@endorsement-navigator → @strategic-alignment-advisor(评分接近时)
呈现链:@interview-coach → @pitch-deck-builder(就绪度 > 70% 时)
合规链:@caseworker-readiness-checker → @quality-gate(模块被驳回时)
使用技能
要调用某项技能,在消息中输入 @skill-name:
@idea-brainstormer I want to start a fintech company in the UK创建自定义技能
你可以通过在工作区的 skills 文件夹中添加一个 SKILL.md 文件来创建自己的技能:
~/.torlyai/workspaces/{id}/skills/{skill-name}/SKILL.mdSKILL.md 格式
---
name: my-skill
description: A brief description of what this skill does
author: Your Name
version: 1.0.0
---
# My Custom Skill
Instructions for the AI to follow when this skill is invoked.
## Step 1
Do this first...
## Step 2
Then do this...
## Output Format
Describe the expected output format.