add-link

Validate, deduplicate, and summarize source URLs for Gen AI journal workdesk.

Updated Jun 28, 2025
One-click install
npx skills add https://github.com/beijaflor/gen-ai-journal --skill add-link
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-link
Source: https://github.com/beijaflor/gen-ai-journal/tree/main/.claude/skills/add-link
Command: npx skills add https://github.com/beijaflor/gen-ai-journal --skill add-link

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the collection, validation, deduplication, and summarization of article URLs for Gen AI Journal, reducing manual curation time and ensuring consistent, high-quality inputs for weekly journals.

Core Features & Use Cases

  • URL Validation & Sanitization: Clean and validate URLs (remove tracking params) and check for duplicates against the journal's sources and existing summaries.
  • Automated Source Management: Append new URLs to the sources ledger with proper IDs and track processing status.
  • Automatic Summarization: Generate concise AI-driven summaries for each unique URL and store them under workdesk/summaries.
  • Progress & Batch Handling: Process URLs in batches with clear reporting and error handling.

Quick Start

Provide a list of URLs to add, and the skill will validate, deduplicate, add to sources.md, and generate summaries. For example: "Add these URLs to the journal: https://example.com/ai-news, https://github.com/blog/copilot"

Frequently Asked Questions about add-link

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

FAQPage Schema
How do I validate and deduplicate URLs before adding them to a journal?

URL validation and deduplication removes tracking parameters, sanitizes links, and checks against existing sources and published summaries to prevent duplicates. This ensures only clean, unique articles enter your journal workflow.

Can I automatically generate summaries for multiple URLs at once?

Yes, automatic summarization processes URLs in batches and generates concise AI-driven summaries for each unique link, storing them in your workdesk with proper status tracking and ID assignment for organized source management.

What's the best way to organize and track article sources for a weekly journal?

Append validated URLs to a sources ledger with assigned IDs and processing status, then generate and store summaries in a structured workdesk directory. This creates a deduplicated, tracked repository ready for weekly journal curation.

Does this handle batch processing of multiple links with error reporting?

Yes, the Skill processes URLs in batches with clear progress reporting and error handling, so you can submit multiple links at once and receive feedback on validation, deduplication, and summary generation results.

How does URL sanitization improve journal data quality?

Sanitization removes tracking parameters and cleans malformed URLs, preventing duplicate entries caused by parameter variations and ensuring consistent, normalized source records across your journal's sources and summaries.