Agent skill

article-list-processor

读取包含文章列表的 Markdown 文件,自动抓取原文内容并生成爆款文案。

Stars 232
Forks 15

Install this agent skill to your Project

npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/wangdefou-dev/article-list-processor

SKILL.md

Article List Processor Skill

这个 Skill 专门用于处理“文章列表”。你只需要提供一个包含多个文章标题和链接的 Markdown 文件,它就会自动遍历列表,逐个抓取网页内容,并应用 Defou x Stanley 工作流进行重写。

功能描述

  1. Parse List: 读取 defou-workflow-agent/local_inputs/ 下的 Markdown 文件,解析出所有的 [标题](链接)
  2. Fetch Content: 使用爬虫技术(Readability)自动抓取目标链接的正文内容。
  3. Generate: 使用 Defou x Stanley 风格重写每一篇文章。
  4. Save: 将每篇文章的重写结果单独保存为文件。

使用场景

当你收集了一堆高质量的文章链接(比如从 Newsletter、Twitter 或 RSS 收集的),想要批量把它们转化为自己的爆款内容时,使用此 Skill。

使用方法

1. 准备清单文件

defou-workflow-agent/local_inputs/ 下创建一个文件(例如 reading_list.md),内容格式如下:

markdown
# 我的今日阅读清单

1. [为什么年轻人不爱存钱了?](https://example.com/article1)
2. [如何通过 AI 提高效率](https://example.com/article2)
- [DeepSeek 深度解析](https://example.com/article3)

2. 启动全自动监听

bash
npm run skill:list

终端将显示 👀 Watching directory: ...,此时程序进入后台监听状态。

3. 投放任务

将你的清单文件(如 links.md)直接拖入 defou-workflow-agent/local_inputs/ 文件夹。

4. 自动执行

系统将自动触发以下流程:

  1. 检测: 发现新文件 links.md
  2. 抓取 & 生成: 遍历链接,抓取正文,生成 Defou/Stanley 风格初稿。
  3. 验证 (Verify): 初稿生成完毕后,自动启动 skill:verify 进行爆款要素验证和优化。
  4. 归档: 原文件被移入 archive/

你只需要去 outputs/viral-verified-posts/ 收取最终成品即可。

Expand your agent's capabilities with these related and highly-rated skills.

aiskillstore/marketplace

perigon-backend

Perigon ASP.NET Core + EF Core + Aspire conventions

232 15
Explore
aiskillstore/marketplace

perigon-agent

Pointers for Copilot/agents to apply Perigon conventions

232 15
Explore
aiskillstore/marketplace

perigon-angular

Angular 21+ standalone/Material/signal conventions for Perigon WebApp

232 15
Explore
aiskillstore/marketplace

fastapi-mastery

Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.

232 15
Explore
aiskillstore/marketplace

context7-efficient

Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.

232 15
Explore
aiskillstore/marketplace

browser-use

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.

232 15
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results