Test

v1.0.0

AI 科技新闻日报生成器。自动抓取最新 AI 行业动态,生成结构化中文日报。支持自定义关注领域、关键词过滤和多种输出格式。Use when user asks for AI news digest, tech news summary, or daily AI industry update.

0· 101·0 current·0 all-time
byAlex@yqghlx

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for yqghlx/test-pub.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Test" (yqghlx/test-pub) from ClawHub.
Skill page: https://clawhub.ai/yqghlx/test-pub
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install test-pub

ClawHub CLI

Package manager switcher

npx clawhub@latest install test-pub
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (AI news digest, filters, output formats) aligns with the instructions: performing web_search/web_fetch, deduplication, structuring and optional Feishu document output. No unrelated binaries, installs, or credential demands are declared.
Instruction Scope
Instructions are narrowly scoped to searching and fetching web content, summarizing, deduping, and formatting. They do reference platform actions (web_search, web_fetch, feishu_doc). The skill does not instruct reading local files or arbitrary env vars. Note: the Feishu output flow is included in the SKILL.md but the skill does not declare any Feishu-specific credentials — confirm how the platform supplies or requires Feishu access before enabling that feature.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes on-disk risk; nothing will be downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials, which is consistent with an instruction-only web-aggregation skill. However, it references the feishu_doc tool (which typically requires integration credentials managed by the hosting platform). Verify platform-level credentials/permissions for document posting before use.
Persistence & Privilege
always is false and there is no install behavior or persistent configuration. The skill does not request forced inclusion or system-wide changes.
Assessment
This skill appears to do what it says: search the web, fetch summaries, dedupe and format a Chinese AI news digest. Before installing, check: (1) how the host platform implements web_search/web_fetch and what data those actions can access; (2) whether enabling Feishu output will grant the skill permission to create/write documents in your Feishu workspace (the SKILL.md references feishu_doc but no Feishu credentials are declared here); and (3) that you are comfortable with the skill performing live web queries (rate limits, source trustworthiness, and potential copyrighted content). If you don't want remote posting, instruct the agent not to use the Feishu action or disable that capability in the platform.

Like a lobster shell, security has layers — review code before you run it.

latestvk972rvd01epcjt78shhj636svh83z4ts
101downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

AI News Digest | AI 科技新闻日报

自动抓取并整理 AI 行业最新动态,生成结构化中文日报。

使用场景

  • 每日 AI 行业动态追踪
  • 生成团队周报/月报素材
  • 特定领域 AI 进展监控
  • 竞品动态分析

工作流程

1. 每日 AI 日报

请生成今天的 AI 科技日报

执行步骤:

  1. 使用 web_search 搜索以下关键词(每个搜索 5-10 条):
    • "AI 人工智能 最新消息 today"
    • "大模型 LLM 最新进展"
    • "AI创业 融资 投资"
    • "artificial intelligence breaking news today"
  2. 对每条结果使用 web_fetch 获取摘要(maxChars: 2000)
  3. 按以下结构整理输出:
# 🤖 AI 科技日报 | {YYYY-MM-DD}

## 🔥 头条新闻
> 最重要 2-3 条新闻,每条 2-3 句话总结

## 📰 行业动态
- **{新闻标题}** — {一句话摘要} [来源]({url})
- ...

## 💰 投融资
- ...

## 🛠️ 技术突破
- ...

## 📱 产品发布
- ...

## 🇨🇳 国内要闻
- ...

## 🌍 国际要闻
- ...

---
*Generated by AI News Digest Skill*

2. 专题追踪

追踪 {特定领域} 的最新动态

搜索关键词示例:

  • AI Agent: "AI agent framework 2026", "智能体 最新"
  • 大模型: "LLM benchmark 2026", "GPT Claude Gemini 最新"
  • AI 编程: "AI coding assistant 2026", "Cursor Copilot 最新"
  • AI 绘画: "AI image generation 2026", "Midjourney Stable Diffusion 最新"

3. 竞品分析

分析 {公司名} 的最新 AI 动态

搜索 {公司名} AI latest news,汇总产品更新、技术发布、战略动向。

4. 周报模式

生成本周 AI 行业周报

搜索过去 7 天的 AI 新闻,按类别汇总,增加「本周趋势分析」和「下周关注」板块。

自定义配置

用户可以指定:

  • 关注领域: 默认全领域,可指定如"大模型、AI编程、机器人"
  • 语言偏好: 默认中英双语
  • 输出格式: Markdown(默认)、飞书文档、纯文本
  • 详细程度: 简报(标题+一句话)/ 标准(含摘要)/ 深度(含分析)

输出质量要求

  • 每条新闻必须附带来源链接
  • 去重:同一事件只保留最权威来源
  • 时效性:优先最近 24 小时内的新闻
  • 客观性:陈述事实,避免主观评价
  • 中文输出,专有名词保留英文

错误处理

  • 搜索失败时跳过该关键词,继续其他搜索
  • 网页抓取失败时标注"[暂无摘要]"
  • 没有找到新闻时返回"今日暂无重大动态"

飞书文档输出

如果用户要求输出到飞书文档:

  1. 使用 feishu_doc 工具的 create action 创建文档
  2. 使用 write action 写入内容
  3. 返回文档链接

Comments

Loading comments...