ai-linked-doc

Convert clipboard prompts into vault nodes and update the active board with wikilinks.

1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/oinani0721/canvas-learning-system --skill ai-linked-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-linked-doc
Source: https://github.com/oinani0721/canvas-learning-system/tree/main/canvas-vault/.claude/skills/ai-linked-doc
Command: npx skills add https://github.com/oinani0721/canvas-learning-system --skill ai-linked-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates transforming clipboard prompts into structured vault nodes and updates the active board with wikilinks, reducing manual node creation and linking effort.

Core Features & Use Cases

  • Clipboard-driven node creation: Derive new concept nodes directly from selected clipboard text.
  • Flat-pool vault integration: Writes new nodes to the vault's flat pool for quick retrieval.
  • Automatic board linking: Updates the active whiteboard's Concepts section with wikilinks to new nodes.
  • Consistent workflow under v4: Follows the v4 architecture rules to ensure proper placement and linking.

Quick Start

Trigger the workflow by sending a message that starts with /ai-linked-doc to derive a new node from the clipboard content and write it to the vault's flat node pool, then update the active board's Concepts section with a [[节点/<concept>]] link.

Frequently Asked Questions about ai-linked-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-create vault nodes from clipboard prompts?

To auto-create vault nodes from clipboard prompts, trigger the workflow by sending a message starting with /ai-linked-doc. The selected clipboard text is then parsed and written as a new concept node into the flat pool at nodes/<concept>.md.

How does automatic board linking work when adding new concept nodes?

Automatic board linking works by updating the active whiteboard's Concepts section with a [[节点/<concept>]] wikilink immediately after the new vault node is successfully created from the clipboard prompt.

What is the v4 architecture rule for writing to a flat node pool?

The v4 architecture rule for writing to a flat node pool ensures proper placement by saving derived clipboard content directly to nodes/<concept>.md and maintaining consistent linking within the active board's Concepts section.

Can I use Obsidian Canvas to automatically update wikilinks from selected text?

Yes, you can use this workflow to update Obsidian Canvas boards. It derives a concept from your selected text and automatically inserts the corresponding wikilink into the active board's Concepts section.

Do I need any dependencies to derive vault nodes from selected text?

No dependencies are required to derive vault nodes from selected text. The Skill operates independently to parse clipboard prompts and write the structured markdown files directly into your vault.