← 返回 Skills 市场
asoiso

Aibrary Foryou Topic

作者 asoiso · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
266
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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
安全使用建议
This skill appears internally consistent and low-risk: it only needs the user-provided profile and does not install code or request secrets. Practical considerations before installing: (1) avoid pasting sensitive PII into the profile (the skill will use any text you give it to form recommendations); (2) verify recommended book titles/authors yourself — generative models can hallucinate plausible-sounding books or details; (3) if you plan to use the skill at scale, monitor outputs for topical accuracy and bias and require clarifying questions when input is sparse; (4) note that the agent may be invoked autonomously by default (platform behavior) — if you want to restrict autonomous runs, adjust agent settings. Overall this skill is coherent with its description.
功能分析
Type: OpenClaw Skill Name: aibrary-foryou-topic Version: 0.1.0 The skill bundle is a purely instructional prompt designed to provide personalized book topic recommendations based on user-provided context. It contains no executable code, network requests, or instructions that could lead to data exfiltration or unauthorized system access. All files (SKILL.md and _meta.json) are aligned with the stated purpose of a recommendation engine.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the skill builds a user profile, produces 3–5 topics, curates 2–3 books per topic, and provides 'why now' reasoning. There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
SKILL.md confines actions to processing user-supplied context and producing formatted recommendations; it does not instruct reading files, environment variables, or sending data to external endpoints beyond normal response generation. It does recommend asking clarifying questions when input is sparse.
Install Mechanism
No install spec and no code files — nothing is written to disk or downloaded. This is the lowest-risk model (instruction-only).
Credentials
Requires no environment variables, credentials, or config paths. The declared inputs are user profile fields provided at runtime, which is appropriate for a recommendation skill.
Persistence & Privilege
always is false and there are no requests to modify agent configuration or persist credentials. Autonomous invocation is allowed by default (normal), but the skill itself does not ask for elevated persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aibrary-foryou-topic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aibrary-foryou-topic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of aibrary-foryou-topic - Generates personalized book topic recommendations based on user profile, interests, career stage, and recent learning activity. - Curates 3–5 specific, timely, and actionable topics with tailored book suggestions and explanations. - Includes a "wildcard" topic outside the user's usual interests to encourage broader exploration. - Provides a "why now" rationale for each topic and highlights a top pick to help users decide what to read or learn next. - Responds in the user's input language and asks clarifying questions if context is insufficient.
元数据
Slug aibrary-foryou-topic
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。

如何安装 Aibrary Foryou Topic?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aibrary-foryou-topic」即可一键安装,无需额外配置。

Aibrary Foryou Topic 是免费的吗?

是的,Aibrary Foryou Topic 完全免费(开源免费),可自由下载、安装和使用。

Aibrary Foryou Topic 支持哪些平台?

Aibrary Foryou Topic 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Aibrary Foryou Topic?

由 asoiso(@asoiso)开发并维护,当前版本 v0.1.0。

💬 留言讨论