Install Agent Skills安装 Agent SkillsAgent Skills をインストール
The CLI gives your agent the tools. Skills teach it when and how to use each one — which tool answers which question, what parameters matter, how to read the result.CLI 给你的 agent 工具,Skills 则教它什么时候、怎么用每一个——哪个工具回答哪种问题、哪些参数重要、结果该怎么读。CLI はエージェントにツールを提供します。Skills はいつ、どのように各ツールを使うか — どのツールがどの質問に答え、どのパラメータが重要で、結果をどう読むか — を教えます。
The CLI and the Skill are independent — installing one never installs the other. Do the CLI 与 Skill 相互独立——装其中一个不会顺带装另一个。请先完成 CLI と Skill は独立しています — 一方をインストールしても他方はインストールされません。Install CLI安装 CLICLI をインストール steps first, then add the Skill below so your agent knows how to use those tools.,再照下面装上 Skill,让你的 agent 知道怎么用这些工具。 の手順を先に行い、その後以下の Skill を追加してエージェントがツールの使い方を理解できるようにしてください。
- Install the Skill. This command is non-interactive — paste it straight into an agent conversation and let the agent run it, or run it yourself in a terminal. By default it auto-installs for Codex, Claude, and generic agents, then prints where each
SKILL.mdlanded.安装 Skill。这条指令是非交互式的——可直接贴进 agent 对话让它自己执行,或你在终端自己跑。默认会为 Codex、Claude 与通用 agent 自动安装,并打印每个SKILL.md的落地路径。Skill をインストール。このコマンドは非対話型です——エージェントの会話に直接貼り付けて実行させるか、自分でターミナルで実行してください。デフォルトでは Codex、Claude、汎用エージェントに自動インストールされ、各SKILL.mdの保存先が表示されます。npx -y @fastmoss/skill@latest - Target a specific agent (optional). To install for just one agent instead of all, add
--agent.指定 agent(可选)。只想装给某一个 agent 而非全部时,加上--agent。特定のエージェントを指定(オプション)。すべてではなく1つのエージェントだけにインストールするには、--agentを追加。npx -y @fastmoss/skill@latest --agent claudenpx -y @fastmoss/skill@latest --agent codexAccepted values:
claude,codex,agents(writes an AGENTS.md), andall.可选值:claude、codex、agents(写入 AGENTS.md)与all。使用可能な値:claude、codex、agents(AGENTS.md に書き込み)、all。 - Removing it later (optional). Uninstall only touches directories FastMoss installed (marked by a
.fastmoss-install.jsonmanifest) — your own files are left alone.之后卸载(可选)。卸载只会动 FastMoss 装过的目录(有.fastmoss-install.json标记)——你自己的文件不受影响。後で削除(オプション)。アンインストールは FastMoss がインストールしたディレクトリ(.fastmoss-install.jsonマニフェストでマーク)のみに影響します——自分のファイルはそのまま残ります。npx -y @fastmoss/skill@latest uninstall --agent all
55 tools across six domains — the same set MCP calls: Product, Shop, Creator, Agency/MCN, Market, and Advertising.六大领域、55 个工具——与 MCP 调用的是同一组:商品、小店、达人、机构/MCN、市场与广告。6つのドメインにわたる55のツール — MCP と同じセット:商品、ショップ、クリエイター、エージェンシー/MCN、マーケット、広告。
See the full CLI page →查看完整 CLI 页 →CLI ページを見る → · CLI on GitHub ↗GitHub 上的 CLI ↗GitHub の CLI ↗