treebuy-featured
Installation
SKILL.md
treebuy-featured
PREREQUISITE: Read ../treebuy-shared/SKILL.md for installation, authentication, and security rules.
用 treebuy-cli featured list 取得小樹購目前的 Featured Campaign。
安裝
# 透過 npx skills add 安裝此技能
npx skills add https://github.com/nandemo-agent/treebuy-cli --skill treebuy-featured
指令
# 全部 campaigns
treebuy-cli featured list
# 只看 featured 類型
treebuy-cli featured list --kind featured
# 只看 topic 類型
treebuy-cli featured list --kind topic
# Agent/pipe 用:NDJSON + 精簡欄位(--fields 作用於 products[] 層級)
# kind 是 campaign-level 欄位,不受 --fields 控制,會自動保留在 campaign 物件
treebuy-cli featured list --ndjson --fields sku,title
# JSON array
treebuy-cli featured list --json
Response 欄位
| 欄位 | 說明 |
|---|---|
id |
campaign ID |
kind |
featured 或 topic |
started_at / ended_at |
活動期間(ISO 8601) |
cta_button |
{title, url} 或 null |
products[].sku |
商品 SKU |
products[].title |
商品標題 |
products[].image_url |
圖片 URL |
API:GET https://v2api.treebuy.com/v2/campaign/featured_products/get
詳細 schema 見 references/api.md。
Related skills
More from nandemo-agent/treebuy-cli
treebuy-best-present
依一句話描述找合適的小樹購禮物。Use when: (1) 用戶說「幫我找禮物」「推薦適合的商品」「送○○什麼好」,(2) 需要依對象/場合/預算篩選多樣商品,(3) 想從 treebuy.com 找禮物選項。Triggers on: 找禮物, 推薦禮物, 送禮, 生日禮物, 母親節禮物, 小樹購禮物, best present, gift recommendation。
13treebuy-shared
Common setup, installation, and security rules for all treebuy-cli skills.
3treebuy-search
依關鍵字搜尋小樹購(treebuy.com)商品,取得 SKU、名稱、售價、庫存等結構化資訊。Use when: (1) 搜尋小樹購商品,(2) 查詢特定品牌或類型商品清單,(3) 比較商品售價,(4) 需要商品 SKU 做後續處理。Triggers on: 搜尋小樹購, 找小樹購商品, treebuy 搜尋, 小樹購找, 查小樹購庫存, treebuy search。
1