x-research

x-research is a skill for Claude Code, Codex from edinetdb/dexter-jp. It costs 82 tokens per session (799 once invoked), scanned A, original, MIT.

A research workflow for finding and summarising public discussion on X, formerly called Twitter.

In plain words
What is it for?
Use it to investigate what people, experts, or markets are saying about a topic, company, asset, or breaking event.
Why use it?
It helps replace scattered searches and noisy posts with targeted searches and a sourced view of opinions, news, and sentiment.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to investigate what people, experts, or markets are saying about a topic, company, asset, or breaking event.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/edinetdb/dexter-jp/x-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add edinetdb/dexter-jp --skill x-research
Clone the repo
git clone --depth 1 https://github.com/edinetdb/dexter-jp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for x-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/edinetdb/dexter-jp/x-research/github.svg)](https://agentmods.dev/skills/edinetdb/dexter-jp/x-research)
Your own site
<a href="https://agentmods.dev/skills/edinetdb/dexter-jp/x-research"><img src="https://agentmods.dev/badge/skills/edinetdb/dexter-jp/x-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for x-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/edinetdb/dexter-jp/x-research"><img src="https://agentmods.dev/badge/skills/edinetdb/dexter-jp/x-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 799 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.00799
Opus 5 $0.00041 $0.00400
Sonnet 5 $0.00016 $0.00160
Haiku 4.5 $0.00008 $0.00080

Measured 10d ago against content hash 6b6de27142c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

x-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/skills/x-research/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

X Research Skill

Agentic research over X/Twitter using the x_search tool. Decompose the research question into targeted searches, iterate to refine signal, and synthesize into a sourced sentiment briefing.

Research Loop

1. Decompose into Queries

Turn the research question into 3–5 targeted queries using X operators:

  • Core query: Direct keywords or $TICKER cashtag
  • Expert voices: from:username for known analysts or accounts
  • Bearish signal: keywords like (overvalued OR bubble OR risk OR concern)
  • Bullish signal: keywords like (bullish OR upside OR catalyst OR beat)
  • News/links: add has:links to surface tweets with sources
  • Noise reduction: -is:reply to focus on original posts; -airdrop -giveaway for crypto topics

2. Execute Searches

Use the x_search tool with command: "search". For each query:

  • Start with sort: "likes" and limit: 15 to surface highest-signal tweets
  • Add min_likes: 5 or higher to filter noise for broad topics
  • Use since: "1d" or "7d" depending on how time-sensitive the topic is
  • If a query returns too much noise, narrow with more operators or raise min_likes
  • If too few results, broaden with OR terms or remove restrictive operators

3. Check Key Accounts (Optional)

For well-known analysts, fund managers, or company executives, use command: "profile" to see their recent posts directly.

4. Follow Threads (Optional)

When a high-engagement tweet appears to be a thread starter, use command: "thread" with the tweet ID to get full context.

5. Synthesize

Group findings by theme (bullish, bearish, neutral, news/catalysts):

### [Theme]

[1–2 sentence summary of the theme]

- @username: "[key quote]" — [likes]♥ [Tweet](url)
- @username2: "[another perspective]" — [likes]♥ [Tweet](url)

End with an Overall Sentiment paragraph: predominant tone (bullish/bearish/ mixed/neutral), confidence level, and any notable divergence between retail and institutional voices.

Read the full file on GitHub · 85 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 85 lines · 82 tokens per session scan A 6b6de27142c2

Subscribe to this mod's changes

x-research is a skill published in the GitHub repository edinetdb/dexter-jp (305 stars, last pushed 6d ago), licensed MIT. It adds 82 tokens to every session and 799 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

schema-exploration

Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.

langchain-ai/deepagents · 57 tokens

deepagents-thread-inspector

Inspect and explain conversations in the local Deep Agents Code SQLite session store. Use as a fallback when LangSmith trace tooling is unavailable, for offline or untraced sessions, or when asked to identify or summarize a local dcode thread, inspect checkpoint metadata, list recent local threads, or parse…

langchain-ai/deepagents · 82 tokens

analyze-market

Perform a market analysis for a product category or segment. Trigger on: market analysis, market size, TAM SAM SOM, market opportunity, industry analysis.

langchain-ai/deepagents · 34 tokens

swarms

Build agents and multi-agent systems with the Swarms framework — the Agent class, tools, autonomous loops, memory, and the 15+ multi-agent architectures (SequentialWorkflow, ConcurrentWorkflow, GraphWorkflow, HierarchicalSwarm, SwarmRouter, and more). Use whenever writing, reviewing, or debugging code that imports…

kyegomez/swarms · 73 tokens

peekaboo

Capture and automate macOS UI with the Peekaboo CLI.

the-open-agent/openagent · 17 tokens

node-connect

Diagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale…

the-open-agent/openagent · 81 tokens