feat(navi-protocol): add Navi Protocol lending/borrowing skill for Sui#22
Closed
feat(navi-protocol): add Navi Protocol lending/borrowing skill for Sui#22
Conversation
Adds skill for NAVI Protocol on Sui mainnet — supports supply, borrow, repay, withdraw, reserves listing, and user positions. Includes LICENSE at submission root (E041) and SKILL.md at submission root (E052). Improves HTTP client with user-agent header and better error handling. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
Closing - should target MigOKG/plugin-store |
Contributor
🔨 Phase 2: Build Verification — ✅ PASSED
Build succeeded. Compiled artifact uploaded as workflow artifact. Source integrity: commit SHA `` is the content fingerprint. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SKILL.mdis at the submission root (skills/navi-protocol/SKILL.md), matchingplugin.yamlcomponents.skill.dir: .LICENSE(MIT) is present at submission root (skills/navi-protocol/LICENSE)user-agentheader and explicit text/JSON parsing for better error messagesTest plan
navi-protocol reserves— lists all NAVI lending pools with APY and liquiditynavi-protocol supply --asset SUI --amount 1 --wallet <addr> --dry-run— dry-run supply txnavi-protocol borrow --asset USDC --amount 10 --wallet <addr> --dry-run— dry-run borrow txnavi-protocol positions --wallet <addr>— fetches user supply/borrow positionsSKILL.mdexists at root:ls skills/navi-protocol/SKILL.mdLICENSEexists at root:ls skills/navi-protocol/LICENSE🤖 Generated with Claude Code