技能 qryma-search
🔍

qryma-search

安全 🔑 环境变量🌐 网络访问

使用多种输出格式进行网络搜索

通过 Qryma API 获取快速、LLM 优化的网络搜索结果。此技能提供 Markdown、JSON 或 Brave 风格的结构化搜索响应,可无缝集成到您的 AI 工作流程中。

支持: Claude Codex Code(CC)
🥈 78 白银
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“qryma-search”。 Search for 'Python async await tutorial' with 3 results in Markdown format

预期结果:

1. Async IO in Python: A Complete Walkthrough
https://docs.python.org/3/library/asyncio.html
- Comprehensive guide to asyncio library with examples

2. Understanding Async/Await in Python
https://realpython.com/async-io-python/
- Detailed tutorial covering coroutines, event loops, and practical examples

3. Python Asyncio Tutorial
https://realpython.com/python-concurrency/
- Explains async programming patterns with real-world use cases

正在使用“qryma-search”。 Search for 'machine learning trends 2024' in JSON format

预期结果:

查询结果以结构化 JSON 形式返回,每个结果包含 title、url 和 content 字段,支持程序化处理和工作流程集成。

安全审计

安全
v4 • 4/2/2026

Static analysis detected 136 potential security issues across 12 files. After evaluation, all findings are false positives related to legitimate skill functionality: environment variable access for API key authentication, network requests to official Qryma API endpoints, shell commands in documentation examples, and configuration file reading. No evidence of malicious intent, credential exfiltration, or data theft. The skill follows standard patterns for API-based search tools with proper error handling.

12
已扫描文件
770
分析行数
3
发现项
4
审计总数
低风险问题 (1)
Shell Commands in Documentation
Static scanner detected shell backtick patterns in README.md and SKILL.md files. These are documentation code examples within markdown code blocks, not executable code. Lines 10-72 in README.md and lines 17-67 in SKILL.md contain example commands for users to run manually.
审计者: claude 查看审计历史 →

质量评分

59
架构
100
可维护性
87
内容
34
社区
100
安全
100
规范符合性

你能构建什么

研究助手

查找研究主题的最新信息、文章和资源。当您需要核实事实、收集最新数据或查找任何主题的权威资料时使用。

开发人员文档搜索

快速查找技术文档、教程和代码示例。搜索特定的编程问题、库或框架,以获取准确的技术结果。

内容核实

核实信息并查找佐证来源。用于验证声明、查找主题的多个角度,或为内容创作收集支持证据。

试试这些提示

基础网络搜索
Search the web for "[your query here]" and return the results in Markdown format with 5 results.
技术文档搜索
Search for "[programming language or library] documentation [specific topic]" with 10 results in JSON format. Include both fulltext and snippet modes if possible.
多角度研究
Search the web for "[topic]" with 10 results, then search for "[topic] controversy debate" with 5 results. Return both in Markdown format.
使用分页深入研究
Search for "[detailed research topic]" with 5 results starting at offset 0. If results are relevant, continue searching with start offset 5 to get more results.

最佳实践

  • 始终提供具体、聚焦的搜索查询,而不是宽泛的术语,以获得最相关的结果
  • 从默认的 5 个结果开始,仅在需要全面研究时才增加 max_results
  • 使用 Markdown 格式便于人类阅读,JSON 格式用于数据处理,Brave 格式用于与现有工具兼容
  • 将 QRYMA_API_KEY 设置为环境变量以提高安全性和便利性,而不是每次命令都传递

避免

  • 不要使用非常宽泛的查询如 'python' 或 'javascript',而是要具体如 'python async await best practices'
  • 除非真正必要,否则不要请求过多的 max_results(超过 20 个),因为这可能会减慢响应速度并触发速率限制
  • 不要忽略 language 参数——正确设置可以提高非英语搜索的结果相关性
  • 不要将 API 密钥硬编码到提交到版本控制的脚本或配置文件中

常见问题

如何获取 QRYMA_API_KEY?
访问 qryma.com 注册以获取免费的 API 密钥。密钥以 'ak-' 开头,可以设置为环境变量 QRYMA_API_KEY 或通过 --api-key 参数传递。
有哪些输出格式可用?
支持三种格式:'md' 用于人类可读的 Markdown,'raw' 用于结构化的 JSON 数据,'brave' 用于 Brave 搜索风格的 JSON 输出,包含 title/url/content 字段。
全文模式和片段模式有什么区别?
全文模式提供详细的搜索结果和较长的内容摘录,而片段模式返回带有简短描述的简洁结果。用于研究时使用全文,用于快速概览时使用片段。
没有 API 密钥可以使用此技能吗?
不可以,所有搜索操作都需要有效的 QRYMA_API_KEY。API 密钥用于向 Qryma 搜索服务验证您的请求。
如何搜索英语以外的语言?
使用 --lang 参数和您的语言代码(例如,'en' 表示英语,'es' 表示西班牙语,'zh' 表示中文)。API 将返回针对该语言优化的结果。
起始偏移量参数有什么作用?
start 参数启用分页。设置 start=0 返回第一页结果,start=5 返回第二页(跳过前 5 个),依此类推。使用此参数可以浏览更多结果。

开发者详情

作者

qryma-ai

许可证

MIT

引用

main