Skills maxhub-kuaishou
🎬

maxhub-kuaishou

Low Risk 🌐 Network access⚙️ External commands🔑 Env variables

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.

Supports: Claude Codex Code(CC)
🥉 74 Bronze
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

Toggle on and start using

Test it

Using "maxhub-kuaishou". Find details about the Kuaishou video at https://v.kuaishou.com/cNYP0Z

Expected outcome:

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

Using "maxhub-kuaishou". Show me the Kuaishou hot list today

Expected outcome:

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

Security Audit

Low Risk
v2 • 5/20/2026

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.

7
Files scanned
609
Lines analyzed
6
findings
2
Total audits
Low Risk Issues (3)
API Credential Access in Environment Variables
The skill accesses MAXHUB_API_KEY from environment variables for API authentication. This is a legitimate and declared requirement documented in SKILL.md metadata. Users must configure their own API key obtained from aconfig.cn. The key is used only as Bearer token for authorized API calls.
External API Network Calls via curl
The skill uses curl to make HTTP requests to the MaxHub API at www.aconfig.cn. These are documented, legitimate API calls for querying Kuaishou data. All API endpoints and parameters are defined in reference documentation files. The pattern is standard for API wrapper skills.
Shell Command Documentation in Code Blocks
Bash code blocks in SKILL.md and README files show curl commands and environment variable checks. These are documentation examples for user reference, not active code execution. The commands execute legitimate API calls for the skill's intended purpose.

Detected Patterns

Combined Network, Command Execution, and Credential Access
Audited by: claude View Audit History →

Quality Score

59
Architecture
100
Maintainability
87
Content
32
Community
84
Security
91
Spec Compliance

What You Can Build

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.

Try These Prompts

Basic Video Details Lookup
Find details about the Kuaishou video at https://v.kuaishou.com/cNYP0Z
User Profile and Content Search
Search for user 快手美食 on Kuaishou and show their profile information including follower count, total likes, and recent video list
Trending Topics Analysis
Show me today Kuaishou hot list and analyze the top 10 trending topics with their view counts and category distribution
Comprehensive User Deep Dive
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

Best Practices

  • 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

Avoid

  • 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

Frequently Asked Questions

How do I get a MaxHub API key?
Sign up at https://www.aconfig.cn, go to your dashboard, and create an API key in the API Keys section.
What platforms does this skill support?
This skill supports both Kuaishou App and Web APIs through the MaxHub API service.
Is the data returned by this skill accurate?
Data comes from third-party APIs for reference only. Some endpoints may return cached data. Always verify critical data.
What languages does this skill support?
This skill supports both Chinese and English. The response language matches your input language automatically.
Can this skill post or modify content on Kuaishou?
No. This skill only queries and reads data. It cannot post, edit, or delete any Kuaishou content.
What should I do if an API call fails?
First verify your API key is valid and configured. Then retry the request. Some endpoints have rate limits or temporary service issues.

Developer Details

File structure