maxhub-kuaishou
Query and Analyze Kuaishou Platform Data with API Access
Accessing Kuaishou platform data normally requires complex API integration and reverse engineering. This skill solves that by providing simple AI-powered access to the MaxHub API for querying video details, user profiles, search results, trending topics, and comments across both App and Web endpoints.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“maxhub-kuaishou”。 Find details about the Kuaishou video at https://v.kuaishou.com/cNYP0Z
预期结果:
Video Title: Weekend Cooking Challenge
Author: Chef Wang
Views: 2.3M
Likes: 185K
Comments: 4.2K
Shares: 891
Published: 2024-03-15
Duration: 3:42
正在使用“maxhub-kuaishou”。 Show me the Kuaishou hot list today
预期结果:
Kuaishou Hot List Top 5:
1. Spring Festival Travel Rush - 52.3M views
2. New Smartphone Launch Review - 48.1M views
3. Street Food Compilation - 35.7M views
4. Fitness Challenge Day 30 - 28.9M views
5. Pet Funny Moments - 22.4M views
安全审计
低风险This skill is a legitimate API wrapper for querying Kuaishou data through the MaxHub service (www.aconfig.cn). All 135 static findings have been evaluated as false positives: hardcoded URLs point to the documented API endpoint, shell commands are documentation examples for curl-based API calls, and env access is for the declared MAXHUB_API_KEY credential. The skill transparently declares its requirements and usage patterns. No malicious intent, obfuscation, or prompt injection detected.
低风险问题 (3)
风险因素
🌐 网络访问 (25)
⚙️ 外部命令 (15)
检测到的模式
质量评分
你能构建什么
Content Trend Analysis
Analyze trending videos and hot lists on Kuaishou to identify content patterns, popular topics, and audience preferences over time.
User Audience Research
Research Kuaishou user profiles including follower counts, engagement metrics, and video performance to understand audience demographics.
Competitive Content Monitoring
Search and compare Kuaishou content across categories and creators to track competitor activity and benchmark performance.
试试这些提示
Find details about the Kuaishou video at https://v.kuaishou.com/cNYP0Z
Search for user 快手美食 on Kuaishou and show their profile information including follower count, total likes, and recent video list
Show me today Kuaishou hot list and analyze the top 10 trending topics with their view counts and category distribution
Do a full analysis of Kuaishou user 3xz63mn6fngqtiq: get their profile info, list their recent videos, show top comments, and summarize their content themes and engagement patterns
最佳实践
- Configure the MAXHUB_API_KEY environment variable before starting queries to ensure uninterrupted API access
- Use specific keywords and available filters for targeted searches instead of broad queries
- Provide clear context about what data you need so the skill routes to the correct API endpoint
避免
- Do not share or display the MAXHUB_API_KEY value in any output to prevent credential exposure
- Do not make excessive parallel requests to the same endpoint as this may trigger rate limiting
- Do not assume returned data is real-time without checking; some endpoints return cached results