maxhub-toutiao
使用AI查询今日头条新闻数据
新闻分析师和研究人员需要花费数小时手动从今日头条(中国最大的新闻平台)收集文章、视频和用户数据。本技能让您可以通过简单的自然语言提示,使用MaxHub API查询所有今日头条数据端点。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "maxhub-toutiao". Get article info for group_id 7450114952884503059
النتيجة المتوقعة:
Here is the article information: The article was published on Toutiao and received 45,230 reads with 1,234 comments. The content focuses on technology trends. Reader sentiment is mostly positive based on comment analysis.
استخدام "maxhub-toutiao". Get user info for user_id 1352838578180211 and their recent articles
النتيجة المتوقعة:
User profile summary: This user has 12,500 followers and has published 89 articles on Toutiao. Their most recent article received 23,400 reads. The user mainly covers entertainment and lifestyle content.
استخدام "maxhub-toutiao". Get comments for article 7450114952884503059
النتيجة المتوقعة:
Found 45 comments on this article. The top comment has 2,100 likes. Reader sentiment is mostly positive. Key discussion topics include pricing, features, and usability.
التدقيق الأمني
آمنAll 121 static analysis findings were evaluated and dismissed as false positives. The skill contains no executable code - all files are markdown documentation and JSON metadata. The 53 external_commands findings are curl command examples inside markdown code blocks, not executable code. The 14 weak cryptographic algorithm findings are API response format strings (e.g., {code, message, data}) and example tokens in documentation. The 9 system reconnaissance findings are parameter description tables. The high entropy finding is a false positive from Chinese text. The critical dangerous combination finding is an aggregation of the above false positives. The skill is a legitimate read-only API documentation reference that requires a MAXHUB_API_KEY environment variable to query Toutiao data endpoints.
عوامل الخطر
🌐 الوصول إلى الشبكة (25)
درجة الجودة
ماذا يمكنك بناءه
记者的内容研究
记者可以快速查找文章和视频详情,以核实事实、收集背景数据,并追踪今日头条上的热门话题。
营销人员的社交媒体分析
营销专业人员分析用户互动指标、阅读评论,并研究视频表现,以优化在今日头条上的内容策略。
产品团队的竞争情报
产品经理追踪今日头条上的热门内容和用户讨论,以识别市场趋势并为产品决策提供信息。
جرّب هذه الموجهات
Get the article info for group_id 7450114952884503059
Find the user_id from this profile page URL, then get their user info: https://www.toutiao.com/c/user/token/MS4wLjABAAAAexample/
Get the article info for group_id 7450114952884503059 and fetch the first 20 comments for the same article
Compare article 7450114952884503059 and video 7431543350882206242. Show their titles, engagement stats, and highlight key differences
أفضل الممارسات
- 在查询前验证MAXHUB_API_KEY环境变量是否已配置,以避免身份验证错误。
- 在单个对话中将相关查询串联起来进行更深入的分析,例如按顺序获取文章详情和评论。
- 使用今日头条URL中的特定group_id或user_id值以获得准确结果,而不是猜测标识符。
تجنب
- 不要在提示词、输出中暴露API密钥值,或与他人共享——始终通过配置的环境变量引用它。
- 不要在不检查cache_url字段的情况下假设数据是实时的,因为某些API响应可能包含缓存结果。
- 避免在没有明确group_id或user_id的情况下进行查询,因为API不支持关键词搜索,将会返回错误。