skills/orthogonal-ebay-search/SKILL.md
Search eBay listings - find items, auctions, deals, and compare prices
npx skillsauth add orthogonal-sh/skills ebay-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 eBay for products, auctions, and deals.
Uses the SearchAPI eBay Search engine to query eBay listings.
orth run searchapi /api/v1/search -q 'engine=ebay_search&q=vintage watch'
<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":"ebay_search","q":"vintage watch"}}'
</details>
ebay_searchTop-level keys: search_metadata, search_parameters, search_information, categories, organic_results, related_searches, pagination.
search_information: total_results (integer), query_displayed, sorted_by.
Each item in organic_results array:
Pagination: Use page=2, page=3, etc. for more results. Response includes pagination.next URL.
User: "Find vintage watches on eBay"
orth run searchapi /api/v1/search -q 'engine=ebay_search&q=vintage watch'
User: "Search eBay for retro gaming consoles"
orth run searchapi /api/v1/search -q 'engine=ebay_search&q=retro gaming console'
User: "Find rare vinyl records"
orth run searchapi /api/v1/search -q 'engine=ebay_search&q=rare vinyl records'
q parameterorganic_results means no listings found — try broader terms-q flags if & in query string causes issues: -q 'engine=ebay_search' -q 'q=vintage watch'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