# skills_orgs_skills_list List all available skills on the platform. This endpoint returns information about all skills that can be acquired on the platform. Path Parameters: org (str): The platform/organization identifier Returns: A list of all skills with basic information about each skill. Access Control: - Platform admins can access this information - All authenticated users can access this information Endpoint: GET /api/skills/orgs/{org}/skills Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `name` (string,null) Display name - `course_count` (integer, required) Number of courses with skill - `user_count` (integer, required) Number of users with skill - `total_points` (integer, required) Total points for skill - `average_points` (number, required) Average points for skill