openclaw-search
Facilitates intelligent multi-source search for agents, combining web and academic data with confidence scoring for enhanced research capabilities.
Install this skill
Security score
The openclaw-search skill was audited on May 17, 2026 and we found 28 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 111 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/web?query=AI+frameworks&max_num_results=10" \ |
Curl to non-GitHub URL
| 115 | curl -X POST "https://api.aisa.one/apis/v1/search/full?query=latest+AI+news&max_num_results=10" \ |
Curl to non-GitHub URL
| 123 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/scholar?query=transformer+models&max_num_results=10" \ |
Curl to non-GitHub URL
| 127 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/scholar?query=LLM&max_num_results=10&as_ylo=2024&as_yhi=2025" \ |
Curl to non-GitHub URL
| 135 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/smart?query=machine+learning+optimization&max_num_results=10" \ |
Curl to non-GitHub URL
| 143 | curl -X POST "https://api.aisa.one/apis/v1/tavily/search" \ |
Curl to non-GitHub URL
| 149 | curl -X POST "https://api.aisa.one/apis/v1/tavily/extract" \ |
Curl to non-GitHub URL
| 155 | curl -X POST "https://api.aisa.one/apis/v1/tavily/crawl" \ |
Curl to non-GitHub URL
| 161 | curl -X POST "https://api.aisa.one/apis/v1/tavily/map" \ |
Curl to non-GitHub URL
| 171 | curl -X POST "https://api.aisa.one/apis/v1/scholar/explain" \ |
External URL reference
| 8 | homepage: https://aisa.one |
External URL reference
| 111 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/web?query=AI+frameworks&max_num_results=10" \ |
External URL reference
| 115 | curl -X POST "https://api.aisa.one/apis/v1/search/full?query=latest+AI+news&max_num_results=10" \ |
External URL reference
| 123 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/scholar?query=transformer+models&max_num_results=10" \ |
External URL reference
| 127 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/scholar?query=LLM&max_num_results=10&as_ylo=2024&as_yhi=2025" \ |
External URL reference
| 135 | curl -X POST "https://api.aisa.one/apis/v1/scholar/search/smart?query=machine+learning+optimization&max_num_results=10" \ |
External URL reference
| 143 | curl -X POST "https://api.aisa.one/apis/v1/tavily/search" \ |
External URL reference
| 149 | curl -X POST "https://api.aisa.one/apis/v1/tavily/extract" \ |
External URL reference
| 152 | -d '{"urls":["https://example.com/article"]}' |
External URL reference
| 155 | curl -X POST "https://api.aisa.one/apis/v1/tavily/crawl" \ |
External URL reference
| 158 | -d '{"url":"https://example.com","max_depth":2}' |
External URL reference
| 161 | curl -X POST "https://api.aisa.one/apis/v1/tavily/map" \ |
External URL reference
| 164 | -d '{"url":"https://example.com"}' |
External URL reference
| 171 | curl -X POST "https://api.aisa.one/apis/v1/scholar/explain" \ |
External URL reference
| 222 | python3 scripts/search_client.py tavily-extract --urls "https://example.com/article" |
External URL reference
| 345 | 1. Sign up at [aisa.one](https://aisa.one) |
External URL reference
| 352 | See [API Reference](https://aisa.mintlify.app/api-reference/introduction) for complete endpoint documentation. |
External URL reference
| 357 | - [AIsa Documentation](https://aisa.mintlify.app) - Complete API documentation |