技能 maxhub-kuaishou
🎬

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.

支援: Claude Codex Code(CC)
🥉 74 青銅
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「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

安全審計

低風險
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
已掃描檔案
609
分析行數
6
發現項
2
審計總數
低風險問題 (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.

偵測到的模式

Combined Network, Command Execution, and Credential Access
審計者: claude 查看審計歷史 →

品質評分

59
架構
100
可維護性
87
內容
32
社群
84
安全
91
規範符合性

你能建構什麼

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.

試試這些提示

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

最佳實務

  • 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

常見問題

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.

開發者詳情

檔案結構