linkfox-tsearch-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWeb Search & Online Retrieval
Web Search & 在线检索
This skill performs web searches and automatically extracts content from the results. It returns unstructured content ready for direct summarization — no sandbox analysis is needed.
本技能可执行网络搜索并自动从结果中提取内容。返回的是非结构化内容,可直接用于总结——无需沙箱分析。
Core Concepts
核心概念
This tool acts as an intelligent web search engine that both searches and extracts page content in a single call. When you use this tool, it automatically:
- Performs a web search using the provided keyword
- Extracts and returns content from the top results
Important: Because content extraction is built-in, there is no need to separately call a browser/web-extract tool after using this search. The returned content is unstructured text — summarize it directly rather than attempting structured data analysis.
本工具是一款智能网络搜索引擎,可在单次调用中同时完成搜索和页面内容提取。使用本工具时,它会自动执行以下操作:
- 使用提供的关键词进行网络搜索
- 提取并返回顶部结果的内容
重要提示:由于内置了内容提取功能,使用本搜索工具后无需单独调用浏览器/网页提取工具。返回的内容为非结构化文本——直接进行总结即可,无需尝试结构化数据分析。
Response Data Fields
响应数据字段
| Field | Description | Type | Example |
|---|---|---|---|
| searchList | Array of search results | array | (see below) |
| searchList[].score | Relevance score of the result | number | 0.95 |
| searchList[].title | Page title of the result | string | "Best wireless chargers 2026" |
| searchList[].url | URL of the source page | string | "https://example.com/article" |
| searchList[].content | Extracted page content | string | "Full text of the article..." |
| costToken | Tokens consumed by this request | integer | 1500 |
| 字段 | 描述 | 类型 | 示例 |
|---|---|---|---|
| searchList | 搜索结果数组 | array | (见下文) |
| searchList[].score | 结果的相关性得分 | number | 0.95 |
| searchList[].title | 结果的页面标题 | string | "Best wireless chargers 2026" |
| searchList[].url | 源页面的URL | string | "https://example.com/article" |
| searchList[].content | 提取的页面内容 | string | "文章全文..." |
| costToken | 本次请求消耗的Token数量 | integer | 1500 |
Parameter Guide
参数指南
This tool accepts a single parameter:
| Parameter | Type | Required | Max Length | Description |
|---|---|---|---|---|
| keyword | string | Yes | 1000 chars | The search query keyword(s) |
本工具接受单个参数:
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| keyword | string | 是 | 1000字符 | 搜索查询关键词 |
Tips for Effective Keywords
高效关键词使用技巧
- Be specific: "best budget wireless earbuds 2026" works better than "earbuds"
- Use natural language or key phrases: Both "what is the capital of France" and "capital France" are valid
- Include context when needed: Add qualifiers like year, region, or domain to narrow results
- Combine terms for precision: "iPhone 16 Pro Max battery life review" targets more relevant pages than "iPhone battery"
- Use English or the target language: Match the language to the content you want to find
- 具体明确:"best budget wireless earbuds 2026" 比 "earbuds" 效果更好
- 使用自然语言或关键词组:"what is the capital of France" 和 "capital France" 均有效
- 必要时添加上下文:添加年份、地区或领域等限定词以缩小搜索范围
- 组合术语提高精准度:"iPhone 16 Pro Max battery life review" 比 "iPhone battery" 能定位到更相关的页面
- 使用英文或目标语言:语言需与你想要查找的内容匹配
Keyword Examples by Scenario
按场景划分的关键词示例
Current events / News
latest AI regulation policy 2026Product research
best robot vacuum cleaner under $300 RedditTechnical lookup
Python asyncio tutorial beginner guideCommunity discussions / Reddit
Reddit best budget mechanical keyboard 2026Trending topics
trending topics on social media this weekFact checking / Real-time data
current Bitcoin price USDCompetitor or brand research
Anker vs Baseus portable charger comparison时事/新闻
latest AI regulation policy 2026产品调研
best robot vacuum cleaner under $300 Reddit技术查询
Python asyncio tutorial beginner guide社区讨论/Reddit
Reddit best budget mechanical keyboard 2026热门话题
trending topics on social media this week事实核查/实时数据
current Bitcoin price USD竞品或品牌调研
Anker vs Baseus portable charger comparisonDisplay Rules
展示规则
- Summarize directly: The returned content is unstructured text. Provide a clear, concise summary rather than dumping raw content.
- Cite sources: Always include the title and URL of each result so the user can verify information.
- Present multiple perspectives: When results contain diverse viewpoints, present them fairly.
- Indicate freshness: Note when information appears to be very recent or potentially outdated.
- Handle empty results: If the search returns no results or irrelevant content, suggest refining the keyword and offer alternative search terms.
- No sandbox analysis: Never route the output to a data analysis sandbox. Summarize inline.
- 直接总结:返回的内容为非结构化文本。提供清晰、简洁的总结,而非直接输出原始内容。
- 标注来源:始终包含每个结果的标题和URL,以便用户核实信息。
- 呈现多视角:当结果包含不同观点时,公平展示所有视角。
- 标注时效性:注明信息是否为近期内容或可能已过时。
- 处理空结果:如果搜索无结果或内容不相关,建议用户优化关键词并提供替代搜索词。
- 无需沙箱分析:切勿将输出路由至数据分析沙箱,直接进行内联总结。
Important Limitations
重要限制
- Unstructured output: Results are free-form text, not structured data tables. Do not attempt SQL-like processing.
- No persistent storage: Search results are not saved to any database for later querying.
- Single keyword input: The tool takes one keyword string per call. For multi-faceted research, make multiple calls with different keywords.
- Content extraction included: Do not call a separate web-extract tool on these results — extraction is already done.
- 非结构化输出:结果为自由格式文本,而非结构化数据表。请勿尝试类SQL处理。
- 无持久化存储:搜索结果不会保存到任何数据库供后续查询。
- 单关键词输入:每次调用工具仅接受一个关键词字符串。如需多维度调研,请使用不同关键词进行多次调用。
- 内置内容提取:无需对这些结果单独调用网页提取工具——提取已完成。
User Expression & Scenario Quick Reference
用户表达与场景速查
Applicable — Any task requiring live web information:
| User Says | Scenario |
|---|---|
| "Search for...", "Look up...", "Google..." | Direct web search |
| "What's the latest news on..." | Current events lookup |
| "Find information about..." | General information retrieval |
| "What are people saying about... on Reddit" | Community discussion research |
| "What's trending right now" | Trending topic discovery |
| "Check the current price of..." | Real-time data lookup |
| "Find reviews for..." | Product/service review search |
| "What happened with... today" | Breaking news / recent events |
| "Research competitors for..." | Competitive intelligence via web |
| "External site posts about...", "Hot threads on..." | Forum and community content |
Not applicable — Tasks that don't need web search:
- Querying internal databases or structured datasets (use appropriate data query tools)
- Analyzing files the user has already uploaded locally
- Performing calculations or data transformations on existing data
- Generating creative content without needing external references
- Tasks involving Amazon ABA data (use the ABA data explorer instead)
Boundary judgment: When users say "find out about" or "research", if they need current, external web information, this skill applies. If they are referring to internal data, historical databases, or local file analysis, it does not apply.
适用场景 —— 任何需要实时网络信息的任务:
| 用户表述 | 场景 |
|---|---|
| "搜索...", "查找...", "用Google搜索..." | 直接网络搜索 |
| "...的最新消息是什么" | 时事查询 |
| "查找关于...的信息" | 通用信息检索 |
| "Reddit上大家对...有什么看法" | 社区讨论调研 |
| "现在有什么热门话题" | 热门话题发现 |
| "查询...的当前价格" | 实时数据查询 |
| "查找...的评测" | 产品/服务评测搜索 |
| "...今天发生了什么" | 突发新闻/近期事件查询 |
| "调研...的竞争对手" | 通过网络获取竞争情报 |
| "关于...的外部站点帖子", "...的热门帖子" | 论坛及社区内容查找 |
不适用场景 —— 无需网络搜索的任务:
- 查询内部数据库或结构化数据集(使用相应的数据查询工具)
- 分析用户已本地上传的文件
- 对现有数据执行计算或数据转换
- 无需外部参考的创意内容生成
- 涉及Amazon ABA数据的任务(请使用ABA数据探索工具)
边界判断:当用户说“了解...”或“调研...”时,如果需要当前外部网络信息,则适用本技能;如果涉及内部数据、历史数据库或本地文件分析,则不适用。
解决认证和积分问题
解决认证和积分问题
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
异常情况
异常情况
- 未配置API Key:环境变量未配置 ,也未配置
LINKFOX_AGENT_API_KEY。LINKFOXAGENT_API_KEY - 响应401或402状态码
- 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。
- 未配置API Key:环境变量未配置 ,也未配置
LINKFOX_AGENT_API_KEY。LINKFOXAGENT_API_KEY - 响应401或402状态码
- 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。
积分消耗规则
积分消耗规则
消耗 6 积分。
用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in . Do not interrupt the user's flow.
references/api.mdFor more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
消耗 6 积分。
用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。
反馈机制:
当出现以下任意情况时,通过Feedback API自动检测并上报反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不匹配
- 用户表达了对本技能的不满或赞赏
- 任何你认为可以改进的地方
请按照中的说明调用反馈API,不要中断用户的操作流程。
references/api.md如需更多高质量、专业的跨境电商技能,请访问 LinkFox Skills