From 10599f751d2ada5c25243b11a0a0e8f3b4b0e504 Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:02:59 +0000 Subject: [PATCH] Add skill: automated-comic-creator --- skills/automated-comic-creator/README.md | 32 ++++++++++++++++++ skills/automated-comic-creator/SKILL.md | 42 ++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 skills/automated-comic-creator/README.md create mode 100644 skills/automated-comic-creator/SKILL.md diff --git a/skills/automated-comic-creator/README.md b/skills/automated-comic-creator/README.md new file mode 100644 index 0000000..b7850e7 --- /dev/null +++ b/skills/automated-comic-creator/README.md @@ -0,0 +1,32 @@ +# automated-comic-creator + +Automated comic creator that transforms text content into educational comics with multiple visual styles including dramatic, warm, shoujo, and ohmsha. Use when user asks to create comics, knowledge comics, educational manga, biography comics, or generate automated comic pages from articles or stories. + +## Installation + +```bash +refly skill install skp-ez1se3c4wb2jmkymv53mhxpq +``` + +## Triggers + +- 漫画 +- 知识漫画 +- comic +- automated comic +- 创建漫画 +- 教育漫画 +- auto comic +- generate comic + +## Tags + +`comic` `image` `education` `content` `automation` + +## Author + +caiqiling958 + +## Links + +- [View on Refly](https://refly.ai/skill/skp-ez1se3c4wb2jmkymv53mhxpq) diff --git a/skills/automated-comic-creator/SKILL.md b/skills/automated-comic-creator/SKILL.md new file mode 100644 index 0000000..878d84c --- /dev/null +++ b/skills/automated-comic-creator/SKILL.md @@ -0,0 +1,42 @@ +--- +name: automated-comic-creator +description: Automated comic creator that transforms text content into educational comics with multiple visual styles including dramatic, warm, shoujo, and ohmsha. Use when user asks to create comics, knowledge comics, educational manga, biography comics, or generate automated comic pages from articles or stories. +skillId: skp-ez1se3c4wb2jmkymv53mhxpq +workflowId: see-workflow-mapping +triggers: + - 漫画 + - 知识漫画 + - comic + - automated comic + - 创建漫画 + - 教育漫画 + - auto comic + - generate comic +tags: + - comic + - image + - education + - content + - automation +version: 1.0.0 +--- + +# automated-comic-creator + +Automated comic creator that transforms text content into educational comics with multiple visual styles including dramatic, warm, shoujo, and ohmsha. Use when user asks to create comics, knowledge comics, educational manga, biography comics, or generate automated comic pages from articles or stories. + +## Installation + +```bash +refly skill install skp-ez1se3c4wb2jmkymv53mhxpq +``` + +## 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`.