Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Web information retrieval expert. ALWAYS invoke this skill when the user needs to search the web, fetch a URL, or access real-time information beyond training data. Do not guess or use stale knowledge — use this skill first.
Two tools for web information retrieval, called via bash.
Search the web for real-time information. Returns structured results with title, URL, and content snippet.
tai tool web_search '{"query": "search terms", "limit": 5}'
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search query |
limit | integer | no | Max results (default 10) |
Fetch a web page and return its content in readable format.
tai tool web_fetch '{"url": "https://example.com", "format": "markdown"}'
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | yes | Fully-formed URL to fetch |
format | string | no | markdown (default) or html |
npx skills add YaoApp/yao --skill yao-webHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.