intuition

Render unsigned transaction parameters for Intuition Protocol writes.

21|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/0xIntuition/agent-skills --skill intuition
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intuition
Source: https://github.com/0xIntuition/agent-skills/tree/main/skills/intuition
Command: npx skills add https://github.com/0xIntuition/agent-skills --skill intuition

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to generate unsigned transaction parameters for Intuition Protocol writes, ensuring correct ABI-encoded calldata, value, and chainId for on-chain actions.

Core Features & Use Cases

  • Produce machine-readable unsigned transactions for createAtoms, createTriples, deposit, redeem, and batch operations.
  • Include deterministic previews, policy gates, and simulation steps to validate safety before signing.
  • Support read-path discovery via GraphQL and on-chain validation for a trusted write bridge.

Quick Start

Install the Intuition skill and start a session to generate the first unsigned transaction for a chosen operation.

Frequently Asked Questions about intuition

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

FAQPage Schema
How do I generate unsigned transaction parameters for Intuition Protocol operations?

To generate unsigned transaction parameters for Intuition Protocol, use this Skill to compute calldata and value using canonical ABI fragments, outputting a single machine-readable unsigned-tx JSON for on-chain writes.

What Intuition Protocol write operations are supported for transaction creation?

Supported Intuition Protocol write operations include createAtoms, createTriples, deposit, redeem, and batch variants, all rendered as unsigned transaction parameters with deterministic previews and simulations.

Can I validate term existence and costs before creating an Intuition Protocol transaction?

Yes, you can validate term existence and costs before creating an Intuition Protocol transaction by using the Skill's built-in on-chain reads and GraphQL discovery for trusted write bridging.

Does the Intuition Protocol transaction builder support both mainnet and testnet?

The Intuition Protocol transaction builder supports both mainnet and testnet, applying read and write flows to ensure correct ABI-encoded calldata, value, and chainId for the target network.

What is the output format for Intuition Protocol transaction simulations?

The output format for Intuition Protocol transaction simulations is a single machine-readable unsigned-tx JSON or approval request per policy, ensuring safe, deterministic parameters before signing.

Are policy gates and simulation steps included when rendering Intuition Protocol transactions?

Yes, policy gates and simulation steps are included when rendering Intuition Protocol transactions to validate safety and ensure correct ABI-encoded calldata before signing.