account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
\"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
$ npx -y skills add charlieviettq/awesome-agent-skill --skill algo-social-influence --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/algo-social-influenceContext preview
The summary Claude sees to decide when to auto-load this skill.
\"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
name: "\"algo-social-influence\"" description: "\"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'.\"." allowed-tools: Read, Glob, Grep
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.
1. **Reach score**: Normalize follower count to log scale (diminishing returns) 2. **Engagement score**: (avg engagements / followers) × 100, weighted by type (share > comment > like) 3. **Relevance score**: Topic overlap between influencer content and target campaign 4. **Composite**: Influence = w₁×Reach + w₂×Engagement + w₃×Relevance (weights tuned per campaign goal) 5. Adjust for: audience authenticity (bot follower %), post frequency consistency
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 |
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…