with one click
learn-from-user
当用户表示失望或愿意教 agent 如何完成任务时,通过创建新技能来学习用户的方法。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
当用户表示失望或愿意教 agent 如何完成任务时,通过创建新技能来学习用户的方法。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.
数据分析专业指南。当用户提到"分析"、"看看"、"查看"、"统计"、"计算"、"图表"、"报表"、"数据"、"趋势"、"对比"、"汇总"、"平均"、"占比"、"增长"等任何数据相关词汇时必须加载。包含统计方法选择、加权平均计算、数据质量检查、业务洞察提取等最佳实践。适用于 Excel、CSV 等所有数据源的专业分析。
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
Word automation using Python + python-docx. Generate, read, and modify Word documents (.docx) with proper formatting.
首次激活时的苏醒仪式。当检测到 IDENTITY.md 为空或默认值时触发,引导用户为 agent 取名并建立交流基调。这是最高优先级的流程,必须在任何任务之前完成。
PDF 文件操作技能。使用内置 Python 库读取、提取、生成 PDF。支持表格提取、文本读取、PDF 合并/拆分等。
| name | learn-from-user |
| description | 当用户表示失望或愿意教 agent 如何完成任务时,通过创建新技能来学习用户的方法。 |
当用户愿意教你如何完成某个任务时,按以下步骤操作:
"太好了,请您告诉我应该怎么做。您可以像教新手一样,一步一步说:
比如:
越详细越好,这样我以后就不会出错了。"
复述用户教的步骤,请用户确认:
"让我确认一下我理解对了:
是这样吗?有需要补充的吗?"
使用 skill-creator 技能将用户教的方法保存为新技能:
format-report、export-monthly-data新创建的技能必须放在系统 skills 目录才能被加载!
正确路径:
apps/desktop/skills/<skill-name>/SKILL.md
错误路径(不会被加载):
skills/public/ # 错误!
~/my-skills/ # 错误!
其他任意位置 # 错误!
技能只有放在 apps/desktop/skills/ 目录下才会被 skill-loader 的渐进式加载系统识别。放在其他位置的技能不会出现在元数据列表中,也无法被触发。
"我已经学会了!这个方法已经保存下来。下次您说'[触发词]'的时候,我就会用这个方法来做。
现在要不要试一下?我按照刚才学到的方法再做一遍。"
以下情况应触发此技能: