gemini-skill
by WJZ-P
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUTPUT_DIR | No | 图片输出目录 | ./gemini-image |
| DAEMON_PORT | No | Daemon HTTP 服务端口 | 40225 |
| BROWSER_PATH | No | 浏览器可执行文件路径,支持 Chrome / Edge / Chromium。不设则自动按优先级检测系统已安装的浏览器 | |
| DAEMON_TTL_MS | No | 闲置超时时间(毫秒),默认 30 分钟。超时后自动关闭浏览器并退出 Daemon,下次调用时自动重新拉起 | 1800000 |
| BROWSER_HEADLESS | No | 是否无头模式。首次使用建议关闭(false),方便登录 Google 账号 | false |
| BROWSER_DEBUG_PORT | No | CDP 远程调试端口。多个 skill(如 douyin-upload-mcp-skill)共享同一端口即共享同一浏览器实例 | 40821 |
| BROWSER_USER_DATA_DIR | No | 浏览器用户数据目录,保存登录态、cookies 等。不设则自动解析:`~/.wjz_browser_data` → 浏览器默认目录 | |
| BROWSER_PROTOCOL_TIMEOUT | No | CDP 协议超时时间(毫秒)。生图等长操作可适当增大 | 60000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WJZ-P/gemini-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server