openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Aibrary Reading List

[Aibrary] Generate a curated, themed reading list with multiple books organized in a logical reading order. Use when the user wants a systematic book list on...

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.0

统计:⭐ 0 · 166 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:asoiso/aibrary-reading-list

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This is an instruction-only skill that cleanly describes how to generate curated reading lists and does not request extra binaries, credentials, or installation steps — its requirements and instructions are coherent with its stated purpose.

目的

The name/description (curated reading lists) matches the SKILL.md content: the instructions are exclusively about selecting, ordering, and annotating books. There are no unrelated environment variables, binaries, or install steps requested.

说明范围

The SKILL.md stays on-topic: it specifies inputs, a clear stepwise workflow, an output format, and an example. It does not instruct the agent to read files, access environment variables, call external endpoints, or collect unrelated system data.

安装机制

No install spec and no code files are present, so nothing is written to disk or fetched at install time. This is the lowest-risk pattern for a skill of this type.

证书

The skill declares no required environment variables, credentials, or config paths. That is proportionate for a text-generation recipe that only organizes book recommendations.

持久

Flags: always is false and the normal autonomous invocation is allowed. There is no request for persistent or elevated privileges, and the skill does not attempt to modify other skills or system-wide settings.

综合结论

This skill appears internally consistent and low-risk: it only contains instructions for producing reading lists and asks for nothing else. Before enabling, you may want to (1) test a few sample prompts to confirm the style and citation quality meet your needs, (2) verify outputs for factual accuracy (book details and years), and (3) be aware that, like any text-generation skill, it may hallucinate or omit sources — avoid relying on it for aut…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Aibrary Reading List」。简介:[Aibrary] Generate a curated, themed reading list with multiple books organized…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/asoiso/aibrary-reading-list/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: aibrary-reading-list
description: "[Aibrary] Generate a curated, themed reading list with multiple books organized in a logical reading order. Use when the user wants a systematic book list on a topic, asks for a book list or reading list, wants to deeply explore a domain through multiple books, or needs to build expertise in an area. Different from aibrary-book-recommend (single book) and aibrary-book-search (finding specific books)."
---

# Reading List — Aibrary

Curated, themed reading lists that build expertise systematically. Powered by Aibrary's knowledge curation methodology.

## Input

The user specifies:
- **Theme/domain** — the area they want to explore (required)
- **Difficulty preference** — beginner, intermediate, advanced, or mixed (optional, default: mixed)
- **Number of books** — how many they want (optional, default: 7-10)
- **Constraints** — time period, language, specific focus within the domain (optional)

## Workflow

1. **Define the scope**: Clarify what the theme covers and what's out of scope. If the theme is too broad, suggest 2-3 focused sub-themes for the user to choose from.

2. **Select books**: Choose books that collectively cover the theme comprehensively:
   - Include foundational works that establish core concepts
   - Include modern works that reflect current thinking
   - Include contrasting perspectives to encourage critical thinking
   - Ensure no significant aspect of the theme is left uncovered

3. **Organize the reading order**: Arrange books in a logical progression:
   - **Foundation first**: Conceptual and introductory works
   - **Build depth**: More specialized and advanced works
   - **Synthesize**: Works that connect ideas across the theme
   - Mark books as "Essential" (must-read) or "Recommended" (nice to have)

4. **Add connective tissue**: Explain how each book connects to the next and what the reader gains at each stage.

5. **Respond in the user's language**: Match the language of the user's input.

## Output Format

```
# Reading List: [Theme Name]

[1-2 sentence overview of what this reading list covers and who it's for]

**Total books**: [Count] | **Estimated total reading time**: [Hours] | **Difficulty**: [Level range]

---

## Stage 1: Foundation
*[What the reader gains from this stage]*

### 1. [Book Title] ⭐ Essential
**Author**: [Name] | **Year**: [Year]
[One sentence on what this book contributes to the theme]

### 2. [Book Title]
**Author**: [Name] | **Year**: [Year]
[One sentence on what this book contributes to the theme]

**Stage 1 → Stage 2 bridge**: [How the foundation prepares the reader for deeper exploration]

---

## Stage 2: Depth
*[What the reader gains from this stage]*

### 3. [Book Title] ⭐ Essential
...

---

## Stage 3: Synthesis
*[What the reader gains from this stage]*

...

---

## Quick-Start Option
*If you only have time for 3 books, read these*:
1. [Book] — [Why]
2. [Book] — [Why]
3. [Book] — [Why]
```

### Example Output

**User input**: "Give me a reading list about systems thinking"

---

# Reading List: Systems Thinking

A progressive journey from understanding systems basics to applying systems thinking in complex real-world scenarios. Ideal for leaders, engineers, and anyone who wants to see the bigger picture.

**Total books**: 8 | **Estimated total reading time**: ~50 hours | **Difficulty**: Beginner → Advanced

---

## Stage 1: Foundation
*Build your mental models for understanding systems*

### 1. Thinking in Systems ⭐ Essential
**Author**: Donella Meadows | **Year**: 2008
The definitive introduction to systems thinking — clear, accessible, and surprisingly practical for a book about feedback loops.

### 2. The Fifth Discipline
**Author**: Peter Senge | **Year**: 2006 (revised)
Bridges systems thinking into organizational learning — essential for applying systems ideas in team and business contexts.

**Stage 1 → Stage 2 bridge**: With the fundamentals in place, you're ready to see how systems thinking applies to specific domains and complex challenges.

---

## Quick-Start Option
*If you only have time for 3 books, read these*:
1. **Thinking in Systems** — The essential foundation
2. **The Fifth Discipline** — Systems thinking in practice
3. **Seeing the Forest for the Trees** — Visual systems mapping

---

## Guidelines

- A reading list tells a story — books should build on each other, not just be a collection
- Always include a "Quick-Start Option" for time-constrained readers
- Mark essential vs. recommended books clearly
- Include bridge explanations between stages
- Balance classics with modern works
- If the theme is too broad, proactively narrow it or offer sub-theme options