Skip to content
Skillv1.0.0

dns

dns

by vicnaum(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from vicnaum/shinode (docs/spec/reth_kb/agents-export/reth/crates/net/dns/AGENTS.md). Install upstream with npx skills add vicnaum/shinode --skill dns. Copyright stays with the author.

dns

Purpose

reth-dns-discovery crate: EIP-1459 DNS-based node discovery-resolves and verifies ENR tree records via DNS TXT lookups, rate-limits queries, incrementally syncs trees, and emits discovered peers as NodeRecord updates.

Contents (one hop)

Subdirectories

  • src/ - DNS tree parsing/verification, query pool + resolver abstraction, and discovery service.

Files

  • Cargo.toml - crate manifest (optional serde support).
    • Key items: feature serde; deps hickory-resolver, reth-network-peers, reth-tokio-util (ratelimit)

Key APIs (no snippets)

  • DnsDiscoveryService, DnsDiscoveryHandle
  • DnsNodeRecordUpdate
  • DnsDiscoveryConfig

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/vicnaum-shinode-dns/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

vicnaum-shinode-dns.ocm.jsonjson
{
  "ocm": "1",
  "id": "vicnaum-shinode-dns",
  "kind": "skill",
  "name": "dns",
  "description": "dns",
  "publisher": "vicnaum",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "dns"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/vicnaum/shinode",
      "path": "docs/spec/reth_kb/agents-export/reth/crates/net/dns/AGENTS.md",
      "ref": "145ac7ad52a12cdb3b09397edef87fc6cefc2438",
      "url": "https://github.com/vicnaum/shinode/blob/145ac7ad52a12cdb3b09397edef87fc6cefc2438/docs/spec/reth_kb/agents-export/reth/crates/net/dns/AGENTS.md",
      "key": "vicnaum/shinode/docs/spec/reth_kb/agents-export/reth/crates/net/dns/AGENTS.md"
    }
  },
  "instructions": "# dns\n\n## Purpose\n`reth-dns-discovery` crate: EIP-1459 DNS-based node discovery-resolves and verifies ENR tree records via DNS TXT lookups, rate-limits queries, incrementally syncs trees, and emits discovered peers as `NodeRecord` updates.\n\n## Contents (one hop)\n### Subdirectories\n- [x] `src/` - DNS tree parsing/verification, query pool + resolver abstraction, and discovery service.\n\n### Files\n- `Cargo.toml` - crate manifest (optional `serde` support).\n  - **Key items**: feature `serde`; deps `hickory-resolver`, `reth-network-peers`, `reth-tokio-util` (ratelimit)\n\n## Key APIs (no snippets)\n- `",
  "cost": {
    "context_tokens": 172
  }
}

Fetch it by URL: GET /api/v1/registry/vicnaum-shinode-dns/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.