From 2e5d540de07e9720c7d8e88a669aa1313457fea0 Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:36:04 +0000 Subject: [PATCH] Add skill: new-year-eve-dinner-survey --- skills/new-year-eve-dinner-survey/README.md | 29 +++++++++++++++ skills/new-year-eve-dinner-survey/SKILL.md | 40 +++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 skills/new-year-eve-dinner-survey/README.md create mode 100644 skills/new-year-eve-dinner-survey/SKILL.md diff --git a/skills/new-year-eve-dinner-survey/README.md b/skills/new-year-eve-dinner-survey/README.md new file mode 100644 index 0000000..e956f29 --- /dev/null +++ b/skills/new-year-eve-dinner-survey/README.md @@ -0,0 +1,29 @@ +# new-year-eve-dinner-survey + +搜索各地年夜饭特色,对比分析不同地区的饮食文化、菜肴寓意和传统习俗,生成详细调研报告并发送到指定邮箱 + +## Installation + +```bash +refly skill install skp-aqmi8r57pbt8lksm94x0pcbu +``` + +## Triggers + +- 年夜饭 +- 各地年夜饭 +- 春节美食 +- 新年晚餐 +- 美食调研 + +## Tags + +`年夜饭` `春节` `美食` `文化` `调研` `对比分析` + +## Author + +1184569493 + +## Links + +- [View on Refly](https://refly.ai/skill/skp-aqmi8r57pbt8lksm94x0pcbu) diff --git a/skills/new-year-eve-dinner-survey/SKILL.md b/skills/new-year-eve-dinner-survey/SKILL.md new file mode 100644 index 0000000..f2085a2 --- /dev/null +++ b/skills/new-year-eve-dinner-survey/SKILL.md @@ -0,0 +1,40 @@ +--- +name: new-year-eve-dinner-survey +description: 搜索各地年夜饭特色,对比分析不同地区的饮食文化、菜肴寓意和传统习俗,生成详细调研报告并发送到指定邮箱 +skillId: skp-aqmi8r57pbt8lksm94x0pcbu +workflowId: see-workflow-mapping +triggers: + - 年夜饭 + - 各地年夜饭 + - 春节美食 + - 新年晚餐 + - 美食调研 +tags: + - 年夜饭 + - 春节 + - 美食 + - 文化 + - 调研 + - 对比分析 +version: 1.0.0 +--- + +# new-year-eve-dinner-survey + +搜索各地年夜饭特色,对比分析不同地区的饮食文化、菜肴寓意和传统习俗,生成详细调研报告并发送到指定邮箱 + +## Installation + +```bash +refly skill install skp-aqmi8r57pbt8lksm94x0pcbu +``` + +## Usage + +After installation, run the skill using your installation ID: + +```bash +refly skill run --input '{}' +``` + +The installation ID is returned when you run `refly skill install`.