Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Score and optimize tweets against the X algorithm's 19 engagement signals. Use for: optimize tweet, make viral, tweet score, algorithm check, rate tweet, tweet formats. --- name: x-algo description: "Score and optimize tweets against the X algorithm's 19 engagement signals. Use for: optimize tweet, make viral, tweet score, algorithm check, rate tweet, tweet formats." --- X Algorithm Tweet Optimization Analyze and optimize tweets based on the open-source X ranking algorithm ($1). This skill encodes how the "For You" feed actually works — the 19 engagement signals, weighted scoring, a Published capability contract available. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
x-algo is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
Score and optimize tweets against the X algorithm's 19 engagement signals. Use for: optimize tweet, make viral, tweet score, algorithm check, rate tweet, tweet formats. --- name: x-algo description: "Score and optimize tweets against the X algorithm's 19 engagement signals. Use for: optimize tweet, make viral, tweet score, algorithm check, rate tweet, tweet formats." --- X Algorithm Tweet Optimization Analyze and optimize tweets based on the open-source X ranking algorithm ($1). This skill encodes how the "For You" feed actually works — the 19 engagement signals, weighted scoring, a
Public facts
6
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Published capability contract available. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
609nft
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/609NFT/x-algo-skill.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
609nft
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
cd <skill-directory>
bash
bun run x-algo.ts analyze "<tweet text>"
bash
bun run x-algo.ts score "<tweet text>"
bash
bun run x-algo.ts signals "<tweet text>"
bash
bun run x-algo.ts compare "tweet A|||tweet B|||tweet C"
bash
bun run x-algo.ts formats
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Score and optimize tweets against the X algorithm's 19 engagement signals. Use for: optimize tweet, make viral, tweet score, algorithm check, rate tweet, tweet formats. --- name: x-algo description: "Score and optimize tweets against the X algorithm's 19 engagement signals. Use for: optimize tweet, make viral, tweet score, algorithm check, rate tweet, tweet formats." --- X Algorithm Tweet Optimization Analyze and optimize tweets based on the open-source X ranking algorithm ($1). This skill encodes how the "For You" feed actually works — the 19 engagement signals, weighted scoring, a
Analyze and optimize tweets based on the open-source X ranking algorithm (xai-org/x-algorithm). This skill encodes how the "For You" feed actually works — the 19 engagement signals, weighted scoring, and ranking factors — into actionable guidance for crafting tweets that perform.
For full algorithm details: read references/x-algorithm.md.
Activate this skill when the user:
Do NOT activate for:
All commands run from this skill directory:
cd <skill-directory>
bun run x-algo.ts analyze "<tweet text>"
Full analysis: composite score, signal breakdown, format detection, hook analysis, suggestions, and warnings. Use this for comprehensive feedback on a draft tweet.
bun run x-algo.ts score "<tweet text>"
Quick one-line score (0-100) with format and hook summary. Use for fast iteration on multiple drafts.
bun run x-algo.ts signals "<tweet text>"
Detailed breakdown of all 19 algorithm signals (0-10 scale each). Shows which positive signals the tweet triggers and any negative signal risks.
bun run x-algo.ts compare "tweet A|||tweet B|||tweet C"
Score multiple drafts in one call, ranked by score. Separate tweets with |||. Use for A/B testing drafts — an agent can generate several versions and pick the winner. Supports all flags (--image, --video, --reply, --json).
bun run x-algo.ts formats
Lists high-performing tweet format templates with examples: thread starter, hot take, data drop, story, listicle, question, contrarian reframe, before/after.
bun run x-algo.ts reference [topic]
Quick lookup on algorithm topics: signals, scoring, filters, diversity, retrieval, etc.
All analysis commands (analyze, score, signals) support media flags:
bun run x-algo.ts analyze "<tweet text>" --image
bun run x-algo.ts analyze "<tweet text>" --video
bun run x-algo.ts analyze "<tweet text>" --image --video
Use --image when the tweet will include an attached image (screenshot, chart, meme, etc.). Boosts photo_expand, dwell, click, and favorite signals.
Use --video when the tweet will include an attached video (demo, walkthrough, clip, etc.). Unlocks the video_quality_view signal (otherwise stuck at 0) and boosts dwell, share, and favorite signals.
When crafting tweets, always consider whether media should be part of the post — then pass the appropriate flag to get an accurate score.
All analysis commands (analyze, score, signals, compare) support the --reply flag:
bun run x-algo.ts analyze "<tweet text>" --reply
bun run x-algo.ts score "<tweet text>" --reply
bun run x-algo.ts compare "reply A|||reply B" --reply
Use --reply when the tweet is a reply to someone else's post. The X algorithm applies a 0.75x discount to ALL reply tweets (ReplyDownRankerParams.replyDownRankFactor). With --reply, the tool:
When an agent is building conversation (the 75.0x signal), it needs to reply — but those replies face a 25% penalty. Use --reply to ensure reply content is strong enough to still rank well despite the discount.
All commands also support --json for structured output.
The "For You" feed is ranked by a multi-task neural network (MaskNet architecture). For every tweet-user pair, the model predicts engagement probabilities. The final score is a weighted sum.
These are the actual weights from the open-source release — they determine how much each engagement type affects ranking:
| Model Head | Weight | What It Means | |-----------|--------|---------------| | Reply Engaged by Author | 75.0 | Someone replies AND author engages back — by far the strongest signal | | Reply | 13.5 | Will they write a reply? | | Good Profile Click | 12.0 | Will they visit profile AND engage? | | Good Click V1 (convo+fav/reply) | 11.0 | Will they click into convo and like/reply? | | Good Click V2 (convo+2min dwell) | 10.0 | Will they click in and stay 2+ minutes? | | Retweet | 1.0 | Will they retweet? | | Like | 0.5 | Will they tap the heart? | | Video 50% Playback | 0.005 | Will they watch 50%+ of video? | | Negative Feedback | -74.0 | Will they click "show less", block, or mute? | | Report | -369.0 | Will they report the tweet? Heaviest penalty |
Key insight: Likes (0.5x) and retweets (1.0x) barely matter. Replies (13.5x) and especially conversation engagement (75.0x) dominate. A tweet that sparks genuine back-and-forth is worth 150x more than one that just gets likes.
Our tool maps to 19 granular signals (0-10 scale each) for detailed analysis, based on the model heads above plus signals appearing in the training data (share, share_dm, share_copy_link, photo_expand, bookmark, follow, dwell).
When the user asks you to craft or optimize a tweet, follow this process:
Before writing, clarify:
Select a format that matches the content. Run bun run x-algo.ts formats for templates.
| Content Type | Best Format | Key Algorithm Signals | |-------------|-------------|----------------------| | Opinion | Hot take, contrarian reframe | reply (13.5x), conversation (75.0x) | | Question | Question/poll | reply (13.5x), conversation (75.0x), click (11.0x) | | Experience | Story, before/after | profile_click (12.0x), dwell (10.0x) | | Knowledge/insight | Data drop, listicle | click (11.0x), dwell (10.0x), share | | Announcement | Thread starter | click (11.0x), dwell (10.0x) |
The first line determines whether someone stops scrolling. Strong hooks:
Weak hooks: generic statements, "I think...", "Just wanted to share...", starting with a link.
Focus efforts on the highest-weight signals first:
Conversation (75.0x) — THE most important factor. Write tweets that spark genuine back-and-forth. Ask questions, invite discussion ("what do you think?", "agree or disagree?"), present debatable ideas. A tweet that generates thoughtful replies where you engage back is worth 150x more than one that just gets likes.
Replies (13.5x) — Ask genuine questions. Present something debatable. Leave room for people to add their take. Use conversation starters like "what's your take?", "thoughts?", "am I wrong?"
Profile Click + Engage (12.0x) — Demonstrate unique expertise. Share personal experience, original frameworks, build logs. Make people think "who is this person?" and click through to your profile. Use patterns like "I built...", "after X years...", "my approach to...".
Click Into Convo (11.0x) — Tease information. Thread starters. "Here's what I found:". Content that creates curiosity and makes people click to read more.
Dwell / Deep Engagement (10.0x) — Substance. Multi-line formatting. Storytelling. Content that rewards reading carefully. Longer tweets with line breaks.
Reposts (1.0x) — Content that makes the sharer look smart. Data, frameworks, curated knowledge. Relatively low weight.
Likes (0.5x) — Clear, quotable insight. But likes barely matter in the algorithm — focus on replies and conversation instead.
Video (0.005x) — Nearly irrelevant weight. Don't optimize for video views — the algorithm barely cares.
What triggers each negative signal:
Negative Feedback (-74.0x) — Generic content, engagement bait ("like if you agree"), excessive hashtags, aggressive tone, excessive self-promotion, excessive caps. The model combines "show less", block, and mute into one prediction head. Getting any of these is 148x worse than getting a like.
Report (-369.0x) — Spam, misleading content, harassment, policy violations. The single heaviest penalty in the entire algorithm — 738x the weight of a like. Getting reported is algorithmic death.
Run the draft through the CLI:
bun run x-algo.ts analyze "your draft tweet"
bun run x-algo.ts analyze "your draft tweet" --image # if attaching an image
bun run x-algo.ts analyze "your draft tweet" --video # if attaching a video
bun run x-algo.ts analyze "your reply tweet" --reply # if replying to someone
Review the score, signal breakdown, and suggestions. Iterate on the draft. Target:
--reply): 55+ is good, 70+ is great (raw score before 0.75x discount)Compare multiple versions in one call:
bun run x-algo.ts compare "version A|||version B|||version C"
bun run x-algo.ts compare "version A|||version B" --image
bun run x-algo.ts compare "reply A|||reply B" --reply
Before posting, verify:
--image or --video flag when scoringThese patterns hurt your algorithm ranking:
Engagement bait — "Like if you agree", "RT for reach", "Follow for follow". Drives not_interested and mute signals.
Excessive hashtags — More than 3 hashtags reads as spam. The algorithm doesn't use hashtags for ranking; it uses content understanding.
Thread padding — Starting a 1-tweet thought as a "thread" just for engagement. Only thread when you have multiple substantive points.
All caps — Reads as shouting. Increases mute signals.
Over-posting — Author Diversity Scorer applies exponential decay. Space posts 2+ hours apart for maximum individual reach.
Generic takes — "AI is changing the world" with no specific insight. Low engagement = low ranking.
Link-only tweets — A URL with no context. Low dwell time, low engagement signals.
Crypto spam patterns — Airdrop, whitelist, giveaway language triggers spam filters and user mutes.
--image or --video for accurate scoring.--reply only for replies to other people's posts. Self-threads don't get the 0.75x discount.x-algo-skill/
├── SKILL.md (this file)
├── x-algo.ts (CLI entry point)
├── lib/
│ ├── analyze.ts (tweet analysis engine — 19 signal scoring)
│ └── format.ts (output formatters)
├── data/
│ └── .gitkeep
└── references/
└── x-algorithm.md (distilled X algorithm reference)
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
api_key
Streaming
No
Data region
global
Protocol support
Requires: openclew, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"api_key"
],
"requires": [
"openclew",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/609NFT/x-algo-skill#input",
"outputSchemaRef": "https://github.com/609NFT/x-algo-skill#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:44:13.876Z",
"sourceUpdatedAt": "2026-02-24T19:44:13.876Z",
"freshnessSeconds": 4420610
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/609nft-x-algo-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/609nft-x-algo-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/609nft-x-algo-skill/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:41:04.158Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "generate",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "still",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "all",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "media",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "the",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:generate|supported|profile capability:still|supported|profile capability:all|supported|profile capability:media|supported|profile capability:the|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "609nft",
"href": "https://github.com/609NFT/x-algo-skill",
"sourceUrl": "https://github.com/609NFT/x-algo-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T02:13:31.761Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:44:13.876Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key",
"href": "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:44:13.876Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/609NFT/x-algo-skill#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:44:13.876Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/609nft-x-algo-skill/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to x-algo and adjacent AI workflows.