Analysis updated 2026-05-18
Give an AI agent the ability to search the web and pull page content on demand.
Get LLM powered answers to questions directly from a command line tool.
Add a ready-made web research skill to an agent setup with one install command.
| loongphy/skills | blackvenom5iix/winget-toctou-poc | gfsaaser24/x-algo | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | PowerShell | PowerShell | PowerShell |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 1/5 |
| Audience | developer | researcher | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires a free or paid Exa API key.
Loongphy/skills is a small collection of reusable AI agent skills. At the time of writing it holds one skill, called exa-search, but the repository is set up as a growing collection rather than a single-purpose tool. The whole collection can be added to a compatible agent environment with a single command using a tool called npx, which means a developer does not need to manually copy files or configure anything by hand to start using it. The exa-search skill connects AI agents to the web by providing search, content extraction, and AI powered answer generation through the Exa API, a web search and content retrieval service. It ships as a cross platform command line tool: a bash script for Unix systems and a PowerShell script for Windows, so it works whether the agent is running on macOS, Linux, or Windows. Both versions support the same set of subcommands for searching the web, extracting the readable content of a page, and getting LLM powered answers rather than raw search results. Using it requires an Exa API key, which can be obtained from the Exa dashboard. The key can be stored either as an environment variable or saved to a local config file, giving some flexibility in how it is wired into an existing agent setup. Detailed usage instructions and the full list of flags are documented separately in a SKILL.md file within the repository, rather than in the main README. This is most useful for developers building AI agent workflows who want their agents to perform real web research without switching context to a browser or writing a custom search integration from scratch. Because it installs as a self-contained skill, it can be dropped into an existing agent setup alongside other skills without much extra plumbing.
A reusable AI agent skill that adds web search, content extraction, and AI answers via the Exa API.
Mainly PowerShell. The stack also includes PowerShell, Bash, Exa API.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.