claude-skill-media-fetcher は何をしますか?
Fetch social media post metadata, text, and images. Auto-detects Douyin, Xiaohongshu, and Twitter/X links. No login required.
ソーシャルメディアの投稿メタデータ、テキスト、画像を取得します。抖音、小红书、Twitter/Xのリンクを自動検出。ログイン不要。
このスキルは、Claude CodeやCursorなどのAIエージェントがソーシャルメディアの投稿からメタデータ、テキスト、画像を取得できるようにするものです。対応プラットフォームは抖音(Douyin)、小红书(Xiaohongshu)、Twitter/Xで、リンクを自動検出します。ログインやAPI認証が不要なため、公開情報への簡単なアクセスが可能です。開発者やユーザーは、このスキルを利用してソーシャルメディアのコンテンツを分析、共有、またはアーカイブする際に、手動で情報を収集する手間を省くことができます。内部ではURLパターンマッチングによりリンクを識別し、対応するプラットフォームの公開エンドポイントからデータを取得します。これにより、AIエージェントがソーシャルメディアの投稿内容をリアルタイムで参照し、その情報を会話やタスク処理に活用できるようになります。
npx skills add kjx-talesofai/claude-skill-media-fetcherFetch social media post metadata, text, and images. Auto-detects Douyin, Xiaohongshu, and Twitter/X links. No login required.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.