source-command-track-mentions

Track new online mentions of the Codex Ultimate Guide and update the YAML tracker with deduplicated results.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/srednoff888-art/4 --skill source-command-track-mentions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-track-mentions
Source: https://github.com/srednoff888-art/4/tree/main/.agents/skills/source-command-track-mentions
Command: npx skills add https://github.com/srednoff888-art/4 --skill source-command-track-mentions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracks and records external mentions of the Codex Ultimate Guide, automating the collection and updating of a central mentions tracker.

Core Features & Use Cases

  • Cross-source discovery across articles, blogs, newsletters, Reddit, social platforms, YouTube, podcasts, and more
  • De-duplication and YAML-based recording in docs/media-mentions/mentions.yaml
  • Use Case: When new mentions appear, automatically append them to the tracker with deduplication

Quick Start

Run the track-mentions command to scan for new mentions and update docs/media-mentions/mentions.yaml.

Frequently Asked Questions about source-command-track-mentions

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

FAQPage Schema
How do I track online mentions of a specific guide across articles and social media?

To track online mentions across articles and social media, this Skill automates cross-source discovery on platforms like Reddit, Twitter/X, LinkedIn, and YouTube, then records the results in a YAML tracker. It uses Perplexity-based deep research with WebSearch fallbacks to find new mentions.

What is the best way to automate tracking web mentions and storing them in YAML?

The best way to automate tracking web mentions into YAML is running the track-mentions command, which executes a multi-step workflow to scan diverse sources, apply URL normalization, deduplicate results, and append new entries directly to your mentions.yaml file.

Can I use Perplexity and WebSearch fallbacks for automated web research?

Yes, you can use Perplexity and WebSearch fallbacks for automated web research. The Skill implements a multi-step workflow that uses Perplexity-based deep research as the primary method, automatically falling back to WebSearch to ensure comprehensive mention discovery.

How does deduplication work when updating a YAML mentions tracker?

Deduplication when updating a YAML mentions tracker works by applying URL normalization to standardize web links before comparison. The Skill automatically filters out duplicate entries and existing records, ensuring only new, unique mentions are appended to the tracker.

Does the mentions tracker exclude the guide's own pages from search results?

Yes, the mentions tracker explicitly excludes the guide's own pages from search results. While scanning diverse sources like articles, blogs, newsletters, and GitHub issues, the workflow filters out self-referential URLs to track only external mentions.