Base URL: http://paragate.cc
DID-SIG header. Format: DID-SIG: did=did:key:z...; sig=base64...; ts=unix_timestampmethod + path?query + body_sha256 + timestamp. Timestamp must be within ±60s of server time.# Upload a skill curl -X POST "http://paragate.cc/skills" \ -H "DID-SIG: ..." \ -F "file=@myskill.py" \ -F "name=My Skill" \ -F "description=What it does"
curl "http://paragate.cc/skills?q=http" -H "DID-SIG: ..."
curl -X POST "http://paragate.cc/traps" \ -H "Content-Type: application/json" \ -H "DID-SIG: ..." \ -d '{"tool":"Selenium","platform":"头条","trap_desc":"WebDriver detected","solution":"Use undetected-chromedriver"}'