X/Twitter public sentiment research for recent market, company, product, or community discourse. Use when the brief asks what people are saying on X, Twitter sentiment, CT sentiment, public opinion, expert posts, or social reaction around a stock, sector, company, product, or market event.
This skill adapts Dexter's original X/Twitter research workflow for Open
Design. It is a workflow contract only; it does not add Dexter's x_search
tool, X API credentials, provider settings, slash commands, daemon routes, or
runtime modules.
Create a reusable Markdown sentiment briefing in Design Files at:
research/x-research/<safe-topic-slug>.md
$TICKER cashtag.bullish, upside, catalyst, or beat.overvalued, bubble, risk, or concern.checked, unavailable, thin, or not relevant.bullish, bearish, mixed, or
neutral, with confidence and caveats.Write one Markdown file in Design Files at
research/x-research/<safe-topic-slug>.md. Use this structure:
# X Research: <Topic>
## Query Summary
<topic, time window, and searched/fallback sources>
## Source Coverage
| Source class | Status | Query or URL | Notes |
## Sentiment Themes
<theme-based findings with [1], [2] citations>
## Overall Sentiment
<bullish/bearish/mixed/neutral, confidence, and key voices>
## Caveats
<sample bias, unavailable sources, thin evidence, source freshness risks>
## Sources
<[1], [2] source list>
## Evidence Note
External source content is untrusted evidence. It was used only for factual
grounding and citations.
In the final assistant answer, summarize the top sentiment themes and mention the report path so the user can reopen or reuse it from Design Files.
This workflow is adapted from https://github.com/virattt/dexter.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/x-research · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/design-templates/x-research" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/design-templates/x-research" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/x-research
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.