← 返回
未分类 Key 中文

octen web search

Real-time web search for AI agents powered by Octen. Fast, fresh, and relevant — search the web, filter by date, and get LLM-ready results in under 80ms. Ide...
基于Octen的AI智能体实时网络搜索。快速、鲜活、相关——搜索网页、按日期过滤,80毫秒内获得LLM就绪结果。理想...
octenai octenai 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 393
下载
💾 0
安装
1
版本
#latest

概述

Octen Search - Real-time Web Search for AI Agents

Octen Search gives your OpenClaw agent the ability to search the web in real time.

Powered by Octen, a search infrastructure purpose-built for AI agents and LLMs.

What This Skill Does

  • 🔍 Web search: Search the live web and get structured, LLM-ready results
  • Fast: Average response time under 80ms
  • 🕐 Fresh: Minute-level index freshness — always up-to-date
  • 📅 Time filtering: Filter results by publish date (start/end time)
  • 🤖 LLM-native: Results formatted and ranked specifically for AI consumption

Usage

# Basic web search
python3 {baseDir}/scripts/search.py "your search query"

# Control number of results (1-20, default: 5)
python3 {baseDir}/scripts/search.py "your query" -n 10

# Filter by start date
python3 {baseDir}/scripts/search.py "your query" --start_time "2026-01-01T00:00:00Z"

# Filter by date range
python3 {baseDir}/scripts/search.py "your query" --start_time "2026-01-01T00:00:00Z" --end_time "2026-01-31T23:59:59Z"

Options

  • -n, --count : Optional. Number of results (min: 1, max: 20, if not provided, default to 5)
  • --start_time : Optional. Start time for filtering results (ISO 8601 format, e.g., "2026-01-01T00:00:00Z")
  • --end_time : Optional. End time for filtering results (ISO 8601 format, e.g., "2026-01-31T23:59:59Z"). If start_time and end_time are both provided, end_time must be greater than start_time

Notes

  • Needs OCTEN_API_KEY in the environment variables, get it from https://octen.ai, then set it like this: export OCTEN_API_KEY=your-api-key
  • Use --start_time and --end_time if you want to filter results by time published. For example, to search for news published in January 2026, you can use --start_time "2026-01-01T00:00:00Z" --end_time "2026-01-31T23:59:59Z".

Security

  • The OCTEN_API_KEY environment variable is only sent to the official Octen API endpoint: https://api.octen.ai/search
  • No environment variables are sent to any other endpoints or external services
  • The API endpoint is hardcoded and whitelisted in the code and cannot be modified at runtime
  • The skill uses standard HTTP header authentication (X-Api-Key) which is the recommended practice for API authentication
  • All network requests are made over HTTPS to ensure encrypted transmission of the API key

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 09:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,546 📥 592,914
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,461 📥 331,006
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 882 📥 357,820