techysy

Fnos Trim CLI Skill — AI skill for Claude Code

AI community

TRIM NAS (fnOS) 命令行工具 skill — trim-cli 正式封装,供人类用户与 AI Agent 使用.

How to install Fnos Trim CLI Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open techysy/fnos-trim-cli-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Fnos Trim CLI Skill does

TRIM NAS (fnOS) 命令行工具 skill — trim-cli 正式封装,供人类用户与 AI Agent 使用.

Alternatives in AI

  • System Prompts Leaks — Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), G 38.6k ★
  • AIHawk — Open-source AI browser agent: describe any task in plain language and it autonomously browses, clicks, types a 30.3k ★
  • Qwen Code — A command-line AI workflow tool adapted from Gemini CLI, optimized for Qwen3-Coder models with enhanced parser 20.8k ★

README

fnos-trim-cli-skill

**TRIM NAS (飞牛 fnOS) 命令行工具的正式封装** — `trim-cli` 的可复用 skill,同时面向**人类用户**和 **AI Agent**。

`trim-cli` 通过 WebSocket 与飞牛 NAS 通信,覆盖认证、文件管理、应用中心(含 fpk 手动安装)、Docker、下载、相册、影视、系统监控、存储管理、日志中心等能力。

本仓库是可安装的 **Hermes skill**:把整个目录放进你的 skills 目录,AI Agent 即可按 `SKILL.md` 正确使用 trim-cli 操作 fnOS NAS。


特性

  • ✅ 多平台二进制:bin/ 内置 linux / darwin / windows × x64 / arm64 六份可执行文件
  • ✅ 完整命令参考:SKILL.md 覆盖全部命令
  • ✅ 领域入口:entries/ 按模块拆分的正式入口(app / file / docker / storage / user ...)
  • ✅ API 参考:reference/ 含字段级 agent-first 文档 + workflow(危险写操作、真机验证等)
  • ✅ Agent 指南:AGENT_GUIDE.md 面向 AI Agent 的实操指引(含 fpk 安装、视觉调整经验)
  • ✅ 一键 wrapper:scripts/trim-cli 自动选平台并执行

安装 / 使用

作为 Hermes skill

把本仓库内容(或 clone)放进 Hermes 的 skills 目录:

# 例如
mkdir -p ~/.hermes/skills/productivity
git clone https://github.com/techysy/fnos-trim-cli-skill.git ~/.hermes/skills/productivity/fnos-trim-cli-skill

AI Agent 会通过 `SKILL.md` 学会调用 trim-cli。人类用户可直接用 `scripts/trim-cli` 或 `bin/trim-cli-<平台>`。

直接命令行使用

# Linux x64
./bin/trim-cli-linux-x64 --help

# 登录 NAS
./bin/trim-cli-linux-x64 --host  --port 5666 --scheme ws --allow-insecure-ws login -u 

# 示例:查看已安装应用
./bin/trim-cli-linux-x64 --host  --port 5666 --scheme ws --allow-insecure-ws app list

目录结构

├── SKILL.md            # 主文档(命令全集 + 用法)
├── AGENT_GUIDE.md      # Agent 使用指南(实操 + 经验)
├── manifest.json       # skill 清单
├── bin/                # 各平台 trim-cli 二进制
├── scripts/            # 平台 wrapper(trim-cli / .cmd / .ps1)
├── entries/            # 各领域正式入口
└── reference/          # API 参考 + workflows

相关项目

License

MIT