Add crawler-reverse skill

This commit is contained in:
爱喝水的木子
2026-03-10 08:58:27 +08:00
commit 8cbf3a4844
5 changed files with 383 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Example Usage
## Example prompts
- Analyze the request chain of this page and identify where the signature is generated.
- Compare the browser request and my Python request and explain why the script fails.
- Help me trace where this token/header comes from in the frontend.
- Inspect this page's JS and find the request-building logic.
- Reproduce this observed API call with a minimal validation script.
## Expected outputs
- key request list
- dynamic field explanation
- request diff summary
- likely signature origin
- next debugging steps
## Safety reminder
Use only for systems you own, are authorized to test, or are analyzing for legitimate educational/defensive purposes.