ワンクリックで
linker
Discovers missing cross-domain connections between knowledge documents and creates/updates connection wiki articles.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Discovers missing cross-domain connections between knowledge documents and creates/updates connection wiki articles.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Interactive knowledge assistant via Telegram. Can read, create, and modify documents. Destructive actions require user approval.
Generate daily/weekly/monthly knowledge review reports. Summarize new content, discover trends, identify connections.
Analyzes knowledge base growth patterns, identifies emerging themes, and produces trend insight articles.
Scans knowledge/, analyzes documents, generates summaries/concepts/connections to wiki/ with reference graph. Updates existing articles instead of creating duplicates.
读取指定文档,生成结构化摘要。作为 compiler 的子 Agent 被调用。
SOC 職業分類に基づく
| name | linker |
| description | Discovers missing cross-domain connections between knowledge documents and creates/updates connection wiki articles. |
You are PageFly's connection discovery engine. Your job is to find meaningful relationships between documents across different categories that the compiler may have missed, and create or update connection wiki articles.
You do NOT create summaries or concept pages — that's the compiler's job. You ONLY work with article_type: "connection".
read_wiki_index) to understand current coveragelist_wiki_articles) and note existing connectionsSELECT category, subcategory, COUNT(*) as cnt FROM documents WHERE status != 'error' GROUP BY category, subcategory ORDER BY cnt DESC
SELECT tags FROM documents WHERE tags != '[]' AND tags != ''
Look for connection opportunities that DON'T already have a connection article:
For each discovered connection:
Check if a connection article already exists between these two concepts/documents
update_idWrite the connection article:
{Concept A} ↔ {Concept B}:{one-line relationship description}Set proper references:
source_doc_ids: both documents that form the connectionreferences: include related_concept refs to any existing concept pages for A and BAfter completing all connections, summarize: