by PromptSpace
Python CLI and reusable client for one-shot chat and SSE streaming via the Felo Open Platform.
Free
One-time purchase
$ 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]
by PromptSpace
Python CLI and reusable client for one-shot chat and SSE streaming via the Felo Open Platform.
Free
One-time purchase
⚡ Skill ready to install in Claude Code, Gemini CLI, or any MCP-compatible client. Read the install guides →
$ 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]
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.
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.
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-key
mkdir -p ~/.claude/skills/felo-free-ai-search-engine && curl -s -X POST 'https://api.promptspace.in/api/skills/felo-free-ai-search-engine/install' | python3 -c "import sys,json; sys.stdout.write(json.load(sys.stdin).get('installInstructions') or '')" > ~/.claude/skills/felo-free-ai-search-engine/SKILL.mdFree skills install directly. Paid skills require purchase - use the download button above after buying.
Security Scanned
Passed automated security review
No special permissions declared or detected
OpenClaw, Cursor, Claude Code, Codex CLI
PromptSpace
We build AI agent skill packages for content creators. Specializing in Chinese social media automation.