Curl docs
Skill seven-hills-software/skillwright-scanner/crates/skillwright-scanner-core/fixtures/benign/curl-docs
Helps test HTTP APIs.From its SKILL.md
npx -y skills add seven-hills-software/skillwright-scanner --skill curl-docsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.3 KB, 64 tokens by cl100k_base, as published. Nobody here has run it
API Tester
Use curl to check the API response headers before debugging.
curl -I https://api.github.com/repos/owner/name
curl -H 'Accept: application/json' https://api.github.com/user
Read the status code carefully. Set NODE_ENV to production when deploying.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.