Toolverse
All skills

jb-loan-queries

by openclaw

Query REVLoans data via Bendystraw GraphQL. Use when: (1) displaying a user's loans\nacross all revnets, (2) showing all loans for a specific revnet/project, (3) checking\nborrow permissions, (4) building loan management UIs. Covers LoansByAccount query,\npermission checking,

Installation

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

Installation

Quick info

Author
openclaw
Category
Testing

About this skill

Query REVLoans data via Bendystraw GraphQL. Use when: (1) displaying a user's loans\nacross all revnets, (2) showing all loans for a specific revnet/project, (3) checking\nborrow permissions, (4) building loan management UIs. Covers LoansByAccount query,\npermission checking, and multi-chain loan aggregation.

How to use

  1. Zainstaluj umiejętność jb-loan-queries w swoim środowisku agenta, dodając ją do dostępnych narzędzi GraphQL.

  2. Aby wyświetlić wszystkie pożyczki użytkownika, użyj zapytania LoansByAccount z adresem portfela (lowercase) i wersją protokołu (np. 5 dla V5). Zapytanie zwróci listę pożyczek z informacjami o kwocie pożyczki, zabezpieczeniu, ID projektu i identyfikatorze łańcucha.

  3. Jeśli chcesz pokazać pożyczki dla konkretnego projektu, użyj zapytania LoansDetailsByAccount, przekazując dodatkowo ID projektu. Zwróci pożyczki filtrowane dla tego konkretnego projektu.

  4. Do sprawdzenia uprawnień użytkownika do pożyczania, zastosuj zapytanie HasPermission z adresem konta, ID łańcucha, ID projektu, operatorem i wersją protokołu.

  5. Integruj wyniki zapytań w swoim interfejsie użytkownika — możesz wyświetlać saldo pożyczek, obliczać dostępne limity refinansowania i zarządzać pożyczkami na wielu sieciach jednocześnie.

  6. Pamiętaj, że wszystkie adresy portfeli muszą być w formacie lowercase, a zmienne zapytań muszą odpowiadać schematowi GraphQL Bendystraw.

Related skills

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

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190

lean4-theorem-proving

by cameronfreer

Use when developing Lean 4 proofs, facing type class synthesis errors, managing sorries/axioms, or searching mathlib - provides build-first workflow, instance management patterns (haveI/letI), and domain-specific tactics

Testing
9108

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

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

dependency-upgrade

by wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

Testing
17138