diff --git a/.agents/skills/exa-search/SKILL.md b/.agents/skills/exa-search/SKILL.md index c386b2c6..37ea2b1b 100644 --- a/.agents/skills/exa-search/SKILL.md +++ b/.agents/skills/exa-search/SKILL.md @@ -41,6 +41,7 @@ web_search_exa(query: "latest AI developments 2026", numResults: 5) ``` **Parameters:** + | Param | Type | Default | Notes | |-------|------|---------|-------| | `query` | string | required | Search query | @@ -59,6 +60,7 @@ web_search_advanced_exa( ``` **Parameters:** + | Param | Type | Default | Notes | |-------|------|---------|-------| | `query` | string | required | Search query | @@ -76,6 +78,7 @@ get_code_context_exa(query: "Python asyncio patterns", tokensNum: 3000) ``` **Parameters:** + | Param | Type | Default | Notes | |-------|------|---------|-------| | `query` | string | required | Code or API search query | @@ -89,6 +92,7 @@ company_research_exa(companyName: "Anthropic", numResults: 5) ``` **Parameters:** + | Param | Type | Default | Notes | |-------|------|---------|-------| | `companyName` | string | required | Company name | @@ -109,6 +113,7 @@ crawling_exa(url: "https://example.com/article", tokensNum: 5000) ``` **Parameters:** + | Param | Type | Default | Notes | |-------|------|---------|-------| | `url` | string | required | URL to extract | diff --git a/skills/exa-search/SKILL.md b/skills/exa-search/SKILL.md index ebe6f001..f3cffb8d 100644 --- a/skills/exa-search/SKILL.md +++ b/skills/exa-search/SKILL.md @@ -46,6 +46,7 @@ web_search_exa(query: "latest AI developments 2026", numResults: 5) ``` **Parameters:** + | Param | Type | Default | Notes | |-------|------|---------|-------| | `query` | string | required | Search query | @@ -64,6 +65,7 @@ web_search_advanced_exa( ``` **Parameters:** + | Param | Type | Default | Notes | |-------|------|---------|-------| | `query` | string | required | Search query | @@ -81,6 +83,7 @@ get_code_context_exa(query: "Python asyncio patterns", tokensNum: 3000) ``` **Parameters:** + | Param | Type | Default | Notes | |-------|------|---------|-------| | `query` | string | required | Code or API search query | @@ -94,6 +97,7 @@ company_research_exa(companyName: "Anthropic", numResults: 5) ``` **Parameters:** + | Param | Type | Default | Notes | |-------|------|---------|-------| | `companyName` | string | required | Company name | @@ -114,6 +118,7 @@ crawling_exa(url: "https://example.com/article", tokensNum: 5000) ``` **Parameters:** + | Param | Type | Default | Notes | |-------|------|---------|-------| | `url` | string | required | URL to extract |