D

Daily Social Media Pulse

Monitors trending topics, engagement metrics, and competitor activity across Twitter/X, LinkedIn, Instagram, and TikTok

SkillClipticsdaily digestsv1.0.0MIT
0 views0 copies

Daily Social Media Pulse

Monitors trending topics, engagement metrics, competitor activity, and audience growth across Twitter/X, LinkedIn, Instagram, TikTok, and Bluesky. Delivers a consolidated social media intelligence briefing without requiring you to open each platform. Designed for creators, marketers, and founders who need to stay aware of social trends without the time sink of scrolling.

Supported Platforms & Integrations

PlatformSetup MethodAuth TypeNotes
Twitter/XX API v2OAuth 2.0 / Bearer tokenTimeline, trends, mentions, analytics
LinkedInLinkedIn APIOAuth 2.0Post performance, company page analytics
InstagramInstagram Graph API via MetaOAuth 2.0Business/creator accounts only
TikTokTikTok for Developers APIOAuth 2.0Business accounts, trending sounds

When to Use This Skill

  • Use this when you manage social media presence across 2+ platforms
  • Use this when you want to catch trending topics relevant to your niche early
  • Use this when you track competitor social activity for strategic intelligence
  • Consider alternatives when you need to post or schedule content (this is analytics-only)

Quick Start

# Minimal configuration - social-media-pulse.yml skill: daily-social-media-pulse platforms: twitter: enabled: true handle: "@yourhandle" track_mentions: true track_hashtags: ["#AI", "#devtools", "#startup"] linkedin: enabled: true profile_url: "linkedin.com/in/yourprofile" company_page: "your-company" instagram: enabled: true handle: "yourhandle"
claude /daily-social-media-pulse

Expected Output

SOCIAL MEDIA PULSE - March 15, 2026

TWITTER/X (@yourhandle):
  Followers: 12,847 (+23 today, +156 this week)
  Top tweet (last 24h): "Thread on AI agent architectures..."
    Impressions: 45.2K | Likes: 312 | Retweets: 87 | Replies: 34
    Engagement rate: 0.96% (above your 0.72% avg)
  Mentions: 8 new (3 questions, 2 praise, 3 tags)
  Trending in your niche: #AIAgents (rising), #DevTools (stable)

LINKEDIN (Your Profile):
  Profile views: 342 this week (+18%)
  Top post: "5 lessons from our Series A..."
    Views: 8,901 | Reactions: 234 | Comments: 45 | Shares: 12
...

Advanced Configuration

Platform-Specific Setup

Twitter/X Advanced

platforms: twitter: enabled: true handle: "@yourhandle" api_version: "v2" bearer_token_env: "TWITTER_BEARER_TOKEN" track_mentions: true track_hashtags: ["#AI", "#devtools"]

Full Options Reference

ParameterTypeDefaultDescription
platformsobjectrequiredPlatform configurations (see above)
competitorsarray[]Competitor accounts to monitor
schedulestring"08:00"Daily pulse delivery time
track_hashtagsarray[]Hashtags to monitor across platforms
sentiment_analysisbooleanfalseAnalyze mention and reply sentiment
engagement_benchmarksbooleantrueCompare metrics to your historical average

Core Concepts

ConceptPurposeHow It Works
Cross-Platform AggregationUnified view of social presenceNormalizes metrics across platforms into comparable engagement rates
Trend VelocityCatches trends earlyMeasures rate of change in hashtag volume, not just absolute numbers
Competitive IntelligenceStrategic awarenessMonitors competitor posting frequency, engagement, and sentiment shifts
Optimal TimingMaximizes reachAnalyzes your historical post performance by hour and day to predict best times

Architecture

Twitter API ──────> Twitter Fetcher ──┐
  LinkedIn API ─────> LinkedIn Fetcher ─┤
  Instagram API ────> Insta Fetcher ────┼──> Normalizer ──> Analytics Engine ──> Trend Detector

Workflow Examples

Input: Hashtag #AIAgents volume up 340% in last 6 hours on Twitter Processing: Detects velocity spike, checks if topic aligns with your tracked interests, analyzes current conversation sentiment, and identifies content gap (what has not been said yet). Output: Alert with trending topic, current conversation summary, suggested angle for your post, and recommended posting time within the next 2 hours.

Scenario 2: Competitor crisis monitoring

Input: Competitor's latest tweet receiving 60% negative sentiment (vs their usual 15%) Processing: Detects anomaly in competitor sentiment, analyzes the negative replies to understand the issue (pricing change, outage, controversy), and assesses if this creates opportunity. Output: Competitor alert with sentiment breakdown, root cause summary, and strategic recommendation (e.g., "Competitor facing backlash on pricing. Consider highlighting your transparent pricing this week.").

Best Practices

  1. Focus on engagement rate, not follower count -- A 5% engagement rate on 1,000 followers drives more business impact than 0.1% on 100,000. The pulse prioritizes engagement.

  2. Act on trending topics within 4 hours -- Trend velocity data is most valuable when acted on quickly. After 4-6 hours, most trends are saturated with content and your.

  3. Track 2-3 direct competitors maximum -- Monitoring too many competitors creates noise and analysis paralysis. Choose your closest competitors whose audience overlaps.

Common Issues

  1. Twitter API rate limits -- The free Twitter API tier has strict limits (100 requests/15 min). If you see rate limit errors, reduce track_hashtags to 3 or.

  2. Instagram metrics unavailable -- Instagram Graph API requires a Business or Creator account connected to a Facebook Page. Personal accounts cannot access.

Privacy & Data Handling

Social media data is fetched through official platform APIs and processed locally. No data is stored beyond the configured lookback window (default 30 days for trend analysis). Competitor monitoring uses only publicly available data. API tokens are stored in your system keychain or environment variables, never in plain-text config files.

Community

Reviews

Write a review

No reviews yet. Be the first to review this template!

Similar Templates