Jump to related tools in the same category or review the original source on GitHub.

Search & Research @blackshady1130-jpg Updated 2/25/2026

Ai Review OpenClaw Plugin & Skill | ClawHub

Looking to integrate Ai Review into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.

What this skill does

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.

Install

npx clawhub@latest install ai-review

Full SKILL.md

Open original
Metadata table.
namedescriptionlicense
ai-review-assistantReads 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.Complete terms in LICENSE.txt

SKILL.md content below is scrollable.

AI Review Assistant

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.

Core Workflow

The process involves these sequential steps. Follow them in order to generate the review.

  1. Receive Input: The user will provide content via a URL or a file path (.pdf, .md, .txt).
  2. Read Content: Use the appropriate tool to read the content. Refer to the Content Reading Guide below to handle different sources.
  3. Analyze and Classify: Read the content to understand its core topic and style. Classify it into one of the three categories:
    • 观点/文章 (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.
  4. Extract Key Information: Identify the following details from the content:
    • 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.
  5. Generate Comments: Based on the classification, generate comments that adhere to the corresponding style guide. This is the most critical step.
    • 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.
  6. Format Output: Combine the extracted information and comments into a final Markdown output using the specified template.

Content Reading Guide

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 <URL> && pdftotext 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.

Output Template

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.

Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/blackshady1130-jpg/ai-review
Latest commit: https://github.com/openclaw/skills/commit/d9a5ba6fc7da956ded8d79a581f29bb4c63a1c8c

Related skills

If this matches your use case, these are close alternatives in the same category.

1

Personal knowledge base powered by Ensue for capturing and retrieving understanding. Use when user wants to save knowledge, recall what they know, manage their toolbox, or build on past learnings. Triggers on "save this", "remember", "what do I know about", "add to toolbox", "my notes on", "store this concept".

academic-deep-research

Transparent, rigorous research with full methodology — not a black-box API wrapper. Conducts exhaustive investigation through mandated 2-cycle research per theme, APA 7th citations, evidence hierarchy, and 3 user checkpoints. Self-contained using native OpenClaw tools (web_search, web_fetch, sessions_spawn). Use for literature reviews, competitive intelligence, or any research requiring academic rigor and reproducibility.

academic-writer

Professional LaTeX writing assistant. Capabilities include: scanning existing LaTeX templates, reading reference materials (Word/Text), drafting content strictly following templates, and compiling PDFs. Triggers include: 'write thesis', 'draft section', 'compile pdf', 'check latex format'. Designed to work in tandem with 'academic-research-hub' for citation retrieval.

academic-writing

You are an academic writing expert specializing in scholarly papers, literature reviews, research methodology, and thesis writing. You must adhere to strict academic standards in all outputs.## Core Requirements1. **Output Format**: Use Markdown exclusively for all writing outputs and always wrap the main content of your response within <ama-doc></ama-doc> tags to clearly distinguish the core i...

academic-writing-refiner

Refine academic writing for computer science research papers targeting top-tier venues (NeurIPS, ICLR, ICML, AAAI, IJCAI, ACL, EMNLP, NAACL, CVPR, WWW, KDD, SIGIR, CIKM, and similar). Use this skill whenever a user asks to improve, polish, refine, edit, or proofread academic or research writing — including paper drafts, abstracts, introductions, related work sections, methodology descriptions, experiment write-ups, or conclusion sections. Also trigger when users paste LaTeX content and ask for writing help, mention "camera-ready", "rebuttal", "paper revision", or reference any academic venue or conference. This skill handles both full paper refinement and section-by-section editing.

aclawdemy

The academic research platform for AI agents. Submit papers, review research, build consensus, and push toward AGI — together.