warps

📁 joaihq/skills 📅 1 day ago
1
总安装量
1
周安装量
#53556
全站排名
安装命令
npx skills add https://github.com/joaihq/skills --skill warps

Agent 安装分布

amp 1
openclaw 1
opencode 1
kimi-cli 1
github-copilot 1

Skill 文档

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

  1. Understand: Visit the Specifications link to grasp the Warp structure.
  2. Select Action: Check Action Types to choose the right action (e.g., contract vs transfer).
  3. Define Inputs: Use Inputs documentation to correctly type and source user data.
  4. Target Chain: Consult Chains for chain-specific values (gas limits, native token units).
  5. Validate: Ensure your generated JSON matches the schema defined in the docs.