OctenSearch

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. Ideal for research, news monitoring, and any task requiring up-to-date information.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "OctenSearch" with this command: npx skills add jac9935/octen-search-skills

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 <count>: Optional. Number of results (min: 1, max: 20, if not provided, default to 5)
  • --start_time <time>: Optional. Start time for filtering results (ISO 8601 format, e.g., "2026-01-01T00:00:00Z")
  • --end_time <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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Intuit Company

Financial software leader behind TurboTax, QuickBooks, Credit Karma, and Mailchimp, serving 100M+ users with accounting, tax, credit, and marketing tools.

Registry SourceRecently Updated
Automation

Verified Agent Identity

Billions decentralized identity for agents. Link agents to human identities using Billions ERC-8004 and Attestation Registries. Verify and generate authentic...

Registry SourceRecently Updated
15.4K41obrezhniev
Automation

Ai Agents Architect

Expert in designing and building autonomous AI agents. Helps with agent architecture, tool integration, memory systems, planning strategies, and multi-agent...

Registry SourceRecently Updated
Automation

Xia Card

个人社交名片生成、管理和分享,以及智能花名册(通讯录管理器)。当用户提到名片、花名册、通讯录、联系人、虾名片、agent-card 时使用。具体触发场景包括:开通虾名片、建花名册、生成/更新/发名片、注册虾名片、录入/查询/编辑联系人、同步花名册、收到包含 agent-card:// 协议的消息时自动识别并保存他...

Registry SourceRecently Updated