← 返回
未分类 Key 中文

Qryma Search

Qryma AI Search retrieves Web information and returns LLM-friendly data. Get started for free, just sign up.
Qryma AI 搜索获取网页信息,返回适合大语言模型的数据。免费开始,只需注册。
qryma888 qryma888 来源
未分类 clawhub v1.2.0 2 版本 100000 Key: 需要
★ 2
Stars
📥 552
下载
💾 0
安装
2
版本
#latest

概述

Qryma Search

Qryma AI Web Search SKILL, The World's Fastest and Cheapest Search API for LLM and AI Agents.

Search the web using the Qryma API - fast, reliable, and built for developers.

Start free now. Get your free key now qryma.com.

Setup

Authenticate

Get your free QRYMA_API_KEY from qryma.com. Chat with your AI assistant and ask it to help you complete the configuration.

Please configure qryma search with the QRYMA_API_KEY set to ak-your-api-key-here.

从 qryma.com 获取免费的 QRYMA_API_KEY,直接发送给你的 AI 助手,让他帮你自动配置。

请帮我配置好 qryma search,设置 QRYMA_API_KEY 为 ak-your-api-key-here

Manual Configuration

First, configure your API key. Choose one of these methods:

Option 1 - Environment Variable

Linux/macOS:

export QRYMA_API_KEY="your-key-here"

Windows (PowerShell):

$env:QRYMA_API_KEY="your-key-here"

Option 2 - Config File

Create ~/.qryma/.env with:

QRYMA_API_KEY=your-key-here

Quick Start

# Default: human-readable Markdown
python scripts/qryma_search.py --query "how to learn Python" --format md

# With specific language
python scripts/qryma_search.py --query "Python编程学习" --lang "zh-CN" --format md

# Safe search enabled
python scripts/qryma_search.py --query "adult content" --safe --format md

# Fulltext search mode
python scripts/qryma_search.py --query "AI research" --mode fulltext --format raw

# Snippet search mode
python scripts/qryma_search.py --query "AI research" --mode snippet --format raw

# Brave-compatible JSON
python scripts/qryma_search.py --query "latest AI news" --format brave

# Raw API response
python scripts/qryma_search.py --query "top tech trends" --format raw

Options

  • --api-key (string): Qryma API key
  • --query (string, required): Search query text
  • --max-results (number, default: 5): Results to return (1-10)
  • --safe (flag, default: false): Enable safe search
  • --mode (string, default: fulltext): Search mode - fulltext for detailed results, snippet for basic results
  • --format (raw/brave/md, default: md): Output format

Output Formats

md (default)

Clean, readable Markdown list:

1. Page Title Here
   https://example.com/page
   - Brief snippet from the page...

brave

Brave Search compatible JSON for easy integration:

{
  "query": "search term",
  "results": [{"title": "...", "url": "...", "snippet": "..."}]
}

raw

Full API response with all available fields.

Best Practices

  • Use --max-results 3-5 for most queries
  • Prefer --format md for human consumption
  • Use --format brave when integrating with other tools
  • Use --safe for family-friendly content
  • Use --lang to search in specific languages

Advanced Configuration

  • Custom endpoint: Set QRYMA_ENDPOINT env var or config line
  • Default endpoint: https://search.qryma.com/api/web

版本历史

共 2 个版本

  • v1.2.0 当前
    2026-05-03 04:49 安全 安全
  • v1.1.9
    2026-03-31 15:54

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 211 📥 70,321
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 274 📥 101,070
data-analysis

Stock Analysis

udiedrichsen
利用Yahoo Finance数据深度分析股票和加密货币。支持投资组合管理、关注列表与提醒、股息分析、八维度股票评分、热门趋势扫描(热点扫描器)及谣言/早期信号检测。适用于股票分析、投资组合追踪、财报反应、加密货币监控、热门股票发现及在主流
★ 280 📥 57,968