web-search
Search the web and retrieve information from websites
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search the web and retrieve information from websites
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Perform mathematical calculations, unit conversions, and solve math problems
Manage GitHub repositories, issues, and pull requests using the gh CLI
A simple greeting skill for testing and demonstrations
Generate rich interactive UI specs that render as React components in the chat interface. Use when the user asks for charts, tables, dashboards, metrics, comparisons, timelines, or any structured data visualization. Output a ```spec block after your text response.
Create, manage, and search personal notes
Summarize text, articles, documents, and web pages using AI
| name | web-search |
| description | Search the web and retrieve information from websites |
| metadata | {"agent-player":{"emoji":"🔍","version":"1.0.0","author":"Agent Player Team","category":"research","tags":["search","web","research","google"],"triggers":["search","google","find","lookup","search for","look up"],"settings":[{"key":"search_engine","type":"select","label":"Search Engine","default":"duckduckgo","options":[{"value":"duckduckgo","label":"DuckDuckGo"},{"value":"google","label":"Google"},{"value":"bing","label":"Bing"}]},{"key":"max_results","type":"number","label":"Max Results","default":5,"validation":{"min":1,"max":20}},{"key":"safe_search","type":"boolean","label":"Safe Search","default":true}],"requires":{"bins":["curl"],"apis":["duckduckgo"]}}} |
Search the web and retrieve information from websites.
Search naturally:
Search for TypeScript best practices
Google latest JavaScript features
Find information about GraphQL
Look up Python documentation
| Engine | Privacy | API Key |
|---|---|---|
| DuckDuckGo | High | Not required |
| Low | Required | |
| Bing | Medium | Required |
# Instant answers
curl -s "https://api.duckduckgo.com/?q=query&format=json"
# HTML search
curl -s "https://html.duckduckgo.com/html/?q=query"
curl -s "https://www.googleapis.com/customsearch/v1?key=KEY&cx=CX&q=query"
🔍 Search Results for "TypeScript best practices"
1. TypeScript Best Practices 2026
https://example.com/typescript-practices
Learn the latest TypeScript patterns and practices...
2. Official TypeScript Documentation
https://typescriptlang.org/docs
Comprehensive guide to TypeScript...
3. TypeScript Style Guide
https://github.com/example/style-guide
Community-maintained style guide for TypeScript...
User: "Search for Docker compose examples"
Response:
🔍 Found 5 results:
1. Docker Compose Tutorial
https://docs.docker.com/compose/
Official Docker Compose documentation with examples...
2. Awesome Compose
https://github.com/docker/awesome-compose
Curated list of Docker Compose examples...
3. Docker Compose Examples
https://example.com/docker-examples
Real-world Docker Compose configurations...
User: "Look up React hooks documentation"
Response:
🔍 React Hooks Documentation
Built-in React Hooks - React (react.dev)
https://react.dev/reference/react/hooks
Hooks let you use different React features from your
components. You can either use the built-in Hooks or
combine them to build your own.
| Setting | Type | Default | Description |
|---|---|---|---|
search_engine | select | duckduckgo | Search engine |
max_results | number | 5 | Results to return |
safe_search | boolean | true | Filter explicit content |
DuckDuckGo is the default for privacy. No search queries are logged or stored.