Toolverse
All skills

tg

by openclaw

Telegram CLI for reading, searching, and sending messages. Use when the user asks about Telegram messages, wants to check inbox, search chats, send messages, or look up contacts and groups.

Installation

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

Installation

Quick info

Author
openclaw
Category
Backend
Views
1

About this skill

Telegram CLI for reading, searching, and sending messages. Use when the user asks about Telegram messages, wants to check inbox, search chats, send messages, or look up contacts and groups.

How to use

  1. Zainstaluj narzędzie za pomocą npm: npm install -g @cyberdrk/tg. Alternatywnie możesz zainstalować ze źródła, klonując repozytorium i uruchamiając npm install, npm run build oraz npm link.

  2. Przeprowadź autentykację, uruchamiając tg auth. Będziesz potrzebować danych uwierzytelniających API z https://my.telegram.org/apps — wejdź na tę stronę, utwórz aplikację i skopiuj wymagane klucze.

  3. Sprawdź nieodczytane wiadomości, wpisując tg inbox. Wyświetli się podsumowanie wszystkich nowych wiadomości. Aby zobaczyć listę wszystkich czatów, użyj tg chats.

  4. Czytaj wiadomości z konkretnego czatu: tg read "NazwaChatu" -n 50 wyświetli ostatnie 50 wiadomości. Aby zobaczyć wiadomości z ostatniej godziny, użyj tg read "NazwaChatu" --since "1h".

  5. Szukaj wiadomości w czatach za pomocą tg search "zapytanie" --chat "NazwaChatu" (w konkretnym czacie) lub tg search "zapytanie" --all (we wszystkich czatach).

  6. Wysyłaj wiadomości: tg send @nazwa_użytkownika "wiadomość" wysyła bezpośrednią wiadomość, a tg send "NazwaGrupy" "wiadomość" wysyła do grupy. Aby odpowiedzieć na konkretną wiadomość, użyj tg reply "NazwaChatu" 12345 "odpowiedź" (gdzie 12345 to ID wiadomości).

Related skills

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173