intuition

Generate calldata, msg.value, and chain ID for Intuition Protocol transactions.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Wieedze/ARP --skill intuition-wieedze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intuition
Source: https://github.com/Wieedze/ARP/tree/main/.claude/skills/intuition
Command: npx skills add https://github.com/Wieedze/ARP --skill intuition-wieedze

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of interacting with the Intuition Protocol on-chain, ensuring correct transaction parameters for creating atoms, triples, depositing into vaults, and reading protocol state.

Core Features & Use Cases

  • Correct Transactions: Ensures accurate calldata, msg.value, and chain ID for Intuition Protocol transactions.
  • Transaction Types: Supports various operations such as creating atoms, triples, depositing, redeeming, and reading protocol state.
  • Network Selection: Allows selection between mainnet and testnet networks.
  • Autonomous Approvals: Supports autonomous mode with policy-driven approvals for unattended execution.
  • Write-First Priority: Focuses on correct write operations, providing necessary reads and cost previews.
  • Use Case: An agent can use this Skill to programmatically create a new atom, deposit TRUST into a vault, and create a triple, all while ensuring the correctness of the transactions.

Quick Start

Install the intuition skill using the following command: npx skills add 0xintuition/agent-skills --skill intuition. To perform a write operation, use the /intuition --write createAtoms "Ethereum" command.

Frequently Asked Questions about intuition

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate correct calldata for Intuition Protocol transactions?

To generate correct calldata for Intuition Protocol transactions, you can use this Skill to automatically produce the required calldata, msg.value, and chain ID for operations involving atoms, triples, and vaults.

Can an agent autonomously deposit TRUST tokens into a vault on Intuition L3?

Yes, an agent can autonomously deposit TRUST tokens into a vault on Intuition L3 by utilizing the Skill's autonomous mode, which supports policy-driven approvals for unattended transaction execution.

What is needed to create atoms and triples on the Intuition Protocol?

Creating atoms and triples on the Intuition Protocol requires wallet infrastructure and Intuition L3 access to ensure the correct write operations are executed with the proper chain ID and transaction parameters.

Does this support reading protocol state and previewing costs before writing?

Yes, the Skill supports reading protocol state and previewing costs before executing write operations, maintaining a write-first priority while providing the necessary reads to ensure transaction accuracy.

How do I select between mainnet and testnet for Intuition Protocol operations?

You can select between mainnet and testnet networks for Intuition Protocol operations directly through the Skill, ensuring that the correct chain ID is applied to your transaction calldata and msg.value.

What are the limitations when executing Intuition Protocol transactions programmatically?

The primary limitation is that executing Intuition Protocol transactions programmatically requires external wallet infrastructure and explicit Intuition L3 access, without which the Skill cannot sign or broadcast the transactions.