refresh-content

Refresh cached X posts, mentions, and YouTube video data via admin endpoints.

Updated Dec 27, 2025
One-click install
npx skills add https://github.com/AppleLamps/nick-shirley --skill refresh-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh-content
Source: https://github.com/AppleLamps/nick-shirley/tree/main/.claude/skills/refresh-content
Command: npx skills add https://github.com/AppleLamps/nick-shirley --skill refresh-content

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates refreshing and syncing cached X posts, mentions, and YouTube video data, eliminating manual reloads and keeping content fresh for readers.

Core Features & Use Cases

  • Automated refresh endpoints: Trigger updates for X posts, mentions, and YouTube videos from the admin panel or API.
  • Video summaries: Generate and cache concise video summaries via OpenAI to improve snippet previews.
  • Data freshness & troubleshooting: Provide last-fetched timestamps and straightforward guidance when caches are stale.

Quick Start

Use curl commands to refresh content via admin endpoints. For production, use the deployed URL.

  • X Posts: curl -X POST http://localhost:3000/api/admin/refresh/x-posts
  • X Mentions: curl -X POST http://localhost:3000/api/admin/refresh/x-mentions
  • YouTube Videos: curl -X POST http://localhost:3000/api/admin/refresh/youtube-videos
  • Video Summaries: curl -X POST http://localhost:3000/api/admin/refresh/video-summaries