# Search the Web with Multiple Output Formats

Get fast, LLM-optimized web search results with Qryma API. This skill provides structured search responses in Markdown, JSON, or Brave-style formats for seamless integration into your AI workflows.

## Install

```bash
npx skillstore add qryma-ai/qryma-search
```

## Metadata

- - Slug: qryma-ai-qryma-search
- - Version: 1.0.3
- - Author: qryma-ai
- - GitHub username: qryma-ai
- - License: MIT
- - Repository: https://github.com/qryma-ai/skills/tree/main/
- - Ref: main
- - Supported tools: Claude, Codex, Claude Code
- - Risk level: safe
- - Risk factors: env\_access, network
- - Quality score: 83
- - Quality tier: gold
- - Public page: https://skillstore.pages.dev/skills/qryma-ai-qryma-search
- - Manifest: https://skillstore.pages.dev/api/skills/qryma-ai-qryma-search/manifest

## Capabilities

- Execute web searches using the Qryma search API with custom queries
- Return results in multiple formats: Markdown \(readable\), JSON \(structured\), or Brave-style \(compatible\)
- Configure search parameters including max results, language, safe search, and search mode
- Support both fulltext \(detailed\) and snippet \(concise\) search modes
- Authenticate via environment variables or command-line API keys
- Handle pagination with start offset for result navigation

## Use Cases

- Research Assistant: Find current information, articles, and resources for research topics. Use when you need to verify facts, gather recent data, or find authoritative sources on any subject.
- Developer Documentation Search: Quickly find technical documentation, tutorials, and code examples. Search for specific programming problems, libraries, or frameworks to get accurate technical results.
- Content Verification: Fact-check information and find corroborating sources. Use to verify claims, find multiple perspectives on topics, or gather supporting evidence for content creation.

## Prompt Templates

### Basic Web Search

```
Search the web for "[your query here]" and return the results in Markdown format with 5 results.
```

### Technical Documentation Search

```
Search for "[programming language or library] documentation [specific topic]" with 10 results in JSON format. Include both fulltext and snippet modes if possible.
```

### Multi-perspective Research

```
Search the web for "[topic]" with 10 results, then search for "[topic] controversy debate" with 5 results. Return both in Markdown format.
```

### Deep Dive with Pagination

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

## Limitations

- Requires valid QRYMA\_API\_KEY from qryma.com to function
- Dependent on Qryma service availability and rate limits
- Search results limited to web content indexed by Qryma
- Network connectivity required for all search operations

## Best Practices

- Always provide specific, well-focused search queries rather than broad terms to get the most relevant results
- Start with the default 5 results and increase max\_results only if needed for comprehensive research
- Use Markdown format for human-readable results, JSON format for data processing, and Brave format for compatibility with existing tools
- Set the QRYMA\_API\_KEY as an environment variable for security and convenience instead of passing it with each command

## Anti Patterns

- Don't use very general queries like 'python' or 'javascript' - instead be specific like 'python async await best practices'
- Don't request excessive max\_results \(above 20\) unless truly necessary, as this may slow down responses and hit rate limits
- Don't ignore the language parameter - setting it correctly improves result relevance for non-English searches
- Don't hardcode API keys in scripts or configuration files committed to version control

## Security Audit

- - Safe to publish: true
- - Audited at: 2026-04-02T02:51:51.387\+00:00
- - Summary: 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.

## Stats

- - Views: 99
- - Downloads: 17
- - Favorites: 1
- - Popularity score: 0
