一键导入
twitter-browser-research
Use Twitter/X tooling to inspect search results, threads, profiles, and market commentary from analysts, traders, and company watchers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use Twitter/X tooling to inspect search results, threads, profiles, and market commentary from analysts, traders, and company watchers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Stock screener combining Williams %R oversold signals with Warren Buffett-style fundamental analysis. Supports US (S&P 500) and Thai (SET) markets.
Curate a Chinese reading digest from fixed RSS and Atom feeds, focused on AI agents, frontier AI, deep interviews, and high-signal tech essays.
Summarize an earnings release into beat-or-miss, guidance change, call highlights, price reaction, and follow-up catalysts for a stock or watchlist name.
Produce a daily technology and AI news digest from a tiered source catalog, with staged fetching, optional browser fallbacks, and concise Markdown output.
Publish or interact on Twitter/X through twitter-cli when the user explicitly asks to post to Twitter/X.
Publish Xiaohongshu image notes through xiaohongshu-cli when the user explicitly asks to post to Xiaohongshu.
| name | twitter-browser-research |
| description | Use Twitter/X tooling to inspect search results, threads, profiles, and market commentary from analysts, traders, and company watchers. |
| metadata | {"marketbot":{"emoji":"🐦","triggers":["twitter","x search","tweet thread","fintwit","twitter sentiment"],"output":"twitter-browser-research-report","risk":"medium","freshness":"live","tools":["twitter_cli","browser_site"],"required_tools":["twitter_cli"],"alternative_required_tools":["browser_site"],"markets":["global","mixed"],"asset_classes":["equity","crypto","commodity","macro","etf"],"task_type":"browser-research","determinism":"tool-backed","priority":84}} |
Use this skill when the user needs X/Twitter-native market commentary, thread search, or fast-moving social discussion around an asset, theme, or event.
twitter_cli when available.
twitter_cli(operation="search", query="$NVDA guidance earnings revenue", search_type="Latest", max_count=12, exclude=["replies","retweets"], do_filter=true, min_likes=2)twitter_cli(operation="tweet", target="<tweet-url-or-id>", max_count=30)twitter_cli(operation="user", screen_name="@sama")twitter_cli(operation="user_posts", screen_name="@sama", max_count=20)twitter_cli(operation="article", target="<article-url-or-id>")twitter_cli is unavailable, use browser_site with Twitter/X adapters that exist in the runtime catalog. Prefer exact adapters such as:
twitter/searchtwitter/threadtwitter/usersentiment-analysis when a weighted conclusion is needed.twitter_cli over browser_site for Twitter/X search, tweet detail, profile lookup, and user-post analysis because it exposes richer structured output.search_type="Latest", prefer cashtags for obvious equity tickers, add exclude=["replies","retweets"], and keep the search window small enough to reduce spam and engagement bait.guidance, outlook, or forecast, tighten it with earnings context such as the ticker cashtag, earnings, or revenue instead of searching the bare word alone.status first. Only call status after a prior twitter_cli call reports an authentication or access failure.twitter_cli returns structured ok: true data, stop there and synthesize the answer from that data. Do not switch to exec, browser_site, or local cache inspection for the same request.browser_site only when twitter_cli is unavailable or returns an actual access failure for the requested read path.twitter/* adapters. If the catalog does not expose the adapter you want, say so and use the closest listed adapter instead.