🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Octen Search

by @jac9935

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...

Versionv1.0.4
Installs1
💡 Examples

# 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"

⚙️ Configuration

  • -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
  • 📋 Tips & Best Practices

  • 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".
  • View on ClawHub
    TERMINAL
    clawhub install octen-search-skills

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →