Overview
- Skill Key
- blackshady1130-jpg/ai-review
- Author
- blackshady1130-jpg
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/blackshady1130-jpg/ai-review
- Latest Commit SHA
- 51be1364663642f202299ba94f4fa7b0610da677
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ai-review-assistant 技能。 若已安装,则直接安装 ai-review-assistant 技能。
# 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 u...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
caspian9
飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。