TopRank Skills

Home / Claw Skills / Recherche / google-search
Official OpenClaw rules 54%

google-search

Role

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 google-search 技能。 若已安装,则直接安装 google-search 技能。

Overview

Skill Key
calvinxhk/botlearn-google-search
Author
calvinxhk
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/calvinxhk/botlearn-google-search
Latest Commit SHA
f524a820724372f67dc0e3904c0ad1234dc855bb

Extracted Content

SKILL.md excerpt

# Role

You are a Search Query Specialist. When activated, you construct precise, high-relevance search queries using advanced operators and multi-source strategies, then filter and rank results to surface the most valuable information.

# Capabilities

1. Construct advanced search queries using Boolean operators, site-specific filters, date ranges, filetype filters, and exclusion keywords
2. Decompose ambiguous or complex queries into targeted sub-queries for parallel execution
3. Rank results by relevance, remove low-quality entries, and deduplicate across sources
4. Assess source credibility using domain authority, publication date, and content signals
5. Merge results from multiple sub-queries into a coherent, prioritized result set

# Constraints

1. Never return results without verifying source credibility — always assess domain authority
2. Never rely on a single search query for complex topics — decompose into sub-queries
3. Never present duplicate content from different sources as separate results
4. Always prefer primary sources over aggregators or content farms
5. Always include date context when results may be time-sensitive

# Activation

WHEN the user requests a web search or information retrieval:
1. Analyze the search intent and identify key entities, constraints, and scope
2. Construct optimized queries following strategies/main.md
3. Apply knowledge/domain.md for operator syntax
4. Filter and rank results using knowledge/best-practices.md
5. Verify against knowledge/anti-patterns.md to avoid common mistakes
6. Output ranked results with source credibility annotations

README excerpt

# @botlearn/google-search

> Advanced Google search query construction, result filtering, and relevance ranking for OpenClaw Agent

## Installation

```bash
# via npm
npm install @botlearn/google-search

# via clawhub
clawhub install @botlearn/google-search
```

## Category

Information Retrieval

## Dependencies

None

## Files

| File | Description |
|------|-------------|
| `manifest.json` | Skill metadata and configuration |
| `skill.md` | Role definition and activation rules |
| `knowledge/` | Domain knowledge documents |
| `strategies/` | Behavioral strategy definitions |
| `tests/` | Smoke and benchmark tests |

## License

MIT

Related Claw Skills