Toolverse
All skills

mcporter

by openclaw

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

Installation

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

Installation

Quick info

Author
openclaw
Category
Security
Views
19

About this skill

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

How to use

  1. Zainstaluj mcporter za pomocą Node.js: npm install -g mcporter. Narzędzie będzie dostępne jako komenda mcporter w terminalu.

  2. Wyświetl listę dostępnych serwerów i narzędzi: mcporter list. Aby zobaczyć schemat konkretnego serwera, użyj mcporter list --schema.

  3. Skonfiguruj autoryzację dla serwerów wymagających uwierzytelnienia: mcporter auth lub mcporter auth . Flaga --reset pozwala zresetować istniejące dane logowania.

  4. Wywoływaj narzędzia bezpośrednio z wiersza poleceń. Podstawowa składnia: mcporter call <serwer.narzędzie> parametr=wartość. Możesz też użyć składni funkcji: mcporter call "linear.create_issue(title: "Bug")" lub przekazać JSON: mcporter call <serwer.narzędzie> --args '{"limit":5}'.

  5. Dla serwerów stdio (np. skrypty Node.js) użyj: mcporter call --stdio "bun run ./server.ts" nazwa_narzędzia parametr=wartość.

  6. Wygeneruj kod TypeScript lub CLI dla wybranego serwera: mcporter generate-cli --server lub mcporter emit-ts --mode client|types. Konfiguracja domyślnie zapisywana jest w ./config/mcporter.json.

Related skills

accessibility-compliance

by wshobson

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

Security
2173

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951

obsidian

by gapmiss

Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files,

Security
14111

youtube-watcher

by openclaw

Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.

Security
2231

openapi-spec-generation

by wshobson

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

Security
18109

reviewing-code

by CaptainCrouton89

Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.

Security
1493