Toolverse
All skills

relay-to-agent

by openclaw

Relay messages to AI agents on any OpenAI-compatible API. Supports multi-turn conversations with session management. List agents, send messages, reset sessions.

Installation

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

Installation

Quick info

Author
openclaw
Category
Data Science
Views
1

About this skill

Relay messages to AI agents on any OpenAI-compatible API. Supports multi-turn conversations with session management. List agents, send messages, reset sessions.

How to use

  1. Zainstaluj skill i upewnij się, że masz zainstalowany Node.js. Ustaw zmienną środowiskową RELAY_API_KEY z kluczem API do Twojego endpointa (np. sk-...). Opcjonalnie nadpisz RELAY_BASE_URL, jeśli używasz niestandardowego adresu serwera.

  2. Skonfiguruj agentów w pliku agents.json w katalogu skill. Zdefiniuj baseUrl (adres API) oraz listę agentów z ich ID, nazwami, opisami i modelami. Przykład: agent o ID "linkedin-alchemist" z modelem dostępnym na Twoim API.

  3. Wylistuj dostępnych agentów komendą: node {baseDir}/scripts/relay.mjs --list. Zobaczysz wszystkie skonfigurowane agenty i będziesz mógł wybrać ten, którym chcesz się posługiwać.

  4. Wyślij wiadomość do agenta: node {baseDir}/scripts/relay.mjs --agent linkedin-alchemist "Transform this article into a LinkedIn post". Zamień ID agenta i tekst na swoje dane. Odpowiedź pojawi się w terminalu.

  5. Prowadź wieloturową rozmowę — wysyłaj kolejne wiadomości do tego samego agenta, a on będzie pamiętać kontekst poprzednich odpowiedzi. Każda rozmowa jest automatycznie przypisana do sesji (domyślnie "default"). Jeśli chcesz zacząć od nowa, dodaj flagę --reset przed wiadomością.

  6. Dla zaawansowanego użytku możesz określić własne ID sesji flagą --session, aby zarządzać wieloma równoległymi rozmowami, lub użyć --json do uzyskania surowego wyjścia JSON zamiast sformatowanego tekstu.

Related skills

notebooklm

by leegonzales

Query Google NotebookLM for source-grounded, citation-backed answers from uploaded documents. Reduces hallucinations through Gemini's document-only responses. Browser automation with library management and persistent authentication.

Data Science
142112

ml-paper-writing

by davila7

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation

Data Science
2681

deepwiki-rs

by sopaco

AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional

Data Science
18144

codex

by Lucklyric

Invoke Codex CLI for complex coding tasks requiring high reasoning capabilities. This skill should be invoked when users explicitly mention \

Data Science
16163

pdf-processing

by Ming-Kai-LC

Comprehensive PDF processing techniques for handling large files that exceed Claude Code's reading limits, including chunking strategies, text/table extraction, and OCR for scanned documents. Use when working with PDFs larger than 10-15MB or more than 30-50 pages.

Data Science
23134

infographic-creation

by antvis

Create beautiful infographics based on the given text content. Use this when users request creating infographics.

Data Science
60199