Skip to content

zeriontech/zerion-api-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zerion API migration skill

An agent skill that migrates a codebase from another wallet-data provider (Zapper, Dune SIM, DeBank, Allium, OneBalance, and any provider added later) to the Zerion API.

It hardcodes no endpoint mappings. At run time it fetches the official migration guides as raw markdown and treats their parity tables and field mappings as the source of truth, so it always matches the latest docs and picks up new provider guides automatically.

Install

Works with Claude Code, Cursor, Codex, and 20+ other agents:

npx skills add zeriontech/zerion-api-migration

Or for Claude Code manually:

git clone https://github.com/zeriontech/zerion-api-migration ~/.claude/skills/zerion-api-migration

Use

Ask your agent from your repo root:

Migrate this codebase to the Zerion API.

No setup needed beyond the install: the agent asks for a free API key (ZERION_API_KEY) when it reaches the verification step.

The agent picks the guide for your provider, finds every call site, rewrites each one against its Zerion equivalent, flags anything that has no direct equivalent instead of dropping it silently, and verifies the result against a wallet you already track.

How it works

  1. Fetches migrate-to-zerion.md for the current provider list and asks you to pick yours.
  2. Fetches your provider's guide and uses its endpoint parity table as the migration plan.
  3. Inventories call sites with patterns extracted from the guide, then rewrites use case by use case from the guide's field mappings and code samples.
  4. Surfaces the guide's "Differences" items you rely on for an explicit decision.
  5. Verifies the rewritten calls live against the Zerion API.

Provider not covered? Reach out via the chat widget on dashboard.zerion.io or email api@zerion.io.

License

MIT

About

Agent skill to migrate a codebase from Zapper, Dune SIM, DeBank, Allium, or OneBalance to the Zerion API. Docs-driven: follows the live guides at developers.zerion.io.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors