Install
openclaw skills install kuaishou-genius-actualUse this skill whenever the user asks to analyze, verify, debug, reverse-engineer, or automate Kuaishou Genius「预算/预测/实际」页面 data flow (especially management-yearly/actual). Trigger on requests about Network 抓包, API mapping, endpoint calls, auth/session reuse, payload reconstruction, or script-based API probing for genius.corp.kuaishou.com/budget-portal.
openclaw skills install kuaishou-genius-actualThis skill helps an agent quickly move from Genius 页面操作 to 可复用的接口调用地图与脚本化验证 for the management-yearly/actual workflow.
Use it when the goal is to identify core backend endpoints, validate request dependencies, and build repeatable checks for Genius Actual data retrieval.
genius.corp.kuaishou.com./budget-portal/api/* requests; ignore static assets and telemetry unless debugging auth/risk.cd scripts
bash genius_api_probe.sh \
--base-url "https://genius.corp.kuaishou.com" \
--cookie "accessproxy_session=<YOUR_COOKIE>" \
--year 2026
python3 genius_client.py \
--cookie "accessproxy_session=<YOUR_COOKIE>" \
workflow --year 2026
Core API extraction
management-yearly/actual.API map generation
Workflow reconstruction
Scripted probing
scripts/genius_api_probe.sh to quickly verify endpoint reachability and baseline responses.Troubleshooting focus
Base domain:
https://genius.corp.kuaishou.comCore endpoints observed in Actual flow:
GET /budget-portal/api/authority/user
GET /budget-portal/api/authority/org/tree
GET /budget-portal/api/horse-race-lamp/query?tabCode=management-yearly%2Factual
GET /budget-portal/api/description/act-latest-update-date
GET /budget-portal/api/annual-actual/versions?year=<YEAR>
POST /budget-portal/api/actual-ledger/detail
POST /budget-portal/api/actual-ledger/products
Non-core but commonly seen (usually ignore unless diagnosing):
log-sdk.ksapisrv.com/* telemetrymobile-device-info.corp.kuaishou.com/* device/riskh5-fingerprint.corp.kuaishou.com/* fingerprintaccessproxy_session works for genius.corp.kuaishou.com.https://genius.corp.kuaishou.com/management-yearly/actual/budget-portal/api/ requests.genius_api_probe.sh with cookie + year.Always output:
Script paths:
scripts/genius_api_probe.shscripts/genius_client.pyWhat they do:
genius_api_probe.sh: probes key GET APIs and sends placeholder POSTs for quick triagegenius_client.py: structured client for core APIs (single endpoint or full workflow), supports custom JSON payload filesRequired inputs:
--base-url (default https://genius.corp.kuaishou.com)--cookie (must include valid accessproxy_session=...)Optional:
--year (default 2026)SSO/session coupling
Risk/fingerprint controls
POST body incompleteness
actual-ledger/detail and actual-ledger/products need accurate business payload fields from live capture.Environment drift
Permission scope