← 返回
未分类 Key

TSMAI联网搜索

腾讯云联网搜索工具,基于腾讯混元 SearchPro API 实现实时联网搜索。 支持自然检索、多模态VR结果、站内搜索、时间范围过滤等功能。 Use when the user wants to: (1) Search the web for real-time information, (2) Find latest news or articles, (3) Get search results with titles, URLs, and summaries, (4) Perform site-specific searches. Trigger phrases include "搜索", "联网搜索", "查一下", "search", "web search", "find information".
aslinwang
未分类 community v1.0.0 1 版本 99588.5 Key: 需要
★ 0
Stars
📥 242
下载
💾 24
安装
1
版本
#latest

概述

腾讯云联网搜索 (TSMAI Search)

基于腾讯云 SearchPro API 的联网搜索工具。

使用方式

运行搜索脚本:

node tsmai-search/scripts/search.mjs "搜索关键词"

可选参数

# 指定搜索模式 (0=自然检索, 1=多模态VR, 2=混合)
node tsmai-search/scripts/search.mjs "关键词" --mode 2

# 指定站内搜索
node tsmai-search/scripts/search.mjs "关键词" --site zhihu.com

# 指定时间范围(时间戳)
node tsmai-search/scripts/search.mjs "关键词" --from 1745498501 --to 1745598501

# 指定返回数量 (10/20/30/40/50, 尊享版)
node tsmai-search/scripts/search.mjs "关键词" --cnt 20

环境变量

需要设置腾讯云 API 密钥:

export TENCENT_SECRET_ID='your_secret_id'
export TENCENT_SECRET_KEY='your_secret_key'

输出格式

搜索结果以 Markdown 格式输出:

🔍 搜索: 关键词

1. [标题](URL)
   来源: 网站名 | 日期: 2025-01-01 | 相关度: 0.89
   摘要内容...

2. [标题](URL)
   来源: 网站名 | 日期: 2025-01-02 | 相关度: 0.85
   摘要内容...

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-04-04 22:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,073 📥 806,307
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,223 📥 267,442
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 673 📥 325,054