by fy-agent
For You Agent——AI 时代的个人随身数字人格。把你的模型、AI 账号、技能、提示词和工作方式,带到每一个 AI 工具里。
# Add to your Claude Code skills
git clone https://github.com/fy-agent/fyagentLast scanned: 8/13/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@vitest/mocker: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "esbuild: esbuild enables any website to send any requests to the development server and read the response",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "vite: Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling",
"severity": "high"
},
{
"type": "npm-audit",
"message": "vite-node: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "vitest: Vulnerability found",
"severity": "critical"
}
],
"status": "FAILED",
"scannedAt": "2026-08-13T05:40:41.805Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how fyagent compares with popular alternatives.
fyagent is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by fy-agent. For You Agent——AI 时代的个人随身数字人格。把你的模型、AI 账号、技能、提示词和工作方式,带到每一个 AI 工具里。. It has 1,045 GitHub stars.
fyagent failed SkillsLLM's automated security scan, which flagged one or more high-severity issues. Review the Security Report section carefully before using it.
Clone the repository with "git clone https://github.com/fy-agent/fyagent" and add it to your Claude Code skills directory (see the Installation section above).
fyagent is primarily written in Rust. It is open-source under fy-agent on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh fyagent against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
FyAgent 面向正在使用 AI Agent、AI Worker 和智能助手的人。它把模型从哪里来、能连接哪些工具、会哪些技能、遵循什么指令、保存怎样的配置,集中到一个本地桌面应用里。
你不需要先弄懂 Provider、MCP 或 Prompt 这些术语。对用户来说,它们分别是 AI 的大脑来源、工具连接和行为指令。FyAgent 要做的,是把原本散落、隐蔽、容易改错的选择变得可见、可改,也能跟着你走。
发布状态: FyAgent 仍在持续开发。升级前请备份重要配置,并在安装前阅读当次发布的可信度说明。
| 区域 | 可以做什么 |
|---|---|
| AI 软件配置 | 扫描 QoderWork CN、TRAE Work CN、WorkBuddy、Grok Build、Codex、Claude Code 和 OpenCode;在支持时提供安装、更新、启动、认证和资源分配入口 |
| 模型管理 | 为上述软件查看或修改模型与 Provider 设置;写入前预览变更,并在保存后检查结果 |
| Skills 管理 | 从本地或发现页安装 Skills,并分配给支持的软件 |
| MCP 管理 | 添加、导入和管理 MCP 服务,并分配给支持的软件 |
| 提示词管理 | 管理 Grok Build、Codex、Claude Code、OpenCode、Gemini、OpenClaw 和 Hermes 的提示词 |
| 记忆模块 | 编辑 OpenClaw 与 Hermes 的长期记忆文件,以及 OpenClaw 的每日记忆 |
工作数据默认保存在本机 ~/.fyagent。具体写入位置、备份方法和各软件的支持差异见使用手册。
以下截图使用简体中文。左侧导航用于切换 AI 软件配置、模型、Skills、MCP、提示词和记忆。
完整步骤见简体中文手册,也提供 English 和 日本語。
发布文件名如下:
FyAgent-X.Y.Z-macOS.dmgFyAgent-X.Y.Z-Windows-x64-setup.exe、FyAgent-X.Y.Z-Windows-arm64-setup.exeWindows 当前提供 NSIS 安装程序,不提供 MSI 或便携 ZIP。macOS 构建使用 Apple Developer ID 签名,并经过 Apple 公证。
安装前请阅读发布说明,并核对校验和、signing-status.json 和构建证明。NotSigned 只表示签名状态,不能单独证明文件安全。各系统的步骤见安装说明,版本记录见发布说明索引。
默认保存在本机 ~/.fyagent。具体配置位置和备份方法见配置文件说明。
先查看常见问题手册,再到 Q&A 讨论区说明 FyAgent 版本、操作系统、相关软件和已经尝试过的步骤。可稳定复现的软件缺陷请提交 Bug Report。
FyAgent 是源码可用软件,不是 OSI 定义的开源软件。FyAgent 自有组件和修改采用 PolyForm Noncommercial License 1.0.0;继承自 CC Switch 的部分继续使用 MIT 许可证。详见授权说明。
社区行为准则、支持范围和贡献流程见 CODE_OF_CONDUCT.md、SUPPORT.md 与 CONTRIBUTING.md。
首次 checkout 需要全局安装 mise >= 2026.8.6:
mise trust
mise run bootstrap
mise run system:check
mise run dev
构建当前系统版本:
mise run build
提交前运行 mise run check。完整工具链、分层检查和发布要求见开发文档。
FyAgent 的前身 VibeKey 是一个实体键盘与配套驱动的产品构想。项目后来转为跨平台桌面软件,重点改为 AI 软件配置与本地数据管理,并更名为 FyAgent(For You Agent)。
当前桌面应用基于 CC Switch 演进,并保留继承代码的原作者版权和许可证声明。FyAgent 自有组件和修改采用 PolyForm Noncommercial License 1.0.0,商业使用须另行取得书面授权。详见 LICENSE、LICENSING.md 和 THIRD_PARTY_NOTICES.md。