Skip to content
Skillv1.0.0

storage-api

storage-api

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/storage/storage-api/AGENTS.md). Install upstream with npx skills add vicnaum/shinode --skill storage-api. Copyright stays with the author.

storage-api

Purpose

Storage access traits and helper types shared across storage providers.

Contents (one hop)

Subdirectories

  • src/ - Storage trait definitions and helpers.

Files

  • Cargo.toml - Crate manifest for storage API.

Key APIs (no snippets)

  • Types / Classes / Interfaces: BlockReader, StateProvider, ReceiptProvider

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-storage-api/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-storage-api.ocm.jsonjson
{
  "ocm": "1",
  "id": "vicnaum-shinode-storage-api",
  "kind": "skill",
  "name": "storage-api",
  "description": "storage-api",
  "publisher": "vicnaum",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "storage-api"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/vicnaum/shinode",
      "path": "docs/spec/reth_kb/agents-export/reth/crates/storage/storage-api/AGENTS.md",
      "ref": "145ac7ad52a12cdb3b09397edef87fc6cefc2438",
      "url": "https://github.com/vicnaum/shinode/blob/145ac7ad52a12cdb3b09397edef87fc6cefc2438/docs/spec/reth_kb/agents-export/reth/crates/storage/storage-api/AGENTS.md",
      "key": "vicnaum/shinode/docs/spec/reth_kb/agents-export/reth/crates/storage/storage-api/AGENTS.md"
    }
  },
  "instructions": "# storage-api\n\n## Purpose\nStorage access traits and helper types shared across storage providers.\n\n## Contents (one hop)\n### Subdirectories\n- [x] `src/` - Storage trait definitions and helpers.\n\n### Files\n- `Cargo.toml` - Crate manifest for storage API.\n\n## Key APIs (no snippets)\n- **Types / Classes / Interfaces**: `BlockReader`, `StateProvider`, `ReceiptProvider`",
  "cost": {
    "context_tokens": 91
  }
}

Fetch it by URL: GET /api/v1/registry/vicnaum-shinode-storage-api/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.