Skip to main content
GET
/
api
/
v1
/
skills
List all skills
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/skills
{
  "skills": [
    {
      "auto_inject": true,
      "id": "vpn-guide",
      "keywords": [
        "vpn",
        "wireguard",
        "tailscale"
      ],
      "name": "VPN Configuration Guide",
      "priority": 123,
      "author": "<string>",
      "category": "networking",
      "description": "<string>",
      "references": [
        {
          "description": "Cryptographic API patterns and footguns",
          "path": "references/sharp-edges/crypto-apis.md"
        }
      ],
      "source": "Trail of Bits",
      "source_url": "https://github.com/trailofbits/skills"
    }
  ],
  "total": 123
}

Query Parameters

Search query to filter skills by name, description, or keywords

category
string

Filter by category (e.g., "networking", "security")

limit
integer
default:50

Maximum number of results (only used with search)

Required range: x <= 100

Response

List of skills

skills
object[]
required
total
integer
required

Total number of skills