link-extractor

Extract core resources from social posts and blogs into structured markdown entries.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/susuyan/skills --skill link-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: link-extractor
Source: https://github.com/susuyan/skills/tree/main/link-extractor
Command: npx skills add https://github.com/susuyan/skills --skill link-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

从社交媒体、技术新闻和博客文章中提取核心资源,生成结构化 Markdown 条目并归档到指定文件夹。支持聪明分类和多种输出样式。

Core Features & Use Cases

  • 提取主链接、标题、描述并按分类归档到六大板块,生成可直接使用的结构化条目
  • 支持多种输出样式,便于不同场景的展示和分享
  • 将结果归档到指定文件夹,自动去重并按日期组织

Quick Start

  • 使用 /link <URL> 提取并归档到当前位置
  • 使用 /link <URL> 归档到 ./docs/daily-links/
  • 使用 /link <URL1> <URL2> 归档到 ./docs/daily-links/YYYY-MM-DD.md

Frequently Asked Questions about link-extractor

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

FAQPage Schema
How do I extract links from social posts and save them as structured markdown?

To extract links from social posts and save them as structured markdown, use the /link command followed by a URL. The skill processes the content, categorizes it into structured entries, and archives the results directly to your specified folder.

Can I archive multiple links into a single daily markdown file?

Yes, you can archive multiple links into a single daily markdown file by providing multiple URLs separated by spaces. The skill organizes them into a date-based markdown file, such as ./docs/daily-links/YYYY-MM-DD.md, consolidating the extracted entries.

Does the link extraction and categorization process require any external services?

No, the link extraction and categorization process does not require any external services. The workflow operates entirely locally, parsing tech news and blogs to generate structured markdown entries without relying on external dependencies.

What is the best way to categorize extracted blog links into structured entries?

The best way to categorize extracted blog links into structured entries is using this skill's smart categorization feature. It automatically sorts extracted resources into six major sections and formats them with titles and descriptions for markdown archiving.

How does the daily-links archive handle duplicate URLs?

The daily-links archive automatically deduplicates URLs when archiving results to the designated folder. This ensures your structured markdown entries remain clean and organized by date without redundant links.