Yandex Cloud Search
Search the web with Yandex Cloud Search API v2. Use when Russian language search results, Yandex regional targeting, or a Yandex backed search fallback is preferred. Supports CLI and Python usage via the bundled script.
- Скачивания
- 0
- В избранном
- 0
- Комментарии
- 0
- Просмотры
- 2
Установить скилл
Добавьте инструмент одной командой или скачайте проверенный архив версии.
npx skills add bizyumov/yandex-search-skill- Версия
- 1.0.0+77a72c5e55a4
- Автор
- Владимир Ломтев
- Репозиторий
- bizyumov/yandex-search-skill
Как установить
- 1Скопируйте команду из блока установки.
- 2Запустите её в терминале из каталога проекта.
Документация
Yandex Search
Use this skill when the task benefits from Yandex web search, especially for Russian-language sources or Yandex geo-targeting.
Runtime Contract
- Required environment variables:
YANDEX_SEARCH_API_KEYYANDEX_CLOUD_FOLDER_ID
- Optional environment variables:
YANDEX_SEARCH_API_BASEYANDEX_OPERATIONS_API_BASE
If required credentials are missing, stop and tell the user exactly which variables are needed.
Primary Entry Point
Run the bundled script from {baseDir}:
python3 {baseDir}/scripts/search.py "query text"
Common options:
--count Nresults per page--pages Nnumber of API pages--type SEARCH_TYPE_RU|SEARCH_TYPE_COM|...--family FAMILY_MODE_STRICT|FAMILY_MODE_MODERATE|FAMILY_MODE_NONE--region ID--format json|text--verbose
Python API
Import the bundled module when a Python workflow needs search results:
from search import search, search_async
Preserved public functions:
search(...)search_async(...)
They return a list of result dictionaries with title, url, domain, content, lang, and modtime.
Working Style
Prefer --format json if another tool or script will consume the results.
Prefer --format text for quick human-readable summaries.
If the user asks for a region-specific search, use the --region flag instead of baking the region into the query text.
References
- API behavior and examples:
references/api.md - Common region IDs:
references/regions.md
Read those files only when you need implementation detail or region lookup help.
Требования и возможности
Файлы версии
| Путь | Размер | SHA256 |
|---|---|---|
| .github/workflows/ci.yml | 1854 | 55edfc922bc9897b... |
| .gitignore | 94 | 9e13b4d893c68779... |
| LICENSE | 1066 | d2d54e385b67aae0... |
| README.md | 2295 | 24d177f4853dd84c... |
| SKILL.md | 2037 | e4db1da3cf2a2ce0... |
Частые вопросы
- Как установить Yandex Cloud Search?
- Используйте команду
npx skills add bizyumov/yandex-search-skillили скачайте ZIP-архив. - Можно ли скачать Yandex Cloud Search бесплатно?
- Да, опубликованную версию можно скачать из маркетплейса бесплатно.
Похожие инструменты
Смотреть всеВойдите, чтобы оставить комментарий.
Комментариев пока нет.