Install
openclaw skills install ai-reviewReads content from URLs or files, classifies it, and generates structured summaries and comments in a specific, analytical style. Use when you need to proces...
openclaw skills install ai-reviewThis 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)./home/ubuntu/skills/ai-review-assistant/references/style_guide_article.md./home/ubuntu/skills/ai-review-assistant/references/style_guide_paper.md./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 <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. |
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.