技能 image-assistant
📦

image-assistant

低风险 🌐 网络访问⚙️ 外部命令

从内容生成信息图表提示词

将冗长的文章转换为可视化就绪、文本精简的16:9信息图表提示词。遵循经过验证的5阶段工作流程,确保风格一致、信息清晰,不会让观众感到负担。

支持: Claude Codex Code(CC)
⚠️ 67
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“image-assistant”。 Transform this AI tool comparison into a visual: Decision Matrix vs Feature Checklist - when to use each approach

预期结果:

生成的提示词用于16:9对比信息图表,显示两张并排卡片,奶油纸张纹理,彩色铅笔图标,清晰的中文排版比较两种方法

正在使用“image-assistant”。 Create a 5-step roadmap image for my course module on prompt engineering

预期结果:

生成的提示词用于16:9封面/路线图布局,包含5个里程碑标记,暖色调水彩背景,以及阶段之间的手绘箭头连接线

安全审计

低风险
v1 • 3/20/2026

This skill is a documentation-focused image prompt generator with an optional Python helper script for batch API calls. Static analysis flagged 118 patterns, but most are false positives from Markdown code examples and Chinese text entropy. The Python script legitimately accesses the APIMart image generation API using user-provided credentials. No malicious intent detected.

20
已扫描文件
1,121
分析行数
6
发现项
1
审计总数
中风险问题 (1)
External API Dependency
The batch generation script makes HTTP requests to api.apimart.ai for image generation. Users must provide their own API token.
低风险问题 (3)
Markdown Code Examples Flagged as Shell Execution
Static analyzer detected backtick syntax in documentation files as potential shell execution. These are Markdown code blocks showing usage examples, not executable code.
Base64 Decoding for Image Data
The script uses base64.b64decode to decode image data from API responses. This is legitimate image handling, not obfuscation.
High File Entropy False Positives
Multiple Markdown files flagged for high entropy. This is caused by Chinese language content which has higher byte entropy than ASCII English.
审计者: claude

质量评分

45
架构
100
可维护性
87
内容
26
社区
79
安全
83
规范符合性

你能构建什么

社交媒体图形内容创作者

将博客文章或文章章节转换为令人驻足的社交媒体信息图表提示词。工作流程确保每张图像传达一个清晰的信息。

创建可视化学习材料的教育工作者

将课程内容转换为一致风格的信息图表提示词,方便学生轻松浏览和记忆。非常适合讲座幻灯片或学习指南。

构建路演演示的产品团队

将产品文档转换为投资者就绪的视觉提示词。该框架确保复杂概念转化为清晰、令人印象深刻的可视化内容。

试试这些提示

基础内容转提示词
I have this content that needs an infographic: [paste content]. It will be viewed on [mobile/PPT/poster] by [audience type]. I prefer [minimal text/information dense] style. Please create a 16:9 infographic prompt that captures the key message.
多图文章分解
Analyze this article and tell me: (1) how many images I need, (2) what each image should communicate, and (3) which layout template works best for each. Content: [paste article]. Primary use case: [mobile scrolling/PPT presentation].
风格一致的提示词包
I need [number] infographic prompts with consistent visual style. Theme: [topic]. Style requirements: cream paper background, colored pencil sketches, light watercolor, minimal text. Generate individual prompts for each image with the style block included.
批量API请求生成
I have [number] confirmed copy specifications ready for image generation. Create a JSONL batch request file for APIMart API with all prompts formatted correctly. Each image should use 2K resolution, 16:9 aspect ratio, gemini-3-pro-image-preview model.

最佳实践

  • 在生成提示词之前先明确受众和观看场景——这决定了文本密度和布局选择
  • 在生成完整提示词之前先确认图像清单——确保创建正确数量的视觉素材
  • 在整个系列的所有图像中一致使用风格模块,以保持视觉连贯性

避免

  • 不要跳过需求澄清阶段——模糊的输入会产生泛泛的输出
  • 避免将多个概念塞进一张图——每个视觉元素一个核心信息
  • 在提示词生成过程中不要修改文案规格——这会破坏内容一致性

常见问题

使用此技能需要安装任何东西吗?
基础提示词生成无需安装。可选的批量API调用的Python脚本需要Python 3和您的APIMart API令牌。
我可以生成不同宽高比的图像吗?
可以,但您必须明确说明非标准比例。默认设置为16:9横向以获得最佳可读性。
支持哪些图像生成模型?
默认模型是gemini-3-pro-image-preview,但您可以在本地配置文件中配置APIMart支持的任何模型。
如何在多张图像中保持风格一致?
该技能包含一个必选的风格模块,会插入到每个提示词中,确保一致的纸张纹理、彩色铅笔美学和水彩着色。
我可以将此技能用于APIMart以外的图像生成工具吗?
可以,提示词模板与模型无关。批量脚本是APIMart专用的,但生成的提示词适用于任何文本转图像模型。
如果生成的图像文字太多怎么办?
使用第5阶段(迭代)提供反馈。该技能将在下一版本中减少文本密度、调整比喻并提高可读性。