aibrary-foryou-topic

[Aibrary] Generate personalized 'For You' book topic recommendations based on the user's profile, interests, career stage, and recent learning activity. Use when the user wants personalized topic suggestions, asks 'what should I learn today', wants a curated feed of book-based topics, or needs inspiration for their next area of exploration. Proactively suggest this when the user seems undecided about what to read or learn next.

3,891 stars

Best use case

aibrary-foryou-topic is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

[Aibrary] Generate personalized 'For You' book topic recommendations based on the user's profile, interests, career stage, and recent learning activity. Use when the user wants personalized topic suggestions, asks 'what should I learn today', wants a curated feed of book-based topics, or needs inspiration for their next area of exploration. Proactively suggest this when the user seems undecided about what to read or learn next.

Teams using aibrary-foryou-topic should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/aibrary-foryou-topic/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/asoiso/aibrary-foryou-topic/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/aibrary-foryou-topic/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How aibrary-foryou-topic Compares

Feature / Agentaibrary-foryou-topicStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

[Aibrary] Generate personalized 'For You' book topic recommendations based on the user's profile, interests, career stage, and recent learning activity. Use when the user wants personalized topic suggestions, asks 'what should I learn today', wants a curated feed of book-based topics, or needs inspiration for their next area of exploration. Proactively suggest this when the user seems undecided about what to read or learn next.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# ForYou Topic — Aibrary

Your personalized book topic feed. AI-curated topic recommendations based on who you are and where you're headed.

## Input

The user provides context (the more, the better):
- **Interests** — topics they care about or are curious about
- **Recent focus** — what they've been working on, reading, or thinking about lately
- **Career/life stage** — their current professional or personal situation
- **Goals** (optional) — what they're working toward
- **Topics to avoid** (optional) — what they've already covered or aren't interested in

## Workflow

1. **Build user profile**: From the provided context, map out:
   - Primary interest domains (2-3)
   - Current knowledge level in those domains
   - Growth direction — where they're headed vs. where they are
   - Gaps — important adjacent topics they might not have considered

2. **Generate topic recommendations**: Create 3-5 personalized topics, each:
   - Connected to the user's interests but not obvious (avoid recommending what they already know)
   - Timely — relevant to current trends, challenges, or opportunities in their field
   - Actionable — each topic leads naturally to specific books
   - Diverse — cover different angles (depth in core area + breadth in adjacent areas + one wildcard)

3. **For each topic, curate books**: Select 2-3 books that best explore the topic, explaining why each was chosen for this specific user.

4. **Add "why now" reasoning**: For each topic, explain why this is the right time for this person to explore it.

5. **Language**: Detect the user's input language and respond in the same language.

## Output Format

```
# 📚 Your Personalized Topics — For You

Based on your profile: [1-sentence summary of user context]

---

### Topic 1: [Topic Title]
**Why now**: [1-2 sentences on why this topic is relevant to the user right now]
**The angle**: [What specific perspective on this topic is most valuable for this user]

📖 **Recommended books**:
1. **[Book Title]** by [Author] — [Why this book, for this person]
2. **[Book Title]** by [Author] — [Why this book, for this person]

💡 **Key question this topic answers**: [A compelling question that makes the user want to explore]

---

### Topic 2: [Topic Title]
**Why now**: [Relevance explanation]
**The angle**: [Specific perspective]

📖 **Recommended books**:
1. **[Book Title]** by [Author] — [Why]
2. **[Book Title]** by [Author] — [Why]

💡 **Key question this topic answers**: [Compelling question]

---

### Topic 3: [Topic Title] 🌟 Wildcard
**Why now**: [This one is deliberately outside your usual domain — here's why it matters]
**The angle**: [How this connects back to your core interests in an unexpected way]

📖 **Recommended books**:
1. **[Book Title]** by [Author] — [Why]
2. **[Book Title]** by [Author] — [Why]

💡 **Key question this topic answers**: [Compelling question]

---

### 🎯 My top pick for you today
**[Topic X]** — [One sentence on why to start here]
```

### Example Output

**User input**: "I'm a product manager at a fintech startup, interested in behavioral economics and AI. Recently been thinking about user retention."

---

# 📚 Your Personalized Topics — For You

Based on your profile: Fintech PM exploring behavioral economics and AI, with a current focus on user retention.

---

### Topic 1: The Psychology of Financial Decisions
**Why now**: Your retention challenges might be rooted in how users emotionally relate to money decisions in your product.
**The angle**: Not general behavioral economics — specifically how cognitive biases shape financial product engagement.

📖 **Recommended books**:
1. **Misbehaving** by Richard Thaler — The foundational work on behavioral economics in real-world decisions, directly applicable to fintech product design
2. **Dollars and Sense** by Dan Ariely — Practical exploration of irrational money behaviors that affect user engagement

💡 **Key question this topic answers**: Why do users abandon financial tools even when they know those tools help them?

---

