link-extractor/SKILL.md
从社交媒体、技术新闻和博客文章中提取核心资源,生成结构化 Markdown 条目并归档到指定文件夹。支持智能分类和多种输出样式。
npx skillsauth add susuyan/skills link-extractorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
从各种平台(社交媒体、技术新闻、博客)提取链接内容,生成结构化 Markdown 条目并归档到指定文件夹。
触发条件: 用户使用 link 命令或提供 weibo/twitter/x.com/reddit/HN 等平台链接。
/link <URL>
从链接提取内容,自动分类并输出到当前位置。
/link <URL> 归档到 <路径>
将提取的内容归档到指定文件夹路径。
示例:
# 提取并归档到当前位置
/link https://weibo.com/1648815335/Qn8iCfNyt
# 提取并归档到指定文件夹
/link https://cursor.com/cn/blog/agent-best-practices 归档到 ./docs/daily-links/
# 提取并归档到指定文件
/link https://github.com/pointfreeco/swift-composable-architecture 归档到 ./docs/daily-links/2026-01-16.md
/link <URL1> <URL2> <URL3> 归档到 <路径>
示例:
/link https://sdk.vercel.ai https://ui.shadcn.com https://nextjs.org 归档到 ./docs/daily-links/
根据内容类型自动归类:
官方博客/技术文章 → 📘 Read This
开源项目/工具 → 🛠️ Tools
方法论/思考 → 🤓 Fav Finds
教程/实验 → 🔧 Try This
详见 references/categories.md
根据内容类型选择合适的样式:
样式详见:
YYYY-MM-DD.md 文件research
Skill permission analysis, one-time authorization, analyze skill permissions, batch authorization
documentation
Translate SKILL.md and README.md files into multiple languages for sharing skills internationally
development
Automatically share skills, migrate local skills to code repositories, open source skills, skill version management, configure git remote
development
Automatically allocate and manage development server ports, avoiding port conflicts between multiple Claude Code instances