Skip to content

KrystalDeFi/Krystal-API-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Krystal DeFi API — Agent Skill

This repository contains the krystal-defi-api Agent Skill: instructions + reference docs for using the Krystal API (LP explorer, vaults, and LP transaction-building endpoints such as zap-in/zap-out/compound/adjust-range).

Install (via skills.sh / npx skills)

Install from GitHub (recommended)

npx skills add <owner>/<repo> --skill krystal-defi-api

Example:

npx skills add baohuy/krystal-api-skill --skill krystal-defi-api

Install from a local checkout (for development)

git clone https://github.com/<owner>/<repo>
cd <repo>
npx skills add . --skill krystal-defi-api

Install to a specific agent (optional)

For Cursor:

npx skills add <owner>/<repo> --skill krystal-defi-api -a cursor

For Claude Code:

npx skills add <owner>/<repo> --skill krystal-defi-api -a claude-code

Updating the skill (when the author publishes changes)

When this repo gets new commits (updated SKILL.md / reference docs), users can update with:

Check if updates are available

npx skills check

Update installed skills

npx skills update

Or re-run install for this repo/skill (also updates)

npx skills add <owner>/<repo> --skill krystal-defi-api

What’s inside

  • Skill entrypoint: SKILL.md
  • Types reference: types.md
  • LP actions docs: reference/lp-actions/
    • zap-in.md
    • zap-out.md
    • swap-and-increase.md
    • adjust-range.md
    • compound.md
  • Other references: reference/ (pools, charts, vaults, positions, etc.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published