feast

仓库创建 2026年7月18日最近提交 6 天前SkillHot 收录 3 天前
这个 Skill 做什么

用命令行直接读写 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.

0
Stars
0
Forks
1
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/feastalytics/cli/main/feast/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/feastalytics/cli/main/feast/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有