从 URL 或文件中读取内容,对其进行分类,并以特定的分析风格生成结构化摘要和注释。当需要处理时使用...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ai-review或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ai-review⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ai-review/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ai-review-assistant description: Reads content from URLs or files, classifies it, and generates structured summaries and comments in a specific, analytical style. Use when you need to process articles, papers, or news and create a formatted review with personal commentary. license: Complete terms in LICENSE.txt ---
This skill enables Manus to act as a strategic AI analyst. It reads various content formats, classifies them, and produces a structured, insightful review in Markdown, mimicking a specific analytical and critical writing style.
The process involves these sequential steps. Follow them in order to generate the review.
.pdf, .md, .txt).* 观点/文章 (Opinion/Article): Author-driven pieces, blog posts, essays with a strong perspective. * Solid Paper: Technical or research papers with a formal structure. * 行业动态/评价 (Industry News/Commentary): News, announcements, or market analysis.
* Title: The title of the article, paper, or news. * URL/Source: The original URL or file name. * Date: The publication date of the content (format: YYYY-MM). * Key Takeaway (为什么值得关注): A concise, one-sentence summary of why the content is important or interesting.
* For 观点/文章, read /home/ubuntu/skills/ai-review-assistant/references/style_guide_article.md. * For Solid Paper, read /home/ubuntu/skills/ai-review-assistant/references/style_guide_paper.md. * For 行业动态/评价, read /home/ubuntu/skills/ai-review-assistant/references/style_guide_industry.md.
Based on the input type, use the following strategy to read the content. If a method fails, clearly inform the user that the content could not be read.
| Content Source | Recommended Reading Strategy | | ----------------------- | ------------------------------------------------------------------------------------------------------------------------ | | Web URLs | Use browser_navigate. If initial Markdown extraction is incomplete, use browser_scroll to load the full page. | | PDF Files (URL/Local) | Use shell with curl to download and pdftotext to extract text (e.g., curl -o t.pdf ). | | YouTube Videos | Use browser_navigate. The system will automatically provide a summary. Read the generated summary file. | | Podcast Webpages | Use browser_navigate to get Show Notes. For audio, use manus-speech-to-text if an audio file is available. | | Local Files (.md/.txt) | Use file tool with the read action. |
ALWAYS use this exact Markdown template for the final output. Do not add any extra titles or introductions.
| Type | Date | Title | URL/Source | Why it's worth watching | Comments |
|---|---|---|---|---|---|
| **[分类]** | [发布时间] | [文章标题] | [链接/来源] | [为什么值得关注] | [生成的评论] |
Replace the bracketed placeholders [] with the information you have gathered and the comments you have generated.
安装 人工智能评审 后,可以对 AI 说这些话来触发它
Help me get started with AI-review
Explains what AI-review does, walks through the setup, and runs a quick demo based on your current project
Use AI-review to reads content from URLs or files, classifies it, and generates stru...
Invokes AI-review with the right parameters and returns the result directly in the conversation
What can I do with AI-review in my marketing & growth workflow?
Lists the top use cases for AI-review, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ai-review/ 目录(个人级,所有项目可用),或 .claude/skills/ai-review/(项目级)。重启 AI 客户端后,用 /ai-review 主动调用,或让 AI 根据上下文自动发现并使用。
人工智能评审 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
人工智能评审 可免费安装使用。请查阅仓库了解许可证信息。
从 URL 或文件中读取内容,对其进行分类,并以特定的分析风格生成结构化摘要和注释。当需要处理时使用...
人工智能评审 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using AI-review
Identifies repetitive steps in your workflow and sets up AI-review to handle them automatically