customize
仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
适合想自定义 agent 行为的开发者,能直接改代码并执行
▸ 风险提示
会直接修改代码库,需代码仓库写入权限
这个 Skill 做什么
交互式地为 FFT_nano 添加或修改通道、触发器和集成等功能。
交互式帮你给 FFT_nano 添通道、改触发器或接入第三方(比如 Telegram、Slack、email),遇到想扩展功能或改路由时用。它会通过问问题弄清你要的改动,列出要改的文件并把代码改好还给你测试指引。特别之处是边问边改,把需求一步步落成可运行的改动而不是单纯给建议。
▸ 展开 SKILL.md 英文原文
Add new capabilities or modify FFT_nano behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants. Use when this capability is needed.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0-cyberdyne-systems-0--fft-nano--customize/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0-cyberdyne-systems-0--fft-nano--customize/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# FFT_nano Customization This skill helps users add capabilities or modify behavior. Use AskUserQuestion to understand what they want before making changes. ## Workflow 1. **Understand the request** - Ask clarifying questions 2. **Plan the changes** - Identify files to modify 3. **Implement** - Make changes directly to the code 4. **Test guidance** - Tell user how to verify ## Key Files | File | Purpose | |------|---------| | `src/config.ts` | Assistant name, trigger pattern, directories | | `src/index.ts` | Message routing, WhatsApp connection, agent invocation | | `src/db.ts` | Database initialization and queries | | `src/types.ts` | TypeScript interfaces | | `src/whatsapp-auth.ts` |
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有