Toolverse
All skills

zai-cli

by numman-ali

Z.AI CLI providing:\n- Vision: image/video analysis, OCR, UI-to-code, error diagnosis (GLM-4.6V)\n- Search: real-time web search with domain/recency filtering\n- Reader: web page to markdown extraction\n- Repo: GitHub code search and reading via ZRead\n- Tools: MCP tool

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing
Views
25

About this skill

Z.AI CLI providing:\n- Vision: image/video analysis, OCR, UI-to-code, error diagnosis (GLM-4.6V)\n- Search: real-time web search with domain/recency filtering\n- Reader: web page to markdown extraction\n- Repo: GitHub code search and reading via ZRead\n- Tools: MCP tool discovery and raw calls\n- Code: TypeScript tool chaining\nUse for visual content analysis, web search, page reading, or GitHub exploration. Requires Z_AI_API_KEY.

How to use

  1. Zainstaluj Z.AI CLI poleceniem npx zai-cli. Narzędzie jest samodokumentujące — użyj flagi --help na dowolnym poziomie, aby zobaczyć dostępne opcje i podkomendy.

  2. Utwórz klucz API na stronie https://z.ai/manage-apikey/apikey-list, a następnie ustaw zmienną środowiskową: export Z_AI_API_KEY="twój-klucz". Możesz sprawdzić konfigurację poleceniem npx zai-cli doctor.

  3. Aby analizować obrazy lub screenshoty, użyj komendy vision analyze z ścieżką do pliku i pytaniem — na przykład npx zai-cli vision analyze ./screenshot.png "Jakie błędy widzisz?".

  4. Do wyszukiwania w sieci użyj search z frazą i opcjonalnie limitami — przykład: npx zai-cli search "React 19 nowe funkcje" --count 5. Dostępne są filtry domeny i świeżości wyników.

  5. Aby pobrać stronę internetową jako markdown, uruchom npx zai-cli read https://example.com/api. Możesz dodać flagi --with-images-summary lub --no-gfm w zależności od potrzeb formatowania.

  6. Do eksploracji repozytoriów GitHub użyj repo search lub repo tree — na przykład npx zai-cli repo search facebook/react "server components" wyszuka kod, a npx zai-cli repo tree openai/codex --path codex-rs --depth 2 pokaże strukturę katalogów.

Related skills

python-testing-patterns

by wshobson

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

Testing
46146

ad-creative

by alirezarezvani

When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or

Testing
2863

vitest

by antfu

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

Testing
1236

code-review-excellence

by wshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

Testing
1145

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105