Article Workflow Skill

Identify, analyze, and summarize online articles into structured insights.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/dongnan/article-workflow --skill article-workflow-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Article Workflow Skill
Source: https://github.com/dongnan/article-workflow/tree/main
Command: npx skills add https://github.com/dongnan/article-workflow --skill article-workflow-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates end-to-end article analysis, from ingestion and summarization to tagging, scoring, and archiving, reducing manual effort and improving consistency.

Core Features & Use Cases

  • Automated URL ingestion, content extraction, and deduplication to prevent repeated work.
  • End-to-end analysis, quality scoring, and generation of a detailed report with links to a Feishu doc and a Bitable entry.
  • Batch routing with concurrency control to speed up large-scale article reviews.

Quick Start

Start by providing a sample article URL to trigger a single-article workflow and observe the generated summary, score, and documentation link.

Frequently Asked Questions about Article Workflow Skill

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

FAQPage Schema
How do I automate article analysis and archiving to Feishu Docs?

Automate article analysis by ingesting URLs, extracting content, and summarizing insights to produce structured reports. It archives these results directly into Feishu Docs and Bitable entries, reducing manual effort.

How does URL deduplication work during batch article routing?

URL deduplication prevents repeated work by identifying and filtering out articles that have already been processed. This ensures batch routing with concurrency control only analyzes unique online articles.

Can I use environment-provided credentials to analyze articles without data exfiltration?

Yes, article analysis uses environment-provided credentials and enforces strict data boundaries to avoid data exfiltration. It coordinates with OpenClaw tools to securely process and summarize content.

What is the best way to handle large-scale article reviews and scoring?

The best way to handle large-scale article reviews is using batch routing with concurrency control. This accelerates processing while applying quality scoring and generating detailed analysis reports.

Do I need heartbeat triggers for single-article workflow processing?

Heartbeat triggers are not required for single-article workflow processing. You can simply provide a sample article URL to trigger ingestion and observe the generated summary, score, and documentation link.