felo- Free AI Search Engine
by Roy Yuen
Python CLI and reusable client for one-shot chat and SSE streaming via the Felo Open Platform.
- Implement Felo SuperAgent streaming via the /v2/conversations endpoint
- Verify and debug Felo API keys and SSE payloads from a local CLI
- Integrate Felo's one-shot chat completions into Python-based AI agents
Free
Sample input
Summarize RFID using the Felo chat command.
Sample output
$ python3 scripts/felo_cli.py chat "Summarize RFID" [Felo Response] RFID (Radio Frequency Identification) uses electromagnetic fields to automatically identify and track tags attached to objects. Key components include tags, readers, and antennas. [Status: 200 OK]
felo- Free AI Search Engine
by Roy Yuen
Python CLI and reusable client for one-shot chat and SSE streaming via the Felo Open Platform.
Free
Included in download
- Downloadable skill package
- 2 permissions declared
- Instant install
Sample input
Summarize RFID using the Felo chat command.
Sample output
$ python3 scripts/felo_cli.py chat "Summarize RFID" [Felo Response] RFID (Radio Frequency Identification) uses electromagnetic fields to automatically identify and track tags attached to objects. Key components include tags, readers, and antennas. [Status: 200 OK]
About This Skill
What it does
This skill provides a complete Python CLI and client implementation for interacting with the Felo Open Platform. It simplifies the integration of Felo's advanced AI capabilities, supporting both one-shot chat completions and complex Server-Sent Events (SSE) streaming workflows.
Why use this skill
Manually implementing the Felo API can be tricky, especially when handling the multi-step handshake required for SuperAgent streaming. This skill encapsulates the logic for POSTing to /v2/conversations and managing the subsequent GET stream window, ensuring robust delivery of incremental results. It handles authentication via environment variables and provides built-in debugging for JSON and SSE payloads, saving developers hours of boilerplate coding.
Supported Tools
- Python 3.x
- Felo Open Platform API (v2)
- Standard SSE (Server-Sent Events) protocols
- Dotenv (.env) configuration
Output Structure
The skill yields clean, formatted responses for one-shot queries and a real-time terminal stream for conversational tasks. It is designed to be used both as a standalone CLI for testing and as a reusable module within your own Python agents.
## Workflow 1. Get an API key first. - Official docs say the Chat API is limited-time free. - Go to `https://felo.ai` and sign up for a free account if needed. - After login, click your avatar, open `Settings`, then open the `API Keys` tab. - Click `Create New Key`, then copy the generated key and store it securely. 2. Set `FELO_API_KEY`. - Prefer environment variables. - Or create a local `.env` file with: ```bash FELO_API_KEY=your-felo-api-keyUse Cases
- Implement Felo SuperAgent streaming via the /v2/conversations endpoint
- Verify and debug Felo API keys and SSE payloads from a local CLI
- Integrate Felo's one-shot chat completions into Python-based AI agents
- Automate multi-step conversation handshakes for real-time AI responses
Known Limitations
- Chat endpoint does not support streaming.
- Requires manual API key management via environment variables.
- Limited to Felo v2 API specifications.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/felo-free-ai-search-engine -o /tmp/felo-free-ai-search-engine.zip && unzip -o /tmp/felo-free-ai-search-engine.zip -d ~/.claude/skills && rm /tmp/felo-free-ai-search-engine.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Compatible with SKILL.md-compatible agents like Claude Code or Cursor.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.