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`.