Shipyard

Shipyard Skills

A Claude Code plugin that teaches agents the full Shipyard journey: deploy → discover → interact → verify GenLayer Intelligent Contracts, straight from your CLI.

View on GitHub

Install

In Claude Code, add the marketplace, then install the plugin:

/plugin marketplace add luch91/shipyard
/plugin install shipyard@shipyard

Signing model: you always sign with your own wallet via a real browser popup. The agent prepares everything headlessly, then hands off for your approval. It never holds a key, and no private key or seed phrase is ever requested.

The skills

using-shipyard
Router

Entry point. Explains the journey and the main-wallet popup signing model, then routes to the right sub-skill.

deploy-on-shipyard
Wallet popup

Validate a Python Intelligent Contract, pick a network, and deploy. The user signs the deploy tx in their own wallet.

shipyard-registry
Autonomous

Browse and search the public contract registry: find contracts, check verified status, list by network. No wallet.

interact-with-contracts
Read · write popup

Call contract methods. Reads run autonomously; writes are signed by the user’s wallet via a popup.

verify-contract-source
Gasless popup

Publish a contract’s source as verified and optionally attribute it to your wallet, a gasless SIWE sign-in.

shipyard-networks
Reference

Networks (Bradbury, Asimov, Studionet, Localnet), faucets, wallet requirements, and supported AI models.

Shipyard pairs with GenLayer's own skills: it defers contract authoring to write-contract and raw SDK reads to genlayer-cli, and adds the deploy, interact, and verify flow with in-browser wallet signing.

GenLayer