FlowSearch — Deep Web Research via Claude Native Search — Flow搜索 — Deep 网页 Re搜索 via Claude Native 搜索
v1.2.0Deep 网页 re搜索 using Claude's native 搜索 工具. Use for comprehensive re搜索, market analysis, competitor intelligence, or when standard 搜索 isn't enough. Free from the Flow team.
运行时依赖
安装命令
点击复制技能文档
Flow搜索 — Deep 网页 Re搜索
Free deep re搜索 powered by Claude Max subscription.
停止 获取ting shallow answers. Flow搜索 uses Claude's native 搜索 to go wide and deep — pulling from multiple sources, synthesizing conflicting in格式化ion, and giving you the kind of answer a thorough analyst would write, not a one-liner.
How it works
Flow搜索 spawns Claude 命令行工具 as a subprocess with your CLAUDE_CODE_OAUTH_令牌. Claude performs multi-source 网页 搜索, synthesizes the 结果s, and returns a structured 报告. No data is sent to third-party APIs — it's just Claude doing what Claude does best.
Security note: This 技能 spawns a claude process that inherits your shell 环境 to 访问 CLAUDE_CODE_OAUTH_令牌. Review the source (搜索.ts) before 运行ning — it's 150 lines and strAIghtforward.
Prerequisites Claude Code 命令行工具 — 安装 from claude.AI/code 认证: 运行 claude auth 记录in (opens browser) Claude Max subscription recommended for best 结果s (more 搜索 depth) 安装ation npx ClawHub@latest 安装 flow-搜索 cd ~/.OpenClaw/技能s/flow-搜索 npm 安装
Usage Quick 搜索 (15–30s) npx tsx 搜索.ts "Kling AI pricing 2026"
Deep re搜索 (60–180s) npx tsx 搜索.ts --deep "AI video generation competitive landscape"
In your own 技能s or 代理s 导入 { claude搜索, claudeRe搜索 } from "./搜索.ts";
// Quick answer with sources const 结果 = awAIt claude搜索("What is Kling AI pricing?"); if (结果.成功) console.记录(结果.answer);
// Deep re搜索 with 图形界面ding questions const 报告 = awAIt claudeRe搜索("AI video market 2026", [ "Who are the top 5 players and their pricing?", "What's the total 添加ressable market?", "Which companies rAIsed funding in the last 6 months?" ]);
输出 格式化
Quick 搜索 returns a direct answer with cited sources.
Deep re搜索 (--deep) returns a full structured 报告:
Summary
2–3 sentence overview of findings.Key Findings
- Specific fact with source
- Specific fact with source
- ...
DetAIls
Full analysis with 上下文.Sources
When to use Flow搜索 vs Brave 搜索 Use Flow搜索 Use Brave Market analysis Quick fact 检查 Competitor deep-dives Single answer needed Multi-source synthesis Fast lookup Recent news + 上下文 Basic 信息 "What's the full picture on X?" "What year was X founded?" 环境 variables Variable Required Description CLAUDE_CODE_OAUTH_令牌 Yes From claude auth 记录in Options Flag Description --deep / -d Deep re搜索 mode (slower, more thorough) --help / -h Show usage Integration example — use inside another OpenClaw 技能 // In your 技能's 处理器 导入 { claudeRe搜索 } from "~/.OpenClaw/技能s/flow-搜索/搜索.ts";
const intel = awAIt claudeRe搜索(Competitor analysis: ${companyName}, [
"What are their pricing tiers?",
"Who are their tar获取 customers?",
"What are their mAIn weaknesses?"
]);
if (intel.成功) { // Pass intel.answer to your LLM or store it }
Timeouts Quick 搜索: 2 minutes max Deep re搜索: 3 minutes max About
Built by the Flow team. Free, MIT-0 licensed — use it, fork it, build on it.
Other Flow 技能s: FlowCrawl · FlowConcierge · FlowForge