indexing-external-calls

Official

Make all external I/O calls safe and predictable.

Authorenviodev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the challenge of performing external I/O safely inside HyperIndex handlers by enforcing a standardized Effect API to avoid double execution, enable caching, and support rate limiting.

Core Features & Use Cases

  • Typed external calls via createEffect with input/output validation.
  • Context-aware consumption using context.effect to fetch data during handler execution.
  • Preload-safe execution with caching and rate limiting to reduce duplicate requests and improve reliability.
  • Use Case: Integrate RPC calls or HTTP requests within handlers while preserving determinism and observability.

Quick Start

Define an effect with createEffect and call it in your handler using context.effect to perform a safe external I/O.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: indexing-external-calls
Download link: https://github.com/enviodev/polymarket-v2-indexer/archive/main.zip#indexing-external-calls

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.