← Back to Skills Marketplace
131
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install deep-read-analysis
Description
基于研究方法深度分析书籍,提炼核心观点、金句,生成实际应用指导和关联常青笔记。
README (SKILL.md)
Deep Read\r
\r 显示名称: Deep Read \r 版本: 1.0.0 \r 描述: 基于研究驱动方法,对书籍进行深度分析,提炼核心观点、金句,并生成实际应用指导和关联常青笔记。 \r 作者: Zhu Bao\r \r
输入参数\r
book_title(string, 必填):书名\rbook_file(file, 可选):书籍文件(PDF/EPUB/TXT)\ruser_notes(list, 可选):用户已录入的笔记,用于生成关联常青笔记\r \r
输出参数\r
author_info(string):作者介绍(生平、教育、主要著作、影响等)\rcreation_context(string):创作背景(时间、社会环境、动机、评论等)\rbook_outline(string):章节结构、大纲及核心观点\rmain_content(string):书籍主要内容解读与分析\rcore_insights(string):书籍最重要思想和见解\rkey_quotes(list):引人深思的金句及分析\rapplication_examples(list):生活、学习和工作中的应用指导\rrelated_evergreen_notes(list):基于用户笔记生成的常青笔记标题及链接\r \r
标签\r
#deep-reading #knowledge-management #research-driven #book-analysis #insights\r \r
使用示例\r
from deep_read_generator import deep_read_analysis\r
\r
result = deep_read_analysis(\r
book_title="原则",\r
user_notes=["已读章节摘要", "高亮笔记"]\r
)\r
\r
print(result['core_insights'])\r
print(result['application_examples'])\r
print(result['related_evergreen_notes'])\r
Usage Guidance
This skill appears to do what it says (deep book analysis) and its code is a safe placeholder, but there are a few red flags to check before installing:
- The project lists openai and obsidian-api in requirements but does not declare any environment variables (e.g., OPENAI_API_KEY) or explain how Obsidian integration is configured. Ask the author or documentation how API keys or Obsidian credentials are expected to be provided.
- If you install dependencies, they will be fetched from PyPI; review those packages (especially obsidian-api) to ensure you trust them.
- If you must provide an API key (OpenAI or similar) or Obsidian credentials, limit the key permissions and avoid sharing highly privileged credentials.
- Prefer running this in a sandboxed environment and inspect/modify the code yourself to ensure it only calls the services you expect (or remove the unused dependencies if you won't use them).
If the author can confirm how API keys and Obsidian integration should be provided (or remove those dependencies if unused), the inconsistencies would be resolved and the skill would be reasonable to use.
Capability Analysis
Type: OpenClaw Skill
Name: deep-read-analysis
Version: 1.0.0
The skill bundle is a legitimate framework for book analysis and knowledge management. The Python implementation in `deep_read_generator.py` is currently a placeholder that returns static data, and the `requirements.txt` includes relevant libraries like `openai` and `obsidian-api` which align with the stated purpose of generating 'evergreen notes'. No malicious logic, data exfiltration, or prompt injection attempts were detected across the files.
Capability Assessment
Purpose & Capability
Name/description match the code and SKILL.md: the skill analyzes books and emits insights/evergreen-note links. However, requirements.txt includes openai and obsidian-api even though the shipped code is a local placeholder and the skill does not declare or document required credentials or where Obsidian integration would connect. This is likely sloppy packaging rather than outright malicious, but it's an unexplained dependency.
Instruction Scope
SKILL.md describes inputs (book_title, optional book_file, user_notes) and outputs and does not instruct reading unrelated files, environment variables, or external endpoints. The runtime instructions explicitly say OpenAI or other model calls are a placeholder and should be replaced in the hosting environment.
Install Mechanism
There is no install spec (instruction-only behavior) which is low-risk. But a requirements.txt lists third-party packages (openai, pandas, markdown, obsidian-api). Installing those packages would pull code from PyPI; obsidian-api and openai are notable because they may enable network calls. The repository does not provide an install script or pin trusted release sources.
Credentials
The code imports openai (and requirements list openai) but the skill does not declare any required environment variables (e.g., OPENAI_API_KEY). If the placeholder were replaced with actual API calls, an API key would be needed — this mismatch is unexplained. Similarly, obsidian-api suggests possible integration with a user's Obsidian vault or service, but no config variables or paths are declared. Requesting secrets or vault access without documenting why is a proportionality concern.
Persistence & Privilege
Skill does not request always:true, requires no special config paths, and has no install script that modifies other skills or system-wide settings. It appears to be a normal, non-persistent skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deep-read-analysis - After installation, invoke the skill by name or use
/deep-read-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Deep Read.
- Provides research-driven deep analysis of books, extracting core insights and key quotes.
- Accepts book title, optional file, and user notes for personalized output.
- Generates author info, creation context, book outline, content analysis, application guidance, and related evergreen notes.
- Supports linking user notes to new evergreen notes for better knowledge management.
- Tags: deep-reading, knowledge-management, research-driven, book-analysis, insights.
Metadata
Frequently Asked Questions
What is Deep Read?
基于研究方法深度分析书籍,提炼核心观点、金句,生成实际应用指导和关联常青笔记。 It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.
How do I install Deep Read?
Run "/install deep-read-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Deep Read free?
Yes, Deep Read is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Deep Read support?
Deep Read is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Deep Read?
It is built and maintained by zhubao315 (@zhubao315); the current version is v1.0.0.
More Skills