Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add JoAiHQ/skills --skill "warps"
Install specific skill from multi-skill repository
# Description
The complete guide to creating and modifying Warps (Warp Protocol v3)
# SKILL.md
name: warps
description: The complete guide to creating and modifying Warps (Warp Protocol v3)
metadata:
tags: warps, blockchain, web3, transactions, smart-contracts, ai
version: 3.0.0
Warp Protocol
This skill provides expert knowledge on the Warp Protocol, a standard for declarative, cross-chain executable actions.
Documentation Reference
The authoritative, up-to-date documentation is hosted at docs.joai.ai.
Refer to the specific sections below for detailed specifications:
- Specifications: START HERE. The central index and high-level protocol overview.
- Action Types: Detailed reference for all 7 action types (
transfer,contract,mcp, etc.). - Inputs: How to define user inputs, validation, and modifiers.
- Variables: Scoping, interpolation, and environment variables.
- Outputs: Extracting results and using JS transforms.
- Chains: Supported blockchains, gas limits, and address formats.
- Alerts: Configuring execution notifications.
- Chaining: Creating multi-step workflows.
- Internationalization: Localization guide.
- Messages: User and AI feedback messages.
Workflow for AI Agents
- Understand: Visit the Specifications link to grasp the Warp structure.
- Select Action: Check Action Types to choose the right action (e.g.,
contractvstransfer). - Define Inputs: Use Inputs documentation to correctly type and source user data.
- Target Chain: Consult Chains for chain-specific values (gas limits, native token units).
- Validate: Ensure your generated JSON matches the schema defined in the docs.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.