Chinese Brief
中文案例导读
mikedemarais 公开的代码代理与软件工程案例,来源为 公开代码库,复核于 2026-06-26T13:45:00Z。 Model Atlas 将它标记为 A 类证据,因为它同时具备具体使用者、具体任务、公开原始证据和可访问产物。 Model Atlas 不把 benchmark、教程、发布说明或集合页包装成真实案例。
CASE EVIDENCE / A RECORD
mikedemarais 公开的代码代理与软件工程案例,来源为 公开代码库,复核于 2026-06-26T13:45:00Z。
原始记录:Claude Code Skill for Real-Time X/Twitter Search via Grok 4
Chinese Brief
mikedemarais 公开的代码代理与软件工程案例,来源为 公开代码库,复核于 2026-06-26T13:45:00Z。 Model Atlas 将它标记为 A 类证据,因为它同时具备具体使用者、具体任务、公开原始证据和可访问产物。 Model Atlas 不把 benchmark、教程、发布说明或集合页包装成真实案例。
任务
这是一个围绕软件工程任务执行的真实任务,公开材料可以回溯到具体使用者和具体产物。 原始资料写作:A Claude Code Skill that routes X/Twitter queries to xAI Grok 4 via OpenRouter with Live Search enabled, scoped to the X source. Supports handle filtering, date range queries, engagement filters (favorites/views), and c…
公开材料提供公开代码、README 或项目配置,可用于核验任务结果、项目形态和模型绑定关系。 原始资料写作:JSON responses with summary of X/Twitter results, tweet URL citations, and usage stats. The skill provides real-time social media intelligence by leveraging Grok 4's Live Search capability.
Grok 4 在该案例中承担软件工程任务执行相关的生成、分析、编排或实现角色。 原始资料写作:Grok 4 is the sole inference model used for all query processing and summarization. The default model is explicitly set to 'x-ai/grok-4' in the source code. Grok 4's Live Search feature is the core capability that enabl…
当前判断基于公开材料;若产物下线、仓库变更或模型参与比例仅来自作者自述,需要在引用前重新复核。 原始资料写作:Small repo (18 stars). Model accessed via OpenRouter, not directly via xAI API. Grok 4 model ID confirmed as default in source: const model = process.env.GROK_MODEL ?? 'x-ai/grok-4'.