ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

clawhub-krump-verify

Enables AI agents (e.g. OpenClaw) to understand and use Krump Verify for on-chain move verification against Story IP. Use when the user or agent needs to verify a dance move, pay via USDC.k or x402/EVVM receipt, call KrumpVerify contracts, integrate with ClawHub (clawhub.ai), or build similar EVVM/x402 apps on Story Aeneid.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/arunnadarasa/krumpverify
Or

What This Skill Does

The clawhub-krump-verify skill empowers OpenClaw agents to interact seamlessly with the Krump Verify protocol on the Story Aeneid network. It provides a standardized interface for verifying dance moves against registered Story IP assets. By utilizing this skill, agents can manage complex on-chain verification workflows, handle USDC.k payments, and process x402/EVVM payment receipts without manual intervention. The skill abstracts the underlying smart contract complexities, allowing the agent to handle the dual payment flows (direct and receipt-based) natively. It is designed to act as a bridge between off-chain performance data and on-chain intellectual property rights verification, ensuring every move hash and proof is correctly logged to the blockchain.

Installation

To integrate this capability into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/arunnadarasa/krumpverify Ensure your environment is configured for the Story Aeneid network (Chain ID 1315) before initializing the skill.

Use Cases

  • Autonomous IP Verification: Verify that a dance move is unique by checking its hash against Story IP registries.
  • x402/EVVM Integration: Use existing receipt IDs generated via x402 payment flows to finalize verifications without needing additional on-chain USDC.k approvals.
  • Developer Utility: Build decentralized applications on Story Aeneid that require strict on-chain proof of performance for digital assets.
  • Treasury Management: Automate the payment process by handling USDC.k approval and direct transfer protocols required by the KrumpVerify contracts.

Example Prompts

  1. "Verify the dance move hash 0x123...abc against IP asset ID 456 using my existing payment receipt 0x789...def."
  2. "Check the current verification fee for Krump Verify and prepare a direct payment to verify the dance movement data I just provided."
  3. "Summarize the last five verified moves linked to the Story IP asset with ID 890 and check if there are any pending receipts in my EVVM account."

Tips & Limitations

  • Payment Flows: Always verify whether you have a valid receiptId before attempting verifyMoveWithReceipt to avoid unnecessary transaction failures.
  • EVVM Balances: Ensure the payer has sufficient USDC.k deposited into the EVVM Treasury; otherwise, the payViaEVVMWithX402 call will revert.
  • Network: Only supports Story Aeneid (1315). Transactions on other chains will fail.
  • IP Registry: Ensure the IP Asset Registry is correctly initialized in the KrumpVerify contract configuration; the skill will return an error if the registry is unreachable.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-arunnadarasa-krumpverify": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web3#story-protocol#evvm#onchain-verification#krump
Safety Score: 4/5

Flags: external-api, code-execution