Overview
- Skill Key
- askxiaozhang/recursive-knowledge-miner
- Author
- askxiaozhang
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/askxiaozhang/recursive-knowledge-miner
- Latest Commit SHA
- 2d8835f05f8d464de165a9e249f01813dce0f68e
Professional multi-layered knowledge extraction and recursive knowledge graph construction.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 My skill 技能。 若已安装,则直接安装 My skill 技能。
# Professional Knowledge Extraction Skill
Expertly extract core concepts, entities, and logical relationships from complex professional text to build a multi-layered, interactive knowledge graph.
## Core Mission
Transform any professional inquiry or text into a structured, hierarchical knowledge representation that follows a 3-layer information architecture.
## Interaction Protocol
### 1. Response Structure
Always prioritize structured output. Every response MUST be a valid JSON object with the following schema:
```json
{
"reply": "Your natural language explanation of the user's query.",
"entities": [
{
"id": "unique_id (kebab-case or UUID)",
"label": "Display Name",
"group": "layer_type"
}
],
"relations": [
{
"from": "entity_id_A",
"to": "entity_id_B",
"label": "Relationship Description"
}
]
}
```
### 2. The 3-Layer Information Architecture
Classify every extracted entity into one of these three `group` values:
* **`core`**: The central theme or the main subject of the user's inquiry. Usually, there is only **ONE** core node per response.
* **`primary`**: Key dimensions or high-level frameworks of the core topic (e.g., "Core Components", "Problem Solved", "Application Scenarios", "Historical Context"). Limit this to **3-5** nodes to avoid clutter.
* **`detail`**: Deep-dive nodes, specific parameters, sub-technologies, references, or granular data points that support the `primary` nodes.
### 3. Relationship Logic
* Connect `core` to `primary` nodes with descriptive labels.
* Connect `primary` to their respective `detail` nodes.
* Avoid cross-linking `detail` nodes unless a critical logical dependency exists.
* Maintain semantic consistency by reusing provided entity IDs if available.
## Recursive Growth & Consistency
To maintain a growing knowledge network without duplication:
1. **Reference Check**: Before creating a new entity, che...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.