### Topic 3: Biomimicry in System Design 🌟 Wildcard
**Why now**: Biological systems have solved retention and engagement over millions of years — ecosystems keep organisms coming back.
**The angle**: How patterns from nature (symbiosis, feedback loops, adaptation) can inspire stickier product design.

📖 **Recommended books**:
1. **Biomimicry** by Janine Benyus — The original work on learning design principles from nature
2. **The Nature of Technology** by W. Brian Arthur — How technology evolves like biological systems

💡 **Key question this topic answers**: What can millions of years of natural selection teach us about building products people can't leave?

---

## Guidelines

- Always include at least one "wildcard" topic — something unexpected that connects to the user's interests in a non-obvious way
- Topics should be specific enough to act on, not vague categories ("The Psychology of Financial Decisions" > "Psychology")
- Each topic's book recommendations should be tailored to the user, not just "best books on this topic"
- The "Why now" should feel personally relevant, not generic
- Include a "top pick" recommendation to reduce decision paralysis
- If user context is too sparse, ask 2-3 clarifying questions before generating recommendations

Related Skills

aibrary-reading-list

3891
from openclaw/skills

[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).

aibrary-podcast-summary

3891
from openclaw/skills

[Aibrary] Generate a book summary podcast script in a single-narrator storytelling style. Use when the user wants to turn a book into a podcast, create an audio summary of a book, or generate a summary-style podcast script. The output is a narrated monologue that distills a book's key ideas into an engaging 10-15 minute listening experience.

aibrary-podcast-ideatwin

3891
from openclaw/skills

[Aibrary] Generate a book Idea Twin podcast script — an intellectually stimulating debate between the user's AI twin and a book expert. Based on Vygotsky's Zone of Proximal Development theory, the AI twin mirrors the user's thinking style while the expert progressively challenges their understanding. Use when the user wants to create an Idea Twin podcast, debate a book's ideas with an AI version of themselves, or explore a book through intellectual sparring.

aibrary-podcast-dialogue

3891
from openclaw/skills

[Aibrary] Generate a book dialogue podcast script with two speakers — a host and a guest expert — discussing the book's ideas in a natural conversation. Use when the user wants to create a conversational podcast about a book, turn a book into a two-person discussion, or generate a dialogue-style podcast script. Different from aibrary-podcast-summary (single narrator) and aibrary-podcast-ideatwin (debate format).

aibrary-growth-plan

3891
from openclaw/skills

[Aibrary] Create a structured personal growth plan with book recommendations, milestones, and actionable weekly tasks. Use when the user wants to create a learning plan, build a study schedule, develop a skill systematically, plan their personal or professional development, or set up a growth roadmap. Trigger on phrases like 'create a plan to learn', 'help me grow in', 'I want to develop', or any structured self-improvement intent.

aibrary-book-search

3891
from openclaw/skills

[Aibrary] Search and find books based on user scenarios, needs, questions, or keywords. Use when the user describes a situation, challenge, or topic and wants to find relevant books to read. Trigger on phrases like 'find me a book about', 'what book should I read for', 'search books on', or any book discovery intent.

aibrary-book-recommend

3891
from openclaw/skills

[Aibrary] Recommend books based on user interests, goals, challenges, or career stage. Use when the user asks for book recommendations, says they don't know what to read, wants personalized suggestions, or needs guidance on which book to pick next. Different from aibrary-book-search — this focuses on personalized recommendations rather than search results.

aibrary-100

3891
from openclaw/skills

[Aibrary] Access Aibrary's curated list of 100 must-read books for the AI age, organized by category. Use when the user asks about essential books, wants the Aibrary 100 list, asks for must-read books for the AI era, or wants curated book recommendations across critical thinking, creativity, systems thinking, and action. Trigger on phrases like 'aibrary 100', 'must-read books', 'essential reading list', or 'best books for the AI age'.

network-hot-topics

3891
from openclaw/skills

获取当前网络热点并汇总为 10 条摘要。从微博、知乎、百度等平台或通过搜索获取实时热搜/热榜, 筛选、去重后输出 10 条热点,每条包含标题与一句话摘要。 Use when: 用户需要今日热点、热搜汇总、热榜简报、网络热点 10 条、多平台热点摘要。 NOT for: 单平台单一话题深挖、历史热点分析、需要原文链接列表的场景请说明。

emerging-topic-scout

3891
from openclaw/skills

Monitor bioRxiv/medRxiv preprints and academic discussions to identify emerging research hotspots before they appear in mainstream journals

ai-topic-scout

3891
from openclaw/skills

AI短视频选题追踪系统。自动抓取指定YouTube博主视频和Twitter博主推文,分析内容,聚合跨平台热点主题,生成带热度评分和选题建议的分析报告,结果写入钉钉AI表格。适用于:定时抓取AI领域博主内容、分析短视频选题热度、跨平台话题聚合、生成选题建议。触发词:"抓取选题"、"分析选题"、"选题scout"、"topic scout"、"抓取博主内容"、"选题分析"。

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation