article-capture-reply-template

Format article-capture replies with summaries and clickable source links.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fanlf1/wiki --skill article-capture-reply-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-capture-reply-template
Source: https://github.com/fanlf1/wiki/tree/main/tools/hermes/article-capture-bundle/examples/article-capture-reply-template
Command: npx skills add https://github.com/fanlf1/wiki --skill article-capture-reply-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

为已抓取的文章生成统一回复,避免每次手工拼接摘要、原文链接和路径信息。

Core Features & Use Cases

  • 统一输出抓取完成后的标准回复模板
  • 强制独立展示可点击的 source 链接,适合微信、千问、小红书等内容抓取后的回执
  • 适合团队在入库后快速通知、留痕和检索

Quick Start

请根据已抓取文章的 source 字段,生成一段符合模板的简洁回复。

Frequently Asked Questions about article-capture-reply-template

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

FAQPage Schema
How do I generate a standard reply after capturing a WeChat article?

To generate a standard reply for a captured WeChat article, use a template that formats a concise content summary, a separate clickable markdown source link, and an optional file path. This ensures consistent post-capture notifications.

What is the best way to format a content summary with a source link for captured notes?

The best way to format a content summary with a source link is to enforce a separate markdown link line verified from the frontmatter URL. This guarantees the source remains clickable alongside the brief summary text.

Can I use a single reply template for both Xiaohongshu notes and Qianwen chats?

Yes, a single reply template applies to both Xiaohongshu notes and Qianwen chats. It uniformly formats captured content by extracting the verified source URL and generating a brief summary for your team.

Why does my captured article reply need a separate markdown link line?

A separate markdown link line is required to ensure the source URL from the frontmatter displays as a clickable link. This prevents the URL from being buried inside the content summary text.

How do I include a file path in my article-capture reply?

You can include a file path in your article-capture reply through optional file path handling within the template. The skill formats this path alongside the content summary and verified source link.