skills/orthogonal-amazon-search/SKILL.md
Search Amazon products - find items, compare prices, read reviews
npx skillsauth add orthogonal-sh/skills amazon-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search for products on Amazon. Find items by keyword, category, or criteria.
Uses the SearchAPI Amazon Search engine to query Amazon's catalog.
orth run searchapi /api/v1/search -q 'engine=amazon_search&q=wireless earbuds'
<details>
<summary>curl equivalent</summary>
curl -X POST "https://api.orth.sh/v1/run" \
-H "Authorization: Bearer $ORTHOGONAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"searchapi","path":"/api/v1/search","query":{"engine":"amazon_search","q":"wireless earbuds"}}'
</details>
orth run searchapi /api/v1/search -q 'engine=amazon_search&q=laptop&category_id=electronics'
amazon_searchTop-level keys: search_metadata, search_parameters, search_information, organic_results, filters, pagination.
Each item in organic_results array:
Pagination: Use page=2, page=3, etc. for more results.
User: "Find wireless earbuds on Amazon"
orth run searchapi /api/v1/search -q 'engine=amazon_search&q=wireless earbuds'
User: "Search for laptops under $500"
orth run searchapi /api/v1/search -q 'engine=amazon_search&q=laptop under 500'
User: "Find highly rated coffee makers"
orth run searchapi /api/v1/search -q 'engine=amazon_search&q=coffee maker best rated'
q parameterorganic_results array means no products matched the query — try broader search terms-q flags if & in query string causes issues: -q 'engine=amazon_search' -q 'q=wireless earbuds'testing
Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like "下载视频", "download video", "yt-dlp", "YouTube", "B站", "抖音", "提取音频", "extract audio".
business
Send messages and manage Slack channels. Use when asked to send Slack messages, post to channels, list channels, or fetch message history.
development
Evaluate YC batch companies for investment — scrapes the YC directory, researches each company and its founders (work history, LinkedIn, website), assesses founder-company fit, and exports to Google Sheets with priority rankings. Use when asked to evaluate YC companies, research a YC batch, screen startups, or do due diligence on YC companies.
development
Take screenshots of websites and web pages