felo-search
Felo AI real-time web search for questions requiring current/live information. Triggers on current events, news, trends, real-time data, information queries, location queries, how-to guides, shopping, or when Claude's knowledge may be outdated.
Why use this skill?
Enhance your OpenClaw agent with Felo AI real-time search. Get instant access to current news, live stock prices, and up-to-date web data with this skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/comman-kaide/comman-felo-searchWhat This Skill Does
The felo-search skill integrates Felo AI's real-time search engine directly into the OpenClaw agent, enabling the model to retrieve up-to-date information from the web. By bypassing the limitations of static training data, this skill allows users to access the latest news, market trends, stock data, and location-based information, ensuring the agent always provides current, context-aware responses.
Installation
To install this skill, use the ClawHub command line interface within your project directory:
clawhub install openclaw/skills/skills/comman-kaide/comman-felo-search
After installation, you must obtain an API key from felo.ai and configure the environment variable FELO_API_KEY in your terminal session or shell profile. This ensures the authentication token is available for the Bash execution tool during search requests.
Use Cases
This skill is designed for scenarios requiring real-time data or knowledge beyond the model's last training cut-off. Key use cases include:
- Breaking News & Trends: Investigating current global events or trending topics on social media.
- Market Analysis: Retrieving real-time stock prices, crypto exchange rates, or currency conversion data.
- Hyper-local Searches: Finding open restaurants, local tourist attractions, or current weather conditions in specific regions.
- Shopping & Research: Comparing product features, checking current prices across retailers, or locating stock availability.
- Tutorials: Accessing the latest documentation or modern best practices for recently released libraries and software frameworks.
Example Prompts
- "/felo-search What is the current stock price of NVIDIA and has it changed significantly today?"
- "Can you search with felo for the best-rated Italian restaurants near Times Square in New York?"
- "Felo search: What are the latest updates on the launch of the new iPhone and what do early reviewers say?"
Tips & Limitations
- Tips: Always be specific in your query to improve the relevance of search results. If the agent does not trigger the tool automatically, use the explicit
/felo-searchcommand prefix. - Limitations: This skill does not process private user codebase files. It is strictly an external information retrieval tool. Ensure that your
FELO_API_KEYis not committed to any public repositories to maintain your account security.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-comman-kaide-comman-felo-search": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution