x-scoring

Evaluate X posts with the X Opportunity Score formula to determine surface priority.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/RealLoveBeatsHateFeelMe/Katelyn-openclaw --skill x-scoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-scoring
Source: https://github.com/RealLoveBeatsHateFeelMe/Katelyn-openclaw/tree/main/workspace-katelyn/skills/x-scoring
Command: npx skills add https://github.com/RealLoveBeatsHateFeelMe/Katelyn-openclaw --skill x-scoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured scoring framework for evaluating X posts to surface high-value opportunities, reducing manual guesswork and speeding up decision-making.

Core Features & Use Cases

  • X Opportunity Score formula combines topic relevance, author size, reply window, recency, diary overlap, and penalties to produce a single score.
  • Decision gates & briefing: categorize into HIGH PRIORITY, GOOD, MARGINAL, or SKIP for efficient triage.
  • Operational scenarios: used during x-kol-scan to decide which posts to surface and which to store or skip.

Quick Start

Compute the x_opportunity_score for a given post using the formula and apply the briefing decision gates to determine its surface priority.

Frequently Asked Questions about x-scoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I score X posts to surface high-value reply opportunities?

To score X posts for high-value reply opportunities, apply the X Opportunity Score formula, which evaluates topic relevance, author size, reply window, recency, diary overlap, and penalties to produce a single deterministic score.

What is the best way to triage social posts for reply priority?

The best way to triage social posts for reply priority is to pass computed opportunity scores through decision gates, categorizing each post as HIGH PRIORITY, GOOD, MARGINAL, or SKIP for efficient operational sorting.

How does the X Opportunity Score formula handle edge cases and validation?

The X Opportunity Score formula handles edge cases and validation by enforcing deterministic decision gates, applying specific skip criteria, triggering urgent push conditions, and outputting clear failure behaviors.

When should I skip a post during an x-kol-scan?

You should skip a post during an x-kol-scan when it hits specific penalty criteria or fails deterministic decision gates, ensuring only posts with genuine surface priority and topic relevance are retained.

Can I use post scoring to determine which content to store versus surface?

Yes, you can use post scoring to determine content actions; the framework categorizes posts during x-kol-scan to decide which high-opportunity posts to surface immediately and which to store or skip.

Does x-scoring require external dependencies to evaluate social posts?

No, x-scoring requires no external dependencies to evaluate social posts; it applies a self-contained formula and deterministic decision gates to compute surface priority and triage replies.