← Back to Skills Marketplace
leahliang

ai-infographics-news

by LeahLiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
293
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install ai-infographics-news
Description
搜索近30天内热门AI产品、工具和新闻,优先OpenClaw/MaxClaw,生成高质时效性AI资讯信息图。
README (SKILL.md)

AI Infographic News

搜索近期最热门AI产品和新闻,重点突出 OpenClaw/MaxClaw 相关动态,生成高质量信息图(infographic)。

第一步:获取当前日期

调用 session_status 获取今天的日期(年/月),用于构造带时效性的搜索词。

第二步:并行搜索(batch_web_search)

一次调用,同时发起 5 条搜索,全部设置 data_range: "m"(近一个月):

# 查询关键词模板(填入当前年月)
1 OpenClaw MaxClaw AI assistant new features {year}
2 最新 AI 产品发布 热门 {year年month月}
3 hot AI tools product launch {month} {year}
4 AI startup funding round {month} {year}
5 new AI model release agent app {month} {year}

优先级规则(搜索结果筛选顺序):

  1. 🦞 OpenClaw / MaxClaw 任何更新、功能、发布 → 必须置顶
  2. 🚀 新AI产品/工具发布(30天内)
  3. 💰 AI融资/并购(金额大或影响力强)
  4. 🤖 新AI模型/能力(GPT、Gemini、开源模型等)
  5. 📈 行业趋势/里程碑事件

若 OpenClaw 相关结果稀少,追加专项搜索:

"openclaw" OR "maxclaw" site:github.com OR site:producthunt.com OR site:x.com

第三步:整理内容(6–9条亮点)

每条提取:

  • 标题:≤ 8 个字/词,简洁有力
  • 摘要:≤ 20 字,一句话说清楚
  • 日期:有则填,无则省略
  • 分类:产品 / 模型 / 融资 / 趋势 / OpenClaw

第四步:生成信息图(image_synthesize)

用提取的内容构造生图 Prompt,调用 image_synthesize

A stunning, high-resolution AI news infographic poster for [Month Year].

LAYOUT: Dark tech theme. Deep navy-to-black gradient background. 
Title at top: "🔥 AI HOT THIS WEEK · [Month] [Year]" in large bold white text with cyan glow.

NEWS CARDS (2-column grid, [N] cards total):
- Card 1 [GOLD BORDER — OpenClaw highlight if applicable]: 
  "🦞 [Title]" / "[Summary]" / "[Date]"
- Card 2: "🚀 [Title]" / "[Summary]"
- Card 3: "🤖 [Title]" / "[Summary]"
... (continue for each item)

DESIGN DETAILS:
- Card backgrounds: dark charcoal (#1a1f2e) with colored left accent border
- Accent colors: cyan (#00f5ff), electric blue (#0066ff), purple (#8b5cf6), hot pink (#ff0080)
- Typography: bold sans-serif, white headers, light gray body text
- Add subtle glowing data visualization elements (charts, nodes, waveforms) in background
- Bottom strip: "Powered by OpenClaw AI 🦞" in small text
- Overall aesthetic: professional tech dashboard meets editorial design

High fidelity, crisp readable text, 2K resolution.

生图参数:

  • aspect_ratio: "9:16"(竖版,适合手机/社交媒体)或 "16:9"(横版)
  • resolution: "2K"
  • output_file: /workspace/ai-infographic-YYYYMMDD.png

如需其他视觉风格,参考 references/infographic-styles.md

第五步:输出交付

生图完成后:

  1. 列出本次收录的 Top 5 亮点(简短 bullet list)
  2. 提供图片路径,如需分享则上传 CDN:upload_to_cdn
  3. 询问是否需要调整风格或内容

质量检查

  • 有 OpenClaw/MaxClaw 相关条目(若有新闻的话)
  • 所有条目均为近 30 天内
  • 生图 Prompt 包含足够细节保证文字可读
  • 分辨率 ≥ 2K
  • 图片已保存至 /workspace/
Usage Guidance
This skill appears coherent: it searches recent web results and assembles a visual infographic. Before installing, confirm you trust the platform's image_synthesize and upload_to_cdn actions (they will create files in /workspace and may upload them to a CDN). If you have privacy concerns, ask whether the CDN upload requires platform-managed credentials and whether the default prompt (which adds 'Powered by OpenClaw AI') is acceptable. No secret tokens or system-level changes are requested by the skill.
Capability Analysis
Type: OpenClaw Skill Name: ai-infographics-news Version: 1.0.0 The skill is a legitimate tool designed to search for AI news and generate visual infographics using standard agent capabilities like web search and image synthesis. It follows a clear, non-malicious workflow and does not attempt to access sensitive files, exfiltrate data, or execute unauthorized commands.
Capability Assessment
Purpose & Capability
Name/description match the runtime actions: it performs time-bounded web searches for AI news (with priority for OpenClaw/MaxClaw), extracts highlights, synthesizes an image, and optionally uploads it. Nothing required by the skill (no env vars, no installs) is disproportionate to that purpose.
Instruction Scope
SKILL.md instructs use of platform primitives (session_status, batch_web_search, image_synthesize, upload_to_cdn) and to save output under /workspace. It does not instruct reading unrelated files, environment variables, or system config, nor does it transmit data to unexpected external endpoints beyond the implied CDN/upload operation.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk delivery. No downloads, extracted archives, or third-party package installs are present.
Credentials
The skill declares no required env vars or credentials and the instructions do not reference secrets. The only network-facing operations are web searches and an optional upload_to_cdn (expected for sharing images).
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. disable-model-invocation is default (false) which is normal; no additional privileged behaviors are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-infographics-news
  3. After installation, invoke the skill by name or use /ai-infographics-news
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ai-infographic-news 1.0.0 - Initial release of AI Infographic News skill. - Searches the latest and most trending AI products, tools, and news, with strong emphasis on OpenClaw/MaxClaw updates. - Generates a visually-rich, high-resolution infographic summarizing 6–9 key AI news highlights from the past month. - Delivers professional, shareable infographics in either 9:16 or 16:9, saved directly to workspace. - Includes quality checks to ensure timeliness, clarity, and OpenClaw/MaxClaw topic prioritization.
Metadata
Slug ai-infographics-news
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is ai-infographics-news?

搜索近30天内热门AI产品、工具和新闻,优先OpenClaw/MaxClaw,生成高质时效性AI资讯信息图。 It is an AI Agent Skill for Claude Code / OpenClaw, with 293 downloads so far.

How do I install ai-infographics-news?

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

Is ai-infographics-news free?

Yes, ai-infographics-news is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ai-infographics-news support?

ai-infographics-news is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ai-infographics-news?

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

💬 Comments