aliyun-solution-article-illustrator
This skill automates article illustration by analyzing markdown content, planning visuals across two dimensions—information structure (type) and aesthetics (style)—then generating and embedding images with local references. It integrates Alibaba Cloud image generation backends and preserves workflow state through validation gates.
Aliyun-solution-article-illustrator generates and inserts illustrations into markdown articles with type and style planning.
AI-generated summary based on this skill's SKILL.md
Install
cinience/alicloud-skills/aliyun-solution-article-illustrator · repository language: Python
git clone https://github.com/cinience/alicloud-skills
cp -r alicloud-skills/skills/solutions/aliyun-solution-article-illustrator ~/.claude/skills/aliyun-solution-article-illustratornpx skillfed install cinience/alicloud-skills/aliyun-solution-article-illustratorFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is aliyun-solution-article-illustrator's core function?
aliyun-solution-article-illustrator automates article illustration by analyzing markdown content and planning visuals across two dimensions—information structure (type) and aesthetics (style)—then generating and embedding images with local references. It integrates Alibaba Cloud image generation backends and preserves workflow state through validation gates.
How does aliyun-solution-article-illustrator handle article illustration workflow markdown?
aliyun-solution-article-illustrator processes markdown articles end-to-end: it analyzes content structure, plans illustrations by type and style, generates images via cloud backends, embeds them with local references, and validates the output before delivery with evidence reporting.
Can aliyun-solution-article-illustrator auto add images to articles?
Yes. aliyun-solution-article-illustrator automates the full insertion workflow—it identifies where illustrations belong, generates them through configured cloud backends, and inserts them directly into your markdown with proper local references, eliminating manual image placement.
What types of visual content can aliyun-solution-article-illustrator create?
aliyun-solution-article-illustrator generates infographics, flowcharts, and styled illustrations for blog posts. It plans visuals by information type (diagrams, charts, conceptual images) and aesthetic style, then produces them through Alibaba Cloud backends tailored to your article's needs.
How do I configure aliyun-solution-article-illustrator for my workflow?
aliyun-solution-article-illustrator lets you select backend providers, define illustration preferences, and choose type/style combinations. Configuration gates allow you to review and adjust visual planning before generation, ensuring outputs match your content strategy.
What license governs aliyun-solution-article-illustrator?
aliyun-solution-article-illustrator is released under the MIT license, permitting free use, modification, and distribution with minimal restrictions.
SKILL.md
rendered from the published skill — quoted content, verbatim
Category: solution
Content Article Illustrator
Preserve the article-illustration workflow model while recommending Alibaba Cloud skills as the default execution backends.
Two Dimensions
| Dimension | Controls | Examples |
|---|---|---|
| Type | Information structure | infographic, scene, flowchart, comparison, framework, timeline |
| Style | Visual aesthetics | notion, warm, minimal, blueprint, watercolor, editorial |
Validation
mkdir -p output/aliyun-solution-article-illustrator
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/solutions/aliyun-solution-article-illustrator \
--output output/aliyun-solution-article-illustrator/compile-check.json
Pass criteria: command exits 0 and output/aliyun-solution-article-illustrator/compile-check.json is generated
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 15 files
skills/solutions/aliyun-solution-article-illustrator/SKILL.md
skills/solutions/aliyun-solution-article-illustrator/agents/openai.yaml
skills/solutions/aliyun-solution-article-illustrator/prompts/system.md
skills/solutions/aliyun-solution-article-illustrator/references/backend-contract.md
skills/solutions/aliyun-solution-article-illustrator/references/config/first-time-setup.md
skills/solutions/aliyun-solution-article-illustrator/references/config/preferences-schema.md
skills/solutions/aliyun-solution-article-illustrator/references/output-spec.md
skills/solutions/aliyun-solution-article-illustrator/references/prompt-construction.md
skills/solutions/aliyun-solution-article-illustrator/references/sources.md
skills/solutions/aliyun-solution-article-illustrator/references/styles.md
skills/solutions/aliyun-solution-article-illustrator/references/styles/blueprint.md
skills/solutions/aliyun-solution-article-illustrator/references/styles/editorial.md
skills/solutions/aliyun-solution-article-illustrator/references/styles/minimal.md
skills/solutions/aliyun-solution-article-illustrator/references/styles/notion.md
skills/solutions/aliyun-solution-article-illustrator/references/styles/warm.md