Skip to content

feat(navi-protocol): add Navi Protocol lending/borrowing skill for Sui#22

Closed
GeoGu360 wants to merge 1 commit intookx:mainfrom
GeoGu360:submit/navi-protocol-v2
Closed

feat(navi-protocol): add Navi Protocol lending/borrowing skill for Sui#22
GeoGu360 wants to merge 1 commit intookx:mainfrom
GeoGu360:submit/navi-protocol-v2

Conversation

@GeoGu360
Copy link
Copy Markdown

@GeoGu360 GeoGu360 commented Apr 8, 2026

Summary

  • Adds Navi Protocol DeFi skill for Sui mainnet supporting supply, borrow, repay, withdraw, reserves listing, and user positions
  • E052 satisfied: SKILL.md is at the submission root (skills/navi-protocol/SKILL.md), matching plugin.yaml components.skill.dir: .
  • E041 satisfied: LICENSE (MIT) is present at submission root (skills/navi-protocol/LICENSE)
  • HTTP client improved with user-agent header and explicit text/JSON parsing for better error messages
  • Removed hardcoded dummy pool balance IDs from positions command; uses reserve dynamic field table lookup instead

Test plan

  • navi-protocol reserves — lists all NAVI lending pools with APY and liquidity
  • navi-protocol supply --asset SUI --amount 1 --wallet <addr> --dry-run — dry-run supply tx
  • navi-protocol borrow --asset USDC --amount 10 --wallet <addr> --dry-run — dry-run borrow tx
  • navi-protocol positions --wallet <addr> — fetches user supply/borrow positions
  • Verify SKILL.md exists at root: ls skills/navi-protocol/SKILL.md
  • Verify LICENSE exists at root: ls skills/navi-protocol/LICENSE

🤖 Generated with Claude Code

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>
@GeoGu360
Copy link
Copy Markdown
Author

GeoGu360 commented Apr 8, 2026

Closing - should target MigOKG/plugin-store

@GeoGu360 GeoGu360 closed this Apr 8, 2026
@GeoGu360 GeoGu360 requested a deployment to summary-generation April 8, 2026 14:36 — with GitHub Actions Waiting
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

🔨 Phase 2: Build Verification — ✅ PASSED

Plugin: navi-protocol | Language: rust
Source: @

Compiled from developer source code by our CI. Users install our build artifacts.

Build succeeded. Compiled artifact uploaded as workflow artifact.


Source integrity: commit SHA `` is the content fingerprint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant