Felo AI skills for Claude Code — real-time search, PPT generation, landing page creation, SuperAgent, LiveDoc knowledge base, web fetch, YouTube subtitles, and X (Twitter) search
npx claudepluginhub felo-inc/felo-skillsSearch X (Twitter) tweets, users, and replies via Felo API
Share bugs, ideas, or general feedback.
Ask anything. Get current answers. Generate slides and mindmaps from a prompt.
Felo AI CLI — Real-time search, PPT generation, mindmap creation, web fetch, YouTube subtitles, and X (Twitter) search, SuperAgent conversation, and Twitter writing from the terminal. Also works as Claude Code skills. Supports Chinese, English, Japanese, and Korean.
Felo AI · Docs · API Reference · Examples · FAQ · ClawHub · Discord · X (Twitter)
npm install -g felo-ai
Get your API key from Felo AI (Settings → API Keys), then:
felo config set FELO_API_KEY your-api-key-here
That's it. The key is persisted in ~/.felo/config.json. You can also use environment variables as an alternative:
export FELO_API_KEY="..." # Linux/macOS
$env:FELO_API_KEY="..." # Windows (PowerShell)
| Command | Description |
|---|---|
felo search "<query>" | Search for current info (weather, news, prices, etc.) |
felo slides "<prompt>" | Generate PPT; returns link when done |
felo mindmap "<query>" | Generate mindmap; returns link immediately |
felo web-fetch --url <url> | Fetch webpage content (markdown/text/html) |
felo youtube-subtitling -v <url-or-id> | Fetch YouTube video subtitles |
felo x "<query>" | Search X (Twitter) tweets, users, and replies |
felo livedoc <subcommand> | Manage LiveDocs (knowledge bases) and resources |
felo apple-buy-advisor "<query>" | Research and compare Apple products before you buy |
felo superagent "<query>" | AI conversation with real-time streaming output |
felo style-library <category> | List brand styles from the style library |
felo config <set|get|list|path> | Manage API key and config |
Search
felo search "Tokyo weather"
felo search "React 19 new features" --verbose
felo search "MacBook Air M3 price" --json
Slides
felo slides "Felo product intro, 3 slides"
felo slides "Q4 2024 business review, 10 pages" --poll-timeout 300
Mindmap
felo mindmap "AI trends in 2024"
felo mindmap "Project timeline" --layout TIMELINE
felo mindmap "Problem analysis" --layout FISHBONE --json
felo mindmap-layouts # List available layouts
Web Fetch — full options →
felo web-fetch --url "https://example.com"
felo web-fetch --url "https://example.com" --format markdown --readability
YouTube Subtitling — full options →
felo youtube-subtitling -v "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
felo youtube-subtitling -v "dQw4w9WgXcQ" --language zh-CN --with-time
X (Twitter) Search — full options →
felo x "AI news" # Search tweets
felo x "OpenAI" --user # Search users
felo x --id "elonmusk" --user # Get user info
felo x --id "elonmusk" --user --tweets # Get user tweets
felo x --id "1234567890" # Get tweet replies
LiveDoc (Knowledge Base) — full options →