← Back to Skills Marketplace
leahliang

AI News Infographics

by LeahLiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
257
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ai-news-infographics
Description
生成AI新闻资讯的Infographics图片。使用场景:(1) 用户要求生成AI热门产品或新闻的图片 (2) 需要近期AI动态的可视化内容 (3) 制作OpenClaw相关的AI资讯图片 (4) 创建社交媒体分享的AI新闻卡片。功能:搜索近期热门AI产品和新闻,筛选与OpenClaw相关的内容,生成新闻杂志风格...
README (SKILL.md)

AI新闻资讯 Infographics 生成

触发条件

当用户要求以下内容时使用此skill:

  • 生成AI新闻/产品的图片
  • 制作AI资讯infographics
  • 创建AI动态分享卡片
  • 制作OpenClaw相关的资讯图片

工作流程

1. 搜索热门AI新闻

使用 batch_web_search 搜索近期AI热门新闻:

[
  {"cursor": 1, "data_range": "m", "num_results": 10, "query": "AI news 2025 2026 popular products"},
  {"cursor": 1, "data_range": "m", "num_results": 10, "query": "OpenClaw AI agent latest news"},
  {"cursor": 1, "data_range": "m", "num_results": 10, "query": "AI agent automation tools 2025"}
]

2. 筛选与OpenClaw相关的内容

优先保留以下类型的新闻:

  • OpenClaw/MaxClaw相关动态
  • AI Agent/自动化工具
  • MCP (Model Context Protocol) 相关
  • 生产力AI工具
  • 开源AI项目

3. 生成Infographics图片

使用 image_synthesize 生成新闻杂志风格的图片。

Prompt模板(英文):

Modern AI news infographic magazine style, professional journalism layout. 
Top section: [新闻标题]
Middle section: [关键特性/要点用图标和短文本展示]
Bottom section: [相关信息/链接]

Visual style:
- Clean, editorial magazine design
- Bold typography headlines
- Minimalist data visualization icons
- White/light gray background with accent colors
- Professional, news-worthy aesthetic
- High contrast text for readability

Include these elements:
- Magazine-style headline layout
- Feature bullet points with icons
- Clean section dividers
- Subtle gradient accents
- Modern sans-serif typography feel

图片规格:

  • 分辨率: 2K (2560x1440) 或 4K (3840x2160)
  • 宽高比: 16:9 (横版) 或 4:3
  • 风格: 新闻杂志、简洁专业

4. 输出

将生成的图片保存到 workspace,并通过 CDN 上传获取可分享的链接。

注意事项

  • 搜索关键词加入当前年月确保时效性
  • 优先选择有具体产品名、功能描述的新闻
  • 图片需要清晰可读,避免文字过多
  • 如果搜索结果少于5条,扩大搜索范围
Usage Guidance
This skill appears internally consistent and lightweight: it only needs web search and image synthesis to build infographics and requests no secrets. Before installing, confirm two operational details with the skill author or your platform admin: (1) where exactly will generated images be uploaded (which CDN or endpoint) and whether any credentials or privacy controls are required, and (2) whether batch_web_search/image_synthesize map to trusted, platform-provided APIs (not arbitrary external tools). Avoid feeding sensitive or private content into the skill until you verify the upload destination and retention policy. If you need tighter control, modify the workflow to require an explicit, vetted upload endpoint or to keep outputs only in your workspace.
Capability Analysis
Type: OpenClaw Skill Name: ai-news-infographics Version: 1.0.0 The skill bundle is designed to automate the creation of AI news infographics by searching for recent industry news and generating professional magazine-style images. It utilizes standard tool calls such as batch_web_search and image_synthesize in SKILL.md and provides helpful design templates in references/prompt-guide.md without any evidence of malicious intent, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
Name/description claim to search recent AI news, filter for OpenClaw-related items, and synthesize infographic images; SKILL.md only uses web search and image synthesis calls and saving/uploading images — these are proportionate and expected for the stated goal.
Instruction Scope
Instructions explicitly call out batch_web_search, filtering rules, image_synthesize prompts, and saving to workspace; however they leave uploading to a CDN unspecified (no endpoint or credential guidance) which grants the agent broad discretion about where/when to send generated images and any collected search results.
Install Mechanism
Instruction-only skill with no install spec, no binaries required and no code files — minimal surface area and nothing is written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are requested; required capabilities are limited to built-in platform tools (web search, image synthesis, workspace save).
Persistence & Privilege
always is false and the skill does not request permanent presence or elevated privileges. Autonomous invocation is allowed (platform default) but the skill's scope does not combine that with broad credential access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-news-infographics
  3. After installation, invoke the skill by name or use /ai-news-infographics
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of ai-news-infographics skill. - Generates infographics for AI news and products, focusing on recent hot topics. - Prioritizes OpenClaw, AI agents, productivity tools, and open-source AI content. - Produces magazine-style, professional visuals optimized for sharing and readability. - Supports multiple image resolutions and aspect ratios for various social media needs.
Metadata
Slug ai-news-infographics
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is AI News Infographics?

生成AI新闻资讯的Infographics图片。使用场景:(1) 用户要求生成AI热门产品或新闻的图片 (2) 需要近期AI动态的可视化内容 (3) 制作OpenClaw相关的AI资讯图片 (4) 创建社交媒体分享的AI新闻卡片。功能:搜索近期热门AI产品和新闻,筛选与OpenClaw相关的内容,生成新闻杂志风格... It is an AI Agent Skill for Claude Code / OpenClaw, with 257 downloads so far.

How do I install AI News Infographics?

Run "/install ai-news-infographics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI News Infographics free?

Yes, AI News Infographics is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AI News Infographics support?

AI News Infographics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI News Infographics?

It is built and maintained by LeahLiang (@leahliang); the current version is v1.0.0.

💬 Comments