Skip to content

Commit fcc90b2

Browse files
Add skill: baoyu-comic
1 parent c7edd4a commit fcc90b2

2 files changed

Lines changed: 71 additions & 0 deletions

File tree

skills/baoyu-comic/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# baoyu-comic
2+
3+
Knowledge 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 tutorial comics from articles or stories.
4+
5+
## Installation
6+
7+
```bash
8+
refly skill install skp-de6ngi3cxgmrpa7r4u0ko8ca
9+
```
10+
11+
## Triggers
12+
13+
- 漫画
14+
- 知识漫画
15+
- comic
16+
- baoyu-comic
17+
- 创建漫画
18+
- 教育漫画
19+
- biography comic
20+
21+
## Tags
22+
23+
`comic` `image` `education` `content`
24+
25+
## Author
26+
27+
caiqiling958
28+
29+
## Links
30+
31+
- [View on Refly](https://refly.ai/skill/skp-de6ngi3cxgmrpa7r4u0ko8ca)

skills/baoyu-comic/SKILL.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: baoyu-comic
3+
description: Knowledge 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 tutorial comics from articles or stories.
4+
skillId: skp-de6ngi3cxgmrpa7r4u0ko8ca
5+
workflowId: see-workflow-mapping
6+
triggers:
7+
- 漫画
8+
- 知识漫画
9+
- comic
10+
- baoyu-comic
11+
- 创建漫画
12+
- 教育漫画
13+
- biography comic
14+
tags:
15+
- comic
16+
- image
17+
- education
18+
- content
19+
version: 1.0.0
20+
---
21+
22+
# baoyu-comic
23+
24+
Knowledge 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 tutorial comics from articles or stories.
25+
26+
## Installation
27+
28+
```bash
29+
refly skill install skp-de6ngi3cxgmrpa7r4u0ko8ca
30+
```
31+
32+
## Usage
33+
34+
After installation, run the skill using your installation ID:
35+
36+
```bash
37+
refly skill run <installationId> --input '{}'
38+
```
39+
40+
The installation ID is returned when you run `refly skill install`.

0 commit comments

Comments
 (0)