# Search Users

> Search for users on GitHub

- Skill: `xiaobai1017/search-users` (Agent Skill)
- Install (CLI): `npx skillmds@latest add xiaobai1017/search-users`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xiaobai1017/search-users/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: xiaobai1017 (https://skillmd.com/u/xiaobai1017)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/xiaobai1017/search-users

---


# search_users

Search for users on GitHub

## Purpose

This skill provides access to the MCP tool `search_users`. It allows you to search for users on github.

## Parameters

The tool accepts the following parameters:

### `q`
**Required**
- **Type**: `string`
- **Description**: No description provided

### `order`
*Optional*
- **Type**: `string`
- **Description**: No description provided
- **Allowed values**: asc, desc

### `page`
*Optional*
- **Type**: `number`
- **Description**: No description provided

### `per_page`
*Optional*
- **Type**: `number`
- **Description**: No description provided

### `sort`
*Optional*
- **Type**: `string`
- **Description**: No description provided
- **Allowed values**: followers, repositories, joined


## Usage Instructions

To use this tool:

1. **Prepare the parameters** according to the schema above
2. **Invoke the MCP tool** `search_users` with the prepared parameters
3. **Process the result** returned by the tool

## Example

```json
{
  "q": "example_value",
  "order": "example_value",
  "page": 123,
  "per_page": 123,
  "sort": "example_value"
}
```


## Notes

- This skill requires an active MCP connection to the server providing the `search_users` tool
- Ensure the MCP server is properly configured and running before attempting to use this tool
- Review the parameter requirements carefully to avoid errors
