feast
用命令行直接读写 Feastalytics 的数据:列出、创建、克隆或批量更新 campaigns、automations、offers、funnels 和 members-rewards 等项。当你需要在仪表盘外做脚本化、审查或批量修改 Feastalytics 配置时就用它,不用进网页界面。关键点是 CLI 就是这些接口的事实来源,能准确反映哪些命令可用和每个操作接受什么参数。
▸ 展开 SKILL.md 英文原文
Operate a Feastalytics organization from the terminal — list, create, and update campaigns, automations, offers, funnels, and members-program rewards — via the `feast` CLI. Use this skill whenever the user wants to inspect or change Feastalytics data outside the dashboard — "list my campaigns", "create an automation for org X", "what offers does this location have", "clone this campaign", "update the members program", or any request to script/batch/automate Feastalytics operations. Reach for it even when the user doesn't say "CLI" — if the task is reading or changing Feastalytics campaign/automation/offer/reward data, this is the tool.
帮我安装这个 skill:https://raw.githubusercontent.com/feastalytics/cli/main/feast/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/feastalytics/cli/main/feast/SKILL.md"# Feast CLI Drive the Feastalytics platform from the terminal. The `feast` CLI exposes the same tool surface the in-app AI agent uses (campaigns, automations, offers, funnels, members program) as plain commands that hit the production API as the logged-in user. The CLI is the source of truth for *which* tools exist and *what* they accept — always discover that at runtime rather than assuming, because the tool set grows as new endpoints are tagged. Your job is to pick the right tool, scope it to the right organization, and hand it valid input. ## Prerequisites The `feast` CLI must be installed and on PATH: ```bash npm install -g @feastalytics/cli # or run ad-hoc with: npx @feastalytic