linkding-ingest

Fetch Linkding bookmarks, delegate per-bookmark analysis to child agents, and write insights to the vault.

9|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/lmorchard/decafclaw --skill linkding-ingest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linkding-ingest
Source: https://github.com/lmorchard/decafclaw/tree/main/contrib/skills/linkding-ingest
Command: npx skills add https://github.com/lmorchard/decafclaw --skill linkding-ingest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates the ingestion of Linkding bookmarks, delegates per-bookmark analysis to child agents, and records insights to the vault, enabling scalable knowledge enrichment without leaking heavy article text into the parent context.

Core Features & Use Cases

  • Delegates per-bookmark analysis to child agents to keep the parent lightweight and secure.
  • Fetches new bookmarks with flexible date ranges and filters, then compiles structured vault writes.
  • Writes results to agent/pages under the vault, enabling cross-linking and long-term knowledge organization.

Quick Start

Execute the skill to fetch recent bookmarks and delegate per-bookmark analysis to child agents.

Frequently Asked Questions about linkding-ingest

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

FAQPage Schema
How do I ingest Linkding bookmarks into a knowledge management vault?▼

This skill ingests Linkding bookmarks into a vault by fetching new bookmarks with flexible date ranges, delegating per-bookmark analysis to child agents, and compiling structured vault writes for cross-linking and long-term knowledge organization.

Why does bookmark ingestion delegate analysis to child agents?▼

Bookmark ingestion delegates analysis to child agents to keep the parent context lightweight and secure, preventing heavy article text from leaking while enabling scalable knowledge enrichment for vault writes.

Can I filter Linkding bookmarks by date range when importing to vault?▼

Yes, you can filter Linkding bookmarks by date range during ingestion, as the skill fetches new bookmarks with flexible date ranges before delegating analysis and compiling structured vault writes.

Do I need the tabstack skill to ingest Linkding bookmarks?▼

Yes, you need the tabstack skill, as this ingestion process relies on tabstack_extract_markdown alongside vault_read, vault_write, and vault_search to synthesize and organize bookmark content.

Where are ingested Linkding bookmarks stored in the vault?▼

Ingested Linkding bookmarks are written to agent pages under the vault, enabling cross-linking and long-term knowledge organization of summarized insights from per-bookmark analyses.