一键导入
Instagram public posts and reels search via TikHub. Best for product demos, tutorials, and visual content. English-first but works with any language keyword.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Instagram public posts and reels search via TikHub. Best for product demos, tutorials, and visual content. English-first but works with any language keyword.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Chinese tech business news, startup funding, and industry analysis from 36kr.
Transcribe video/audio URL to text + word-level timestamps using Bilibili Bcut ASR API (free, no API key). Preferred for Chinese content — Bcut gives character-level timestamps vs Whisper word-level. Returns text + segments [{start, end, text}]. Requires yt-dlp + ffmpeg.
Transcribe video/audio URL or local file to text + SRT using yt-dlp + Groq Whisper API (free tier). Preferred default for v2 transcription. Returns raw text and segments; summary is caller's responsibility.
Transcribe video/audio URL or local file to text + SRT using yt-dlp + OpenAI Whisper API. Paid fallback for v2 transcription when Groq is rate-limited or unavailable. Returns raw text and segments; summary is caller's responsibility.
Transcribe video/audio URL or local file to text + SRT using yt-dlp + local mlx-whisper (Apple Silicon). Free, offline, fastest on M-series Macs. Opt-in advanced path for users with Apple Silicon + mlx-whisper installed. Returns raw text and segments; summary is caller's responsibility.
Deep URL fetch using crawl4ai (Playwright-powered) for JS-rendered pages, anti-bot sites, and dynamic content. Slower than fetch-jina but handles sites that block simple fetchers. Requires user-installed crawl4ai package.
| name | |
| description | Instagram public posts and reels search via TikHub. Best for product demos, tutorials, and visual content. English-first but works with any language keyword. |
| version | 1 |
| languages | ["en","mixed"] |
| methods | [{"id":"via_tikhub","impl":"methods/via_tikhub.py","requires":["env:TIKHUB_API_KEY"],"rate_limit":{"per_min":60,"per_hour":1000}}] |
| fallback_chain | ["via_tikhub"] |
| when_to_use | {"query_languages":["en","zh","mixed"],"query_types":["tutorial","product","brand","lifestyle","visual-demo"],"avoid_for":["academic-papers","code-repositories","technical-docs"]} |
| quality_hint | {"typical_yield":"medium","content_type":"visual-posts"} |
| layer | leaf |
| domains | ["social","lifestyle","consumer","brand"] |
| scenarios | ["product research","brand monitoring","tutorial discovery"] |
| model_tier | Fast |
| experience_digest | experience/experience.md |
Use this channel to search Instagram posts and reels for a keyword. Returns post URL, caption text, and author username.
run_channel("instagram", "Python machine learning tutorial", k=10)
instagram.com/p/... URLstitle / snippetsource_channel = "instagram:{username}"