social-media-intelligence

Solid

Social media monitoring, narrative tracking, and open-source intelligence for journalists. Use when tracking viral content spread, analyzing coordinated campaigns, monitoring breaking news on social platforms, investigating accounts for authenticity, or detecting misinformation patterns. Essential for reporters covering online narratives and digital investigations.

DevOps & Infrastructure 233 stars 44 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Social media intelligence Systematic approaches for monitoring, analyzing, and investigating social media for journalism. ## When to activate - Tracking how a story spreads across platforms - Investigating potential coordinated inauthentic behavior - Monitoring breaking news across social platforms - Analyzing account networks and relationships - Detecting bot activity or manipulation campaigns - Building evidence trails for digital investigations - Archiving social content before deletion ## Real-time monitoring ### Multi-platform tracker ```python from dataclasses import dataclass, field from datetime import datetime from typing import List, Optional, Dict from enum import Enum import hashlib class Platform(Enum): TWITTER = "twitter" # X since 2023; "twitter" retained for legacy data FACEBOOK = "facebook" INSTAGRAM = "instagram" TIKTOK = "tiktok" YOUTUBE = "youtube" REDDIT = "reddit" THREADS = "threads" BLUESKY = "bluesky" MASTODON = "mastodon" TELEGRAM = "telegram" @dataclass class SocialPost: platform: Platform post_id: str author: str content: str timestamp: datetime url: str engagement: Dict[str, int] = field(default_factory=dict) media_urls: List[str] = field(default_factory=list) archived_urls: List[str] = field(default_factory=list) content_hash: str = "" def __post_init__(self): # Hash content for duplicate detection self.content_hash = hashlib.md5( ...

Details

Author
jamditis
Repository
jamditis/claude-skills-journalism
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

social-media-intelligence-tw

台灣新聞社群媒體情報與 OSINT 工作流程 (繁體中文/台灣專用版,對應 upstream social-media-intelligence 的美國版)。涵蓋:跨平台即時監測 (台灣場景:Threads/PTT/Dcard/LINE/FB/X/TikTok)、帳號真實性分析、敘事追蹤、協同操作偵測、台灣資訊作戰研究方法 (DoubleThink Lab、IORG)、2024 大選境外干預案例、平台研究 API (Meta Content Library、X 付費 API、TikTok Research API、Bluesky Jetstream)、Bellingcat / WITNESS 等國際工具、法律風險 (《選罷法》§104 加重深偽、《社維法》§63 散布謠言、《刑法》§310)、倫理規範。追蹤協同操作、跨平台敘事擴散、突發新聞社群監測、調查報導 OSINT 時觸發。調查記者、查核員、跨平台追蹤研究員必備。

0 Updated 2 days ago
richardvt
API & Backend Listed

social-media-api-integration

Integrate with social media platform APIs for automated posting, scheduling, analytics retrieval, and content syndication. Covers OAuth flows, rate limiting, and multi-platform strategies. Triggers on social media API integration, automated posting, or platform API requests.

7 Updated today
organvm-iv-taxis
DevOps & Infrastructure Solid

social-media-posts

Create platform-specific social media posts for LinkedIn, Facebook, Instagram, and Reddit. Handles character limits, hashtag strategies, hook placement, and image specs per platform. Works from scratch, from existing content (blog, newsletter, announcement), or as a multi-platform campaign. Produces copy-paste-ready posts. Triggers: 'social media post', 'linkedin post', 'facebook post', 'instagram caption', 'reddit post', 'social posts', 'post to social', 'repurpose for social', 'social media campaign'.

809 Updated 2 weeks ago
jezweb
AI & Automation Listed

social-media-posting

Cross-platform social media content creation, posting, and engagement skill. Covers Instagram, LinkedIn, X/Twitter, Threads, YouTube, TikTok, Reddit, dev.to, Facebook, Discord, and Telegram. Handles AI image generation (Nano Banana Pro with 3 options per image at correct aspect ratios), AI video generation (Veo 3.1), carousel creation, platform-specific posting flows, deduplication against recent posts, strategic content planning (hook formulas, psychological angles, content pillars), brand context integration, proof screenshot creation for virality, and daily engagement (replying to 10 threads per platform). Use this skill whenever the user wants to post content to social media, create social media visuals, schedule posts, engage with followers, grow their audience, reply to threads, or manage any social media activity. Also activate when the user mentions any social platform by name, says 'post this', 'share on social', 'engage', 'reply to threads', 'publish a post about', 'social media blast', 'cross-post

35 Updated today
anton-abyzov
AI & Automation Listed

social-media

Creates multi-platform social media content with scheduling strategy, engagement optimization, platform-specific formats, and content calendars. Use when user asks about social media, Twitter, LinkedIn, Instagram, TikTok, YouTube, content calendar, hashtag strategy, social engagement, 소셜 미디어, 소셜 콘텐츠, 콘텐츠 캘린더, 카카오스토리, 네이버 블로그, 밴드, or 한국 SNS.

3 Updated today
Yoodaddy0311