Toolverse
All skills

sage-walletconnect

by openclaw

Sage WalletConnect integration. Filter coins, get asset coins, sign messages, send transactions for dApp connectivity.

Installation

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

Installation

Quick info

Author
openclaw
Category
Backend
Views
2

About this skill

Sage WalletConnect integration. Filter coins, get asset coins, sign messages, send transactions for dApp connectivity.

How to use

  1. Zainstaluj skill Sage WalletConnect w swoim środowisku agenta, dodając go do dostępnych umiejętności. Upewnij się, że masz dostęp do RPC portfela Sage.

  2. Aby pobrać dostępne monety, użyj endpointu get_asset_coins. Określ typ zasobu (cat, did lub nft), identyfikator zasobu, oraz opcjonalnie liczbę wyników (limit) i przesunięcie (offset). Na przykład możesz pobrać pierwsze 20 monet CAT dla danego identyfikatora zasobu.

  3. Jeśli chcesz pracować tylko z odblokowanymi monetami, użyj endpointu filter_unlocked_coins, przekazując listę identyfikatorów monet do filtracji. Otrzymasz tylko monety, które nie są zablokowane.

  4. Aby podpisać wiadomość, wybierz jedną z dwóch metod: sign_message_with_public_key (jeśli masz klucz publiczny) lub sign_message_by_address (jeśli masz adres portfela). Obie metody zwrócą podpis i klucz publiczny.

  5. Do wysłania transakcji użyj endpointu send_transaction_immediately z przygotowanym spend_bundle. Odpowiedź zawiera status (1 = sukces) i ewentualny komunikat błędu.

  6. Wszystkie operacje wykonuj poprzez sage_rpc, przekazując nazwę endpointu i odpowiedni payload w formacie JSON. Upewnij się, że dane wejściowe (identyfikatory monet, adresy, wiadomości) są poprawnie sformatowane przed wysłaniem żądania.

Related skills

openspec

by ruan-cat

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

Backend
27122

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

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582