← All skills
Tencent SkillHub · Developer Tools

Generate News Article

Generate individual Markdown articles from SerpAPI Google search results with images

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate individual Markdown articles from SerpAPI Google search results with images

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, _meta.json, scripts/generate.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Generate News Article

自动从 SerpAPI Google 搜索结果生成多篇独立的 Markdown 文章。

功能

接收搜索关键词(默认:AI助手) 调用 SerpAPI Google 搜索(默认获取 5 条结果) 为每条结果生成独立的 Markdown 文件 自动下载缩略图到 assets 目录 以时间目录结构保存文章

使用

# 使用默认关键词 "AI助手" generate.sh # 指定关键词 generate.sh "AI大模型" # 指定关键词和结果数量 generate.sh "ChatGPT" 10

输出结构

生成的文章保存在 agent 根目录的 output 文件夹中: /Users/lihaijian/.openclaw/workspace-wechat-publisher/output/ └── 2026-02-22/ ├── 文章标题1.md ├── 文章标题2.md ├── 文章标题3.md ├── 文章标题4.md ├── 文章标题5.md └── assets/ ├── image1.jpg ├── image2.jpg └── ...

文章格式

每篇 Markdown 文件包含: --- title: 文章标题 cover: ./assets/image.jpg --- # 文章标题 摘要内容... [原文链接](https://example.com/article)

特性

✅ 每条搜索结果生成独立文件 ✅ 文件名使用搜索标题(自动清理特殊字符) ✅ 自动下载缩略图 ✅ 支持指定文章数量 ✅ 按日期归档

依赖

SerpAPI skill(必须已安装) SERPAPI_API_KEY 环境变量 Python 3(用于 JSON 解析和图片下载)

注意事项

如果搜索结果没有缩略图,cover 字段会留空 文件名会自动清理特殊字符 文章按搜索结果的序号生成 搜索使用 Google 搜索引擎(不是 Google News)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/generate.sh Scripts
  • _meta.json Config