/install ai-cv-weekly
ClawCat Brief — AI 简报引擎 Skill
本项目提供两种使用模式。请根据你的角色选择:
宿主 AI 模式(推荐)
如果你是 Cursor / OpenClaw 等宿主 AI,请阅读:
该模式提供三个工具函数(plan_report / fetch_data / render_report),
你只需调用工具获取数据和渲染,内容撰写由你完成,无需额外 LLM API Key。
from clawcat_skill import plan_report, fetch_data, render_report
独立运行模式
如果你想独立运行完整 pipeline(自带 LLM),使用 CLI:
python -m clawcat.cli "做个每日 AI 新闻"
python -m clawcat.cli "OCR 技术周报"
python -m clawcat.cli "今天 A 股怎么样"
此模式需要在 config.yaml 或 config.local.yaml 中配置 LLM API Key。
ClawCat Brief · Built by llx & Luna
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-cv-weekly - After installation, invoke the skill by name or use
/ai-cv-weekly - Provide required inputs per the skill's parameter spec and get structured output
What is Ai Cv Weekly?
Generates in-depth weekly AI/Computer Vision reports by aggregating data from multiple sources with plugin-based pipeline and multi-channel delivery. It is an AI Agent Skill for Claude Code / OpenClaw, with 224 downloads so far.
How do I install Ai Cv Weekly?
Run "/install ai-cv-weekly" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Cv Weekly free?
Yes, Ai Cv Weekly is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Cv Weekly support?
Ai Cv Weekly is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Cv Weekly?
It is built and maintained by llx9826 (@llx9826); the current version is v7.0.1.