warp-guidelines

star 2

Complete guide for creating valid Warp JSON definitions for the Warp Protocol

JoAiHQ By JoAiHQ schedule Updated 3/18/2026

name: warp-guidelines description: Complete guide for creating valid Warp JSON definitions for the Warp Protocol metadata: tags: warps, blockchain, web3, transactions, smart-contracts, ai version: 3.0.0

Warp Protocol

This skill enables creating Warp JSON definitions. A Warp is a declarative JSON object that defines executable blockchain actions, smart contract interactions, data collection, and AI tool integrations.

When to Use

Use this skill when:

  • Creating new Warp definitions
  • Modifying existing Warps
  • Building blockchain transaction UIs
  • Integrating smart contracts with AI agents
  • Working with the JoAi or usewarp.to platforms

How to Use

Read the rule files for detailed explanations and examples:

Core Concepts

Action Types

Advanced Features

Quick Reference

Minimal Warp Structure

{
  "protocol": "warp:3.0.0",
  "name": "Category: Name",
  "title": "User-Facing Title",
  "description": "Brief description of what this Warp does.",
  "actions": [
    {
      "type": "transfer",
      "label": "Send"
    }
  ]
}

Supported Action Types

Type Purpose Required Fields
transfer Send tokens/currency label
contract Call smart contract label, gasLimit
query Read contract state label
collect HTTP data collection label
link Navigate to URL label, url
mcp MCP tool execution label
prompt AI text generation label, prompt

Supported Chains

multiversx, vibechain, sui, ethereum, base, arbitrum, polygon, somnia, tempo, fastset, solana, near

Validation Checklist

Before finalizing a Warp:

  1. ✅ Protocol is "warp:3.0.0"
  2. ✅ Action type matches user intent
  3. ✅ All {{variables}} have corresponding inputs with as field
  4. ✅ Input type fields are explicit (string, uint256, address)
  5. ✅ Contract actions have abi signature and gasLimit
  6. ✅ Required inputs are marked with required: true
Install via CLI
npx skills add https://github.com/JoAiHQ/warps --skill warp-guidelines
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator