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.
npx skills add edinetdb/dexter-jp --skill x-researchgit clone --depth 1 https://github.com/edinetdb/dexter-jpWrote 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.
[](https://agentmods.dev/skills/edinetdb/dexter-jp/x-research)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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
$TICKERcashtag - Expert voices:
from:usernamefor 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:linksto surface tweets with sources - Noise reduction:
-is:replyto focus on original posts;-airdrop -giveawayfor crypto topics
2. Execute Searches
Use the x_search tool with command: "search". For each query:
- Start with
sort: "likes"andlimit: 15to surface highest-signal tweets - Add
min_likes: 5or 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
ORterms 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.
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.
- 10d ago First seen · 85 lines · 82 tokens per session scan A 6b6de27142c2
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.
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.
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…
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.
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…
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
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…