抖音作品实时搜索工具。根据用户输入的关键词实时调用 Redfox 接口搜索抖音最新作品,支持按排序方式和发布时间筛选,返回实时数据(非缓存/历史数据)。当用户明确要求「实时」「最新」「现在」「当前」搜索抖音内容,或对已有数据时效性存疑时使用。触发词:抖音实时搜索、抖音最新作品、实时抖音热门、当前抖音数据、抖音实时查询。
Security Analysis
high confidenceThe search script itself is straightforward, but the skill also asks agents to create recurring daily subscription tasks without enough scoping or cancellation detail.
On-demand Douyin realtime search through Redfox is coherent with the stated purpose, but the artifacts add daily keyword subscription and scheduled push behavior that goes beyond the frontmatter's one-shot search framing.
The skill tells the agent to append a subscription prompt after every result and to create a scheduled task when the user replies with a short confirmation phrase, without a clear preview, second confirmation, cancellation path, or audit instructions.
There is no package installer or third-party dependency; setup is Python 3 plus a REDFOX_API_KEY environment variable. The documentation recommends storing that key in OpenClaw config or shell environment.
The script sends the user keyword, sort option, time filter, and API key to redfox.hk, which is expected for this search feature; recurring subscriptions would multiply those outbound requests and possible API quota use.
The SKILL.md describes platform scheduled tasks and a crontab example for daily execution, but does not define how recurring jobs are stored, reviewed, disabled, or deleted.
Guidance
Install only if you trust Redfox with your Douyin search keywords and can use a revocable API key. Treat the daily subscription feature as Review-worthy: do not enable it unless your platform clearly shows the scheduled job, where results are sent, how often it runs, what key it uses, and how to cancel it.
Latest Release
v1.0.2
- Expanded and reorganized SKILL.md for greater clarity, adding modular sections for quick start, advanced usage, scenarios, architecture, and FAQs. - Rewrote the documentation to be more concise and user-friendly, focusing on installation, parameter explanation, and typical usage patterns. - Explicitly detailed data display strategy and subscription workflow in a tightly structured format. - Removed redundant file: skill-card.md.
Popular Skills
Published by @redfox-data on ClawHub