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
X/Twitter research skill powered by TwitterAPI.io. Agentic search, profile analysis, thread reading, watchlists, and sourced briefings. Use when asked to search X/Twitter, check what people are saying about a topic, monitor accounts, or research crypto/tech narratives on X. --- name: x-research description: > X/Twitter research skill powered by TwitterAPI.io. Agentic search, profile analysis, thread reading, watchlists, and sourced briefings. Use when asked to search X/Twitter, check what people are saying about a topic, monitor accounts, or research crypto/tech narratives on X. metadata: { "openclaw": { "emoji": "๐ฆ", "requires": { "bins": ["node", "npx"] }, "primaryEnv": "TWITTERAPI_K Published capability contract available. No trust telemetry is available yet. 6 GitHub stars reported by the source. Last updated 3/1/2026.
Freshness
Last checked 3/1/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
x-research 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
X/Twitter research skill powered by TwitterAPI.io. Agentic search, profile analysis, thread reading, watchlists, and sourced briefings. Use when asked to search X/Twitter, check what people are saying about a topic, monitor accounts, or research crypto/tech narratives on X. --- name: x-research description: > X/Twitter research skill powered by TwitterAPI.io. Agentic search, profile analysis, thread reading, watchlists, and sourced briefings. Use when asked to search X/Twitter, check what people are saying about a topic, monitor accounts, or research crypto/tech narratives on X. metadata: { "openclaw": { "emoji": "๐ฆ", "requires": { "bins": ["node", "npx"] }, "primaryEnv": "TWITTERAPI_K
Public facts
7
Change events
1
Artifacts
0
Freshness
Mar 1, 2026
Published capability contract available. No trust telemetry is available yet. 6 GitHub stars reported by the source. Last updated 3/1/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Mar 1, 2026
Vendor
Minilozio
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. 6 GitHub stars reported by the source. Last updated 3/1/2026.
Setup snapshot
git clone https://github.com/minilozio/x-research-but-cheaper.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
Minilozio
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
6 GitHub stars
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
export TWITTERAPI_KEY="your-key-here"
bash
cd <skill-dir>/scripts
bash
npx tsx x-search.ts search "<query>" [options]
bash
npx tsx x-search.ts search "AI agents Base chain" --sort likes --limit 10 npx tsx x-search.ts search "BNKR" --quick npx tsx x-search.ts search "from:frankdegods" --sort recent npx tsx x-search.ts search "(opus OR claude) trading" --pages 2 --save npx tsx x-search.ts search "$SOL memecoin" --min-likes 50 --since 1d
bash
npx tsx x-search.ts profile <username> [--count N] [--replies] [--json]
bash
npx tsx x-search.ts tweet <tweet_id> [--json]
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
X/Twitter research skill powered by TwitterAPI.io. Agentic search, profile analysis, thread reading, watchlists, and sourced briefings. Use when asked to search X/Twitter, check what people are saying about a topic, monitor accounts, or research crypto/tech narratives on X. --- name: x-research description: > X/Twitter research skill powered by TwitterAPI.io. Agentic search, profile analysis, thread reading, watchlists, and sourced briefings. Use when asked to search X/Twitter, check what people are saying about a topic, monitor accounts, or research crypto/tech narratives on X. metadata: { "openclaw": { "emoji": "๐ฆ", "requires": { "bins": ["node", "npx"] }, "primaryEnv": "TWITTERAPI_K
General-purpose X/Twitter research agent powered by TwitterAPI.io. Search, filter, monitor โ all from the terminal. No X Developer Portal account needed.
For API details: read references/twitterapi-io.md.
| | X API Official | TwitterAPI.io | |---|---|---| | Cost | $100+/mo (Basic plan) | ~$0.15/1k tweets (pay-per-use) | | Setup | Developer Portal application | Just an API key | | Rate limit | 10 req/15min | 200 QPS | | Archive | 7 days (recent) | Full archive |
Get a TwitterAPI.io key from twitterapi.io
Set the env var:
export TWITTERAPI_KEY="your-key-here"
Or add to your .env file.
fetch). No npm install needed โ zero dependencies.All commands run from the scripts directory:
cd <skill-dir>/scripts
npx tsx x-search.ts search "<query>" [options]
Options:
--sort likes|retweets|impressions|recent โ sort order (default: likes)--since 1h|3h|12h|1d|7d โ time filter--min-likes N โ filter minimum likes--min-impressions N โ filter minimum views--pages N โ pages to fetch, 1-5 (default: 1)--limit N โ max results to display (default: 15)--quick โ fast mode: 1 page, max 10 results, noise filter, 1hr cache--from <username> โ shorthand for from:username in query--quality โ filter low-engagement tweets (โฅ10 likes)--no-replies โ exclude replies--save โ save results to file--type Top|Latest โ search mode (default: Latest; Top returns algorithmic ranking)--json โ raw JSON output--markdown โ markdown formatted outputAuto-adds -is:retweet unless query already includes it. Cost estimate shown after each search.
Examples:
npx tsx x-search.ts search "AI agents Base chain" --sort likes --limit 10
npx tsx x-search.ts search "BNKR" --quick
npx tsx x-search.ts search "from:frankdegods" --sort recent
npx tsx x-search.ts search "(opus OR claude) trading" --pages 2 --save
npx tsx x-search.ts search "$SOL memecoin" --min-likes 50 --since 1d
Search operators (passed through to X):
| Operator | Example | Notes |
|----------|---------|-------|
| keyword | bun 2.0 | Implicit AND |
| OR | bun OR deno | Must be uppercase |
| - | -is:retweet | Negation |
| () | (fast OR perf) | Grouping |
| from: | from:elonmusk | Posts by user |
| to: | to:elonmusk | Replies to user |
| # | #buildinpublic | Hashtag |
| $ | $AAPL | Cashtag |
| lang: | lang:en | Language filter |
| is:retweet | -is:retweet | Filter retweets |
| is:reply | -is:reply | Filter replies |
| has:media | has:media | Contains media |
| has:links | has:links | Contains links |
| min_faves: | min_faves:100 | Min likes (native) |
npx tsx x-search.ts profile <username> [--count N] [--replies] [--json]
Fetches user info and recent tweets. Excludes replies by default.
npx tsx x-search.ts tweet <tweet_id> [--json]
npx tsx x-search.ts thread <tweet_id>
Fetches root tweet, author thread continuations, and replies in chronological order.
npx tsx x-search.ts replies <tweet_id> [--sort likes|recent] [--limit N]
Get replies to a specific tweet, sorted by engagement.
npx tsx x-search.ts quotes <tweet_id> [--sort likes|recent] [--limit N]
See who quoted a tweet and what they said.
npx tsx x-search.ts mentions <username> [--since 1d|7d] [--sort recent|likes] [--limit N]
Get tweets that mention a user. Great for tracking what people are saying about someone.
npx tsx x-search.ts followers <username> [--limit N]
npx tsx x-search.ts following <username> [--limit N]
List a user's followers or who they follow. Shows name, follower count, and bio snippet.
npx tsx x-search.ts users "<query>" [--limit N]
Search for user accounts by keyword.
npx tsx x-search.ts trending [--woeid N] [--count N]
Get trending topics. Default: worldwide (woeid=1). Common WOEIDs: US=23424977, UK=23424975, Italy=23424853.
npx tsx x-search.ts community <id> # Community info
npx tsx x-search.ts community tweets <id> # Community tweets
Research X Communities by ID.
npx tsx x-search.ts watchlist # Show all
npx tsx x-search.ts watchlist add <user> [note] # Add account
npx tsx x-search.ts watchlist remove <user> # Remove account
npx tsx x-search.ts watchlist check # Check recent from all
Watchlist stored in data/watchlist.json. Use for periodic monitoring โ check if key accounts posted anything notable.
npx tsx x-search.ts cache clear # Clear all cached results
Default 15-minute TTL. Quick mode uses 1-hour TTL. Avoids repeat API charges.
When doing deep research (not just a quick search), follow this loop:
Turn the research question into 3-5 keyword queries:
from: specific known experts(broken OR bug OR issue)(shipped OR love OR fast)has:links for resource-rich tweets-airdrop -giveaway -whitelist if neededRun each query via CLI. After each, assess:
from: specifically?thread command?When a tweet has high engagement or is a thread starter:
npx tsx x-search.ts thread <tweet_id>
Group findings by theme, not by query:
### [Theme/Finding Title]
[1-2 sentence summary]
- @username: "[key quote]" (โฅ N, ๐ N) [Tweet](url)
- @username2: "[another perspective]" (โฅ N, ๐ N) [Tweet](url)
Use --save flag or --markdown for research docs.
--no-replies, use --sort likes, narrow keywordsOR, remove restrictive operators-airdrop -giveaway -whitelist to queryfrom: or --min-likes 50has:linksOn heartbeat, run watchlist check to see if key accounts posted anything notable. Flag only if genuinely interesting/actionable.
TwitterAPI.io pay-per-use pricing:
skills/x-research/
โโโ SKILL.md # This file
โโโ package.json # Zero dependencies
โโโ scripts/
โ โโโ x-search.ts # CLI entry point
โ โโโ lib/
โ โโโ api.ts # TwitterAPI.io wrapper
โ โโโ cache.ts # File-based cache (15min/1hr TTL)
โ โโโ format.ts # Terminal + markdown formatters
โโโ data/
โ โโโ watchlist.json # Accounts to monitor
โ โโโ cache/ # Auto-managed
โโโ references/
โโโ twitterapi-io.md # API endpoint reference
fetch)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/minilozio-x-research-but-cheaper/snapshot"
curl -s "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/contract"
curl -s "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/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 6d 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/minilozio/x-research-but-cheaper#input",
"outputSchemaRef": "https://github.com/minilozio/x-research-but-cheaper#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:41:52.524Z",
"sourceUpdatedAt": "2026-02-24T19:41:52.524Z",
"freshnessSeconds": 4436370
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/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-17T04:01:22.913Z"
}
},
"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"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|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": "Minilozio",
"href": "https://github.com/minilozio/x-research-but-cheaper",
"sourceUrl": "https://github.com/minilozio/x-research-but-cheaper",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-03-01T06:02:54.598Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "6 GitHub stars",
"href": "https://github.com/minilozio/x-research-but-cheaper",
"sourceUrl": "https://github.com/minilozio/x-research-but-cheaper",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-03-01T06:02:54.598Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:41:52.524Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key",
"href": "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:41:52.524Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/minilozio/x-research-but-cheaper#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:41:52.524Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/minilozio-x-research-but-cheaper/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-research and adjacent AI workflows.