AgentStack
SKILL verified Apache-2.0 Self-run

Chapter Illustration

skill-alfredxw-nova-chapter-illustration · by alfredxw

为当前或指定章节生成一张非剧透插画,并保存到 workspace assets/illustrations。

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-alfredxw-nova-chapter-illustration

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Chapter Illustration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

章节插画

当作者要求为章节生成插画,或编辑器发送 / 请求时,使用这个 Skill。

工作流程

  1. 确定目标章节路径:
  • 如果用户明确给出章节路径,使用该路径。
  • 否则使用 IDE 上下文里当前打开的章节。
  • 如果没有当前章节,从 workspace 摘要或 chapters 目录中识别最近章节。
  1. 生成图片提示词前,先读取目标章节内容。如果选中的路径不是章节,请让用户重新选择。
  2. 从章节中选择一个有画面感、非剧透的瞬间。不要暴露未来剧情反转、隐藏身份或未公开设定。
  3. 用中文写清晰的图片提示词,包含主体、场景、构图、光线、风格、情绪,并明确负向约束:不要文字、不要水印、不要 logo。
  4. 调用通用图片工具 generate_image,参数要求:
  • purposechapter_illustration
  • target_path 填目标章节相对路径。
  • prompt 填完整中文图片提示词。
  • alt_text 填适合 Markdown 图片的中文描述。
  • size 可按画面需要从工具支持的 2K/3K/4K 尺寸中选择;不确定时留空,由生成工具按默认策略处理。
  • output_format 只能填 pngjpeg;不确定时留空。
  1. 工具返回后,简要说明生成了什么,并告诉用户可以手动插入章节。不要自动编辑章节正文。

约束

  • 每次请求只生成一张章节插画。
  • 不要批量生成多张插画。
  • 不要调用文件写入工具把 Markdown 图片语法插入章节。
  • 如果用户要求插入结果,优先让 UI 的插入按钮处理。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.