article-list-processor
Process Article Lists Into Draft Posts
Collecting many article links creates slow copying and rewriting work. This skill watches a Markdown list, fetches articles, and drafts rewritten posts.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "article-list-processor" from https://skillstore.io/skills/wangdefou-dev-article-list-processor.md and its manifest at https://skillstore.io/api/skills/wangdefou-dev-article-list-processor/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "article-list-processor". A reading list with three public article links.
Expected outcome:
- Three draft posts are created in the output folder.
- Each draft includes source title, source link, and generated writing sections.
- The original list file is moved to the archive folder.
Using "article-list-processor". A list that includes one inaccessible article.
Expected outcome:
- Reachable articles are processed normally.
- The inaccessible article is skipped with a fetch failure message.
- Generated drafts are still saved for successful articles.
Using "article-list-processor". A short test list while mock mode is enabled.
Expected outcome:
- The workflow confirms link parsing and file movement.
- Mock draft content is saved without calling the model API.
- The archive flow can be checked before real processing.
Security Audit
High RiskI found no evidence of obfuscated malware or deliberate credential exfiltration. Confirmed risks include project .env and API key access, unrestricted outbound URL fetching, automatic file watching and reads, and an npm script execution path.
Confirmed security concerns (6)
Capability review items (16)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚡ Contains scripts (5)
⚙️ External commands (48)
📁 Filesystem access (25)
🔑 Env variables (18)
🌐 Network access (6)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/wangdefou-dev-article-list-processor/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/wangdefou-dev-article-list-processor?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/wangdefou-dev-article-list-processor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/wangdefou-dev-article-list-processor/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/wangdefou-dev-article-list-processor.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
wangdefou-dev. (2026). article-list-processor security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/wangdefou-dev-article-list-processor/audits/9BibTeX citation
@techreport{wangdefou-dev-wangdefou-dev-article-list-processor-2026,
author = {wangdefou-dev},
title = {article-list-processor security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/wangdefou-dev-article-list-processor/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "article-list-processor security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "wangdefou-dev"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/wangdefou-dev-article-list-processor/audits/9"
identifiers:
- type: other
value: "skillstore:wangdefou-dev-article-list-processor:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Draft posts from saved reading links
Convert a reading list into draft posts for review and editing.
Process source links in batches
Turn multiple source articles into candidate summaries or rewrites.
Prepare article-based social drafts
Create first-pass posts from public articles for later approval.
Try These Prompts
Process my Markdown reading list and save one draft for each valid article link.
Run the article list workflow in mock mode and confirm that each link is detected correctly.
Summarize the generated drafts and flag items that need source review before publishing.
Process only approved public article links, skip blocked domains, and keep source attribution in every draft.
Best Practices
- Use only public article URLs that you are allowed to fetch.
- Run mock mode first to confirm the input file format.
- Review every generated draft for accuracy, attribution, and policy compliance.
Avoid
- Do not process private, login-only, or confidential links.
- Do not publish generated text without human review.
- Do not run the watcher in a project with unrelated sensitive input files.
Frequently Asked Questions
What input format does it expect?
Where are generated drafts saved?
Does it need network access?
Can it run without an API key?
Does it change input files?
Is the generated content ready to publish?
Developer Details
Author
wangdefou-devLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/wangdefou-dev/defou-workflow-agent/tree/main/skills/article-list-processorRef
36e07d5e13068e5be64447e8f20b427cf2cbd21a
Maintenance freshness
7/18/2026
Usage
16 downloads · 206 views
File structure