asgard-ai-platform/algo-social-influence
Measure social media influence using engagement-weighted metrics beyond follower count. Use this skill when the user needs to evaluate influencer effectiveness, compare influence across accounts, or build an influence scoring system — even if they say 'who is more influential', 'influencer ranking', or 'measure social impact'.
npx skills add https://github.com/asgard-ai-platform/skills --skill algo-social-influence
Influence scoring evaluates an account's ability to drive actions (engagement, sharing, conversions) beyond mere reach. Combines reach, resonance (engagement depth), and relevance (topical authority). Computes as weighted composite score.
Trigger conditions:
When NOT to use:
IRON LAW: Follower Count ≠ Influence
Influence requires ENGAGEMENT. An account with 1M followers and
0.01% engagement rate has less influence than one with 10K followers
and 5% engagement. Measure: reach × engagement rate × relevance.
Collect per account: follower count, avg likes/comments/shares per post, posting frequency, audience demographics, topic categories.
Gate: Minimum 20 recent posts for stable metrics.
Spot-check: do high-scoring accounts actually drive actions? Cross-reference with historical campaign performance data if available.
Gate: Top-ranked accounts have demonstrable engagement history.
Return ranked influence scores with component breakdown.
{
"rankings": [{"account": "@handle", "influence_score": 82, "reach": 75, "engagement": 90, "relevance": 85}],
"metadata": {"accounts_analyzed": 50, "weights": {"reach": 0.2, "engagement": 0.5, "relevance": 0.3}}
}
Input: Account A: 500K followers, 0.5% engagement. Account B: 50K followers, 4.2% engagement. Same relevance.
Expected: B scores higher due to engagement dominance in weighting.
| Input | Expected | Why |
|-------|----------|-----|
| Viral one-hit account | High recent engagement, low stability | Need temporal consistency check |
| Celebrity with low engagement | High reach, low influence per dollar | Reach-only strategy, expensive |
| Micro-influencer niche | High relevance + engagement | Best ROI for targeted campaigns |
references/authenticity-detection.mdreferences/influencer-roi.mdTake asgard-ai-platform/algo-social-influence from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.