U
User

技能市场

对应客户端:internal/tools/skill(SkillDef{Name, Context: inline|fork, AllowedTools[], WhenToUse, LoadedFrom})+ 插件市场 fuxicode.com/plugins/registry.json
客户端本地已可用:15 个 bundled 技能 + disk(.fuxi/skills/<name>/SKILL.md) + plugin 技能本地真实加载、可 TUI 调用(/<name> 或 Skill 工具,fork 派生子 agent)
技能来源 / 作用域ContextAllowedTools描述
update-configbundledinlineRead·Write·Edit·Bash配置 settings.json
verifybundledinlineBash·Read·Grep·Glob验证代码改动可用
batchbundledforkBash·Read·Write·Edit并行编排 5–30 agents
simplifybundledforkRead·Edit·Bash·Grep代码审查与清理
rememberbundledinlineRead·Write·Edit·Glob整理记忆条目
loopbundledinlineBash·Read按间隔循环跑命令
schedulebundledforkRemoteTrigger远程 agent 定时(cron)
stuckbundledinlineRead·Bash·Grep诊断卡顿/缓慢会话
skillifybundledinlineRead·Write·Edit·Bash把会话流程沉淀为技能
frontend-designpluginforkdesigner · sonnetUI 设计(forked designer)
commitdiskinlineuser-invocable.fuxi/skills/commit/SKILL.md
gmail.searchmcpinlineIsMcpMCP prompt 资源
安全:插件安装仅 git clone(不执行 InstallCmd),仓库 URL 校验(https/ssh,拒 ext:: 传输)+ 路径穿越校验。Skill AllowedTools 限制可用工具;fork 技能会派生子 agent(继承权限白名单)。