shapeshiftshapeshiftOfficial·3 Agent Skills Included

web

Blockchain integration, swapper support, QA, and translation workflows

Guides developers through adding new blockchains, DEX aggregators, and bridge protocols to the ShapeShift web wallet. Automates end-to-end QA browser testing with reusable fixtures and translates UI strings into nine languages with glossary enforcement. Eliminates manual research, repetitive test clicking, and inconsistent translations across crypto product releases.
npx skills add shapeshift/web --all -g -y
Available:

Routes agent requests to the correct skill or contract file for chain integrations, swapper work, QA testing, and translations, while enforcing branch, lint, and type-check defaults.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install shapeshift/web skills?

Run `npx skills add shapeshift/web --all -g -y` in your terminal to install all skills in this repository globally.

How to add a new blockchain to ShapeShift?

Use the chain-integration skill, which walks through research, HDWallet support, chain adapter setup, and feature flags. For full automation, the chain-integration-crew skill spawns parallel agents for native, Ledger, Trezor, and swapper support.

How to integrate a new DEX or swapper?

The swapper-integration skill guides you from API research through implementation and testing, following patterns from 18 existing swapper integrations like 0x, CoW Swap, and Chainflip.

How to automate QA testing for a crypto web app?

The qabot skill runs browser-based QA tests from YAML fixtures and posts results to a dashboard, while qabot-fixture helps you create new test fixtures interactively.

How to translate a DeFi app into multiple languages?

The translate skill detects new English strings and produces reviewed translations for nine languages, enforcing a terminology glossary and locale-specific grammar rules.

Related Repositories in Software Engineering

View All in Software Engineering