๐ก Knowledge & Trends Engine
/install knowledge-and-trends-engine
๐ก Knowledge & Trends Engine
Knowledge accumulation and tech trend analysis engine. Periodically summarizes learned concepts from user interactions, parses content from shared videos/articles/images, researches latest tech/news trends, and self-iterates via the shared component skills.
Core Workflows
Workflow 1: Concept Summarization (On-demand)
User says: "summarize what we've discussed recently" or "ๅธฎๆๆป็ปๆ่ฟ่่ฟ็ๆฆๅฟต"
Step 1: Gather Memory Sources
- Read
memory/tier1-public/for all skill stats and public knowledge entries - Read
memory/concepts/for concept files stored from previous sessions - Read recent daily notes:
memory/YYYY-MM-DD.md(last 7 days)
Step 2: Identify Distinct Concepts Scan all sources and extract unique concepts. For each concept, determine:
- Category: AI/ML, Finance, Development, Tools, Business, Science, etc.
- Maturity: new / explored / mastered
- Related concepts: cross-links to other learned concepts
- Source: conversation, article, video, image, or self-discovered
Step 3: Generate Summary
# ๐ก Knowledge Summary ยท YYYY-MM-DD
## ๐ New This Period
### Concept A
- Source: conversation about financial modeling
- Key points: {3-5 bullet points}
- Related: Concept B, Concept C
- Status: explored โ
## ๐ Concepts in Progress
### Concept D
- Last discussed: YYYY-MM-DD
- Progress: understand basics, need deeper dive
- Suggested next: look into {related topic}
## ๐ Mastered Concepts
### Concept E
- Sessions covered: 5
- Last reviewed: YYYY-MM-DD
- Confident: yes
Step 4: Store
Use complex-memory-manager to store the summary:
- T1:
memory/tier1-public/concepts-summary-YYYY-MM.md(concept names, relationships, categories) - T2:
memory/tier2-internal/concepts-detail-YYYY-MM.md(detailed notes, sources, encrypted if personal)
Workflow 2: Parse External Content (On-demand)
User shares content: "watch this video", "read this article", "analyze this image", "่ฟไธชๆฆๅฟตไฝ ่ฎฐไฝ"
Step 1: Content Analysis
- For articles (
web_fetchURL): extract key concepts, arguments, data points - For videos (if URL to YouTube/transcript): extract main thesis, examples, conclusions
- For images: describe visual content, extract any text, identify key concepts
- For direct concept explanation: parse the user's textual explanation
Step 2: Concept Structuring For each extracted concept, create a structured note:
# memory/concepts/\x3Cconcept-slug>.md
concept:
name: "\x3Cconcept name>"
category: "\x3Ccategory>"
source:
type: article | video | image | conversation
url: "\x3Csource URL if applicable>"
date: "\x3CYYYY-MM-DD>"
summary: "\x3C2-3 sentence explanation>"
key_points:
- "\x3Cpoint 1>"
- "\x3Cpoint 2>"
related_concepts: ["\x3Cconcept A>", "\x3Cconcept B>"]
practical_applications: "\x3Chow this can be used>"
Step 3: Cross-Link
- Check memory for existing related concepts
- Add links in both directions
- If concept already exists, merge/update rather than duplicate
Workflow 3: Trend Research (Periodic / On-demand)
User says: "what's new in tech" or "่ฐ็ ๆๆฐ็ๆๆฏ่ถๅฟ"
Step 1: Define Research Scope
- If user specified: use those keywords
- If not: use recent concept categories from memory as seed topics
- Always include: AI/ML, developer tools, security, finance tech
Step 2: Search & Gather
- Use
web_searchwith targeted queries for each scope - Priority sources: tech blogs (TechCrunch, ArsTechnica), research papers (arXiv), release notes (GitHub), financial news (Bloomberg, Reuters)
- Limit to last 7 days of content unless user specifies otherwise
Step 3: Trend Analysis For each trend found:
trend:
title: "\x3Ctrend name>"
category: "\x3Ccategory>"
significance: high | medium | low
description: "\x3C1-2 sentence description>"
impact: "\x3Cwho/what this affects>"
source: "\x3CURL>"
relation_to_existing: "\x3Chow this relates to known concepts>"
Step 4: Learn & Store
- Store each significant new concept using Workflow 2 format
- Update
memory/tier1-public/trends-DATE.mdwith all findings - Use
self-iteration-engineto log the research activity
Workflow 4: Periodic Self-Review (Cron-driven)
When triggered by schedule (default weekly):
- Review accumulated concepts from
memory/concepts/ - Run trend research (Workflow 3) on categories where concepts are stored
- Generate combined summary (Workflow 1) including new trends
- Identify knowledge gaps โ concepts mentioned in trends that have no existing entry
- Log iteration via
self-iteration-engine - Propose learning topics for next week based on gaps
Memory Structure
memory/
โโโ tier1-public/
โ โโโ concepts-summary-YYYY-MM.md # Monthly concept overview (T1)
โ โโโ trends-YYYY-MM-DD.md # Trend research results (T1)
โโโ tier2-internal/
โ โโโ concepts-detail-YYYY-MM.md # Detailed encrypted notes (T2)
โโโ concepts/
โ โโโ \x3Cconcept-slug>.md # Individual concept files
โ โโโ INDEX.md # Master index of all concepts
โโโ usage-logs/
โโโ knowledge-and-trends-engine.md # Delegated to self-iteration-engine
Query Examples
"ๆ่ฟๆไปฌ่่ฟไปไนๆฅ็๏ผ" โ Workflow 1 (concept summarization)
"็็่ฟ็ฏhttps://... ๅธฎๆๆ็ผๆ ธๅฟๆฆๅฟต" โ Workflow 2 (content parse)
"ๆ่ฟAI้ขๅๆไปไนๆฐๅจๅ" โ Workflow 3 (trend research)
"ๅฎๆๆป็ป" โ Workflow 4 (periodic review)
"่ฟไธชๆฆๅฟตไฝ ่ฎฐไฝ" + explanation โ Workflow 2, Step 2-3 (direct store)
๐ก ็ฅ่ฏ่ถๅฟๅผๆ
็ฅ่ฏ็งฏ็ดฏไธๆๆฏ่ถๅฟๅๆๅผๆใๅฎๆๆป็ปไธ็จๆท่ฎจ่ฎบ่ฟ็ๆฆๅฟต๏ผ่งฃๆ็จๆทๅไบซ็่ง้ข/ๆ็ซ /ๅพ็ๅ ๅฎน๏ผ่ฐ็ ๆๆฐๆๆฏไธๆฐ้ป็ญ็น๏ผๅนถ้่ฟๅ ฑไบซ็ปไปถๆ่ฝๅฎ็ฐ่ช่ฟญไปฃใ
ๆ ธๅฟๅทฅไฝๆต
ๅทฅไฝๆต1๏ผๆฆๅฟตๆป็ป๏ผๆ้๏ผ
็จๆท่ฏด๏ผ"ๆป็ปๆ่ฟ่่ฟ็ๆฆๅฟต"
็ฌฌไธๆญฅ๏ผๆถ้่ฎฐๅฟๆบ
- ่ฏปๅ
memory/tier1-public/ไธญ็ๆ่ฝ็ป่ฎกๅๅ ฌๅผ็ฅ่ฏ - ่ฏปๅ
memory/concepts/ไธญ็ๆฆๅฟตๆไปถ - ่ฏปๅๆ่ฟ7ๅคฉ็ๆฏๆฅ็ฌ่ฎฐ
็ฌฌไบๆญฅ๏ผ่ฏๅซ็ฌ็ซๆฆๅฟต ๆซๆๆๆๆบๆๅๅฏไธๆฆๅฟต๏ผๅคๆญ๏ผ็ฑปๅซใๆ็ๅบฆใๅ ณ่ๆฆๅฟตใๆฅๆบ
็ฌฌไธๆญฅ๏ผ็ๆๆป็ป ๆไปฅไธ็ปๆ่พๅบ๏ผ
- ๐ ๆฌๆๆฐๆฆๅฟต
- ๐ ่ฟ่กไธญ็ๆฆๅฟต
- ๐ ๅทฒๆๆก็ๆฆๅฟต
็ฌฌๅๆญฅ๏ผๅญๅจ
ๅงๆ complex-memory-manager ๅญๅจๆป็ป
ๅทฅไฝๆต2๏ผ่งฃๆๅค้จๅ ๅฎน๏ผๆ้๏ผ
็จๆทๅไบซๅ ๅฎนๆถ๏ผๆ็ซ URLใ่ง้ขURLใๅพ็ใๆ็ดๆฅๆฆๅฟต่งฃ้
็ฌฌไธๆญฅ๏ผๅ ๅฎนๅๆ
- ๆ็ซ โ
web_fetchๆๅๅ ณ้ฎๆฆๅฟตใ่ฎบๆฎใๆฐๆฎ - ่ง้ข โ ๅฆๆๆๅญ็จฟๅๆๅไธปๆจใ็คบไพใ็ป่ฎบ
- ๅพ็ โ ๆ่ฟฐ่ง่งๅ ๅฎน๏ผๆๅๆๅญ๏ผๆพๅบๅ ณ้ฎๆฆๅฟต
- ็ดๆฅ่งฃ้ โ ่งฃๆ็จๆท็ๆๅญ่ฏดๆ
็ฌฌไบๆญฅ๏ผๆฆๅฟต็ปๆๅ ๆฏไธชๆฆๅฟตๅๅปบ็ปๆๅ็ฌ่ฎฐ๏ผๅ ๆฌๅ็งฐใ็ฑปๅซใๆฅๆบใๆ่ฆใ่ฆ็นใๅ ณ่ๆฆๅฟตใๅฎ้ ๅบ็จ
็ฌฌไธๆญฅ๏ผไบคๅ้พๆฅ ๆฃๆฅๅทฒๆๆฆๅฟต๏ผๅๅ้พๆฅ๏ผ่ฅๅทฒๅญๅจๅๅๅนถ/ๆดๆฐ่้้ๅค
ๅทฅไฝๆต3๏ผ่ถๅฟ่ฐ็ ๏ผๅฎๆ/ๆ้๏ผ
็จๆท่ฏด๏ผ"ๆ่ฟๆไปไนๆๆฏ็ญ็น"
็ฌฌไธๆญฅ๏ผ็กฎๅฎ่ฐ็ ่ๅด ไฝฟ็จ็จๆทๆๅฎๅ ณ้ฎ่ฏๆๅทฒๆๆฆๅฟต็ฑปๅซไฝไธบ็งๅญ
็ฌฌไบๆญฅ๏ผๆ็ดขๆถ้
web_search ๅฎๅๆ็ดข๏ผไผๅ
ๆฅๆบ๏ผTechCrunchใArsTechnicaใarXivใGitHubใBloombergใReuters
็ฌฌไธๆญฅ๏ผ่ถๅฟๅๆ ๅฏนๆฏไธช่ถๅฟ่ฎฐๅฝ๏ผๆ ้ขใ็ฑปๅซใ้่ฆๆงใๆ่ฟฐใๅฝฑๅใๆฅๆบใไธ็ฐๆๆฆๅฟต็ๅ ณ็ณป
็ฌฌๅๆญฅ๏ผๅญฆไน ไธๅญๅจ ไฝฟ็จๅทฅไฝๆต2ๆ ผๅผๅญๅจๆฐๆฆๅฟต๏ผๆดๆฐ่ถๅฟๆไปถ
ๅทฅไฝๆต4๏ผๅฎๆ่ชๅฎก๏ผCron้ฉฑๅจ๏ผ
้ป่ฎคๆฏๅจๆง่ก๏ผ
- ๅฎกๆฅ
memory/concepts/ไธญ็็งฏ็ดฏๆฆๅฟต - ๅจๆๆฆๅฟตๅญๅจ็็ฑปๅซไธ่ฟ่ก่ถๅฟ่ฐ็
- ็ๆๅ ๅซๆฐ่ถๅฟ็ๅๅนถๆป็ป
- ่ฏๅซ็ฅ่ฏ็ฒๅบ
- ้่ฟ
self-iteration-engine่ฎฐๅฝ่ฟญไปฃ - ๅบไบ็ฒๅบๆๅบไธๅจๅญฆไน ไธป้ข
่ฎฐๅฟ็ปๆ
memory/
โโโ tier1-public/
โ โโโ concepts-summary-YYYY-MM.md # ๆๅบฆๆฆๅฟตๆฆ่ง๏ผๅ
ฌๅผ๏ผ
โ โโโ trends-YYYY-MM-DD.md # ่ถๅฟ่ฐ็ ็ปๆ๏ผๅ
ฌๅผ๏ผ
โโโ tier2-internal/
โ โโโ concepts-detail-YYYY-MM.md # ่ฏฆ็ปๅ ๅฏ็ฌ่ฎฐ๏ผๅ
้จ๏ผ
โโโ concepts/
โ โโโ \x3Cๆฆๅฟตslug>.md # ็ฌ็ซๆฆๅฟตๆไปถ
โ โโโ INDEX.md # ๆฆๅฟตๆป็ดขๅผ
โโโ usage-logs/
โโโ knowledge-and-trends-engine.md # ็ฑself-iteration-engine็ฎก็
ๆฅ่ฏข็คบไพ
"ๆ่ฟๆไปฌ่่ฟไปไนๆฅ็๏ผ" โ ๅทฅไฝๆต1๏ผๆฆๅฟตๆป็ป๏ผ
"็็่ฟ็ฏhttps://... ๅธฎๆๆ็ผๆ ธๅฟๆฆๅฟต" โ ๅทฅไฝๆต2๏ผๅ
ๅฎน่งฃๆ๏ผ
"ๆ่ฟAI้ขๅๆไปไนๆฐๅจๅ" โ ๅทฅไฝๆต3๏ผ่ถๅฟ่ฐ็ ๏ผ
"ๅฎๆๆป็ป" โ ๅทฅไฝๆต4๏ผๅฎๆ่ชๅฎก๏ผ
"่ฟไธชๆฆๅฟตไฝ ่ฎฐไฝ" + ่งฃ้ โ ๅทฅไฝๆต2๏ผ็ดๆฅๅญๅจ๏ผ
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install knowledge-and-trends-engine - After installation, invoke the skill by name or use
/knowledge-and-trends-engine - Provide required inputs per the skill's parameter spec and get structured output
What is ๐ก Knowledge & Trends Engine?
Knowledge accumulation and tech trend analysis engine. Periodically summarizes learned concepts from user interactions, parses content from videos/articles/i... It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.
How do I install ๐ก Knowledge & Trends Engine?
Run "/install knowledge-and-trends-engine" in the OpenClaw or Claude Code chat to install it in one step โ no extra setup required.
Is ๐ก Knowledge & Trends Engine free?
Yes, ๐ก Knowledge & Trends Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ๐ก Knowledge & Trends Engine support?
๐ก Knowledge & Trends Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ๐ก Knowledge & Trends Engine?
It is built and maintained by shake27 (@bustes01); the current version is v1.0.0.