ar-io-gateway-operator

ar-io-gateway-operator is a skill for Claude Code from ar-io/ar-io-node. It costs 170 tokens per session (6,502 once invoked), scanned B, original, AGPL-3.0.

A set of operating instructions for AR.IO node deployments. AR.IO nodes help store, index, route, and retrieve data on the Arweave network.

In plain words
What is it for?
Use it to investigate gateway health, indexing delays, ClickHouse processing, GraphQL routing, ArNS name resolution, data retrieval, caching, bundles, and webhooks.
Why use it?
It brings together architecture guidance, health checks, diagnostics, and common operational problems for node operators.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ar-io/ar-io-node/ar-io-gateway-operator
Any agent
npx skills add ar-io/ar-io-node --skill ar-io-gateway-operator
Clone the repo
git clone --depth 1 https://github.com/ar-io/ar-io-node

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ar-io-gateway-operator

README.md
[![agentmods](https://agentmods.dev/badge/skills/ar-io/ar-io-node/ar-io-gateway-operator.svg)](https://agentmods.dev/skills/ar-io/ar-io-node/ar-io-gateway-operator)
Your own site
<a href="https://agentmods.dev/skills/ar-io/ar-io-node/ar-io-gateway-operator"><img src="https://agentmods.dev/badge/skills/ar-io/ar-io-node/ar-io-gateway-operator.svg" alt="Measured on agentmods" height="20"></a>
Per session 170 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,502 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00170 $0.06502
Opus 5 $0.00085 $0.03251
Sonnet 5 $0.00034 $0.01300
Haiku 4.5 $0.00017 $0.00650

Measured 6d ago against content hash ce1833dcdb02, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

ar-io-gateway-operator scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo journalctl --vacuum-size=500M # if /var/log/journal is large

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Pipeline diagnostic: a single `curl -sf .../ar-io/__gateway_metrics | grep -E 'queue_length|data_items_dropped|bundles_unbundle_in_flight'` tells you which queue is the bottleneck.
.claude/skills/ar-io-gateway-operator/SKILL.md · 296 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 296 lines · 170 tokens per session scan B ce1833dcdb02

Subscribe to this mod's changes

ar-io-gateway-operator is a skill published in the GitHub repository ar-io/ar-io-node (125 stars, last pushed yesterday), licensed AGPL-3.0. It adds 170 tokens to every session and 6,502 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webiny-api-cms-content-models

Creating Headless CMS content models via code using the ModelFactory pattern. Use this skill when the developer wants to create, modify, or understand content model definitions, define fields and validators, set up reference fields between models, configure field layouts (including nested layouts inside object or…

webiny/webiny-js · 297 tokens

webiny-form-model

Building forms with the FormModel system — field types, renderers, layout, validation, conditional rules, computed fields, and dynamic zones. Use this skill when the developer needs to define form fields with the builder API, choose renderers, build layouts with tabs/rows/separators, add validation (Zod or…

webiny/webiny-js · 93 tokens

webiny-event-handler-pattern

EventHandler implementation pattern — handle method, event payloads, filtering, DI, domain event definition, publishing events from UseCases, and reacting to external events. Use this skill to implement any Webiny EventHandler (before/after hooks) or to define and publish your own domain events.

webiny/webiny-js · 64 tokens

webiny-api-permissions

Schema-based permission system for API features. Use this skill when implementing authorization in use cases, defining permission schemas with createPermissionSchema, creating injectable permissions via createPermissionsAbstraction/createPermissionsFeature, checking read/write/delete/publish permissions, handling…

webiny/webiny-js · 78 tokens

webiny-infrastructure-extensions

Modifying AWS infrastructure using Pulumi handlers and declarative Infra components. Use this skill when the developer wants to customize AWS infrastructure, add Pulumi handlers, configure OpenSearch, VPC, resource tags, regions, custom domains, blue-green deployments, environment-conditional config, or manage…

webiny/webiny-js · 91 tokens

webiny-local-development

Deploying, developing locally, managing environments, and debugging Webiny projects. Use this skill when the developer asks about deployment commands (deploy, destroy, info), local development with watch mode (API or Admin), the Local Lambda Development system, environment management (long-lived vs short-lived…

webiny/webiny-js · 88 tokens