بنقرة واحدة
curl-raw
Raw HTTP probing with curl. Use for custom method, headers and body requests in recon and validation.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Raw HTTP probing with curl. Use for custom method, headers and body requests in recon and validation.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Fast HTTP probing and lightweight fingerprinting using ProjectDiscovery httpx. Use for web recon with redirect-awareness and JSON output.
V5 样板 Micro-Skill:Pydantic 入参、micro_executor SDK、落盘 parsed.json、stderr S-06、stdout Agent 摘要 JSON(嵌入 raw_stdout)。
Build a basic understanding of the current project by scanning source code and available docs. Use when user asks for /init, project onboarding, quick repo familiarization, or initial architecture context.
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
Advanced web path scanner using multithreaded brute-force. Use for discovering hidden files, directories, and endpoints on web servers.
ETL + path-template dedupe + chunking + manifest. operation=prepare (default) or finalize. Context (Cookie/UA/tags) stored in manifest for nuclei.
استنادا إلى تصنيف SOC المهني
| name | curl-raw |
| description | Raw HTTP probing with curl. Use for custom method, headers and body requests in recon and validation. |
| metadata | {"openclaw":{"emoji":"🧪","requires":{"bins":["curl"],"env":[]},"primaryEnv":null}} |
Run raw HTTP requests with curl.
url or target: requiredmethod: optional, default GETheaders: optional dict, like {"User-Agent":"x"}data: optional request bodyfollow_redirects: optional bool, default truetimeout: optional seconds, default 20auto_urlencode_path: optional bool, default true。会自动编码 URL 路径中的高风险特殊字符(如 {} [] 空格),减少中间件 RFC 3986 拒绝导致的 400