Skip to content
Skillv1.0.0

adapters

Adapters

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

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

See reviews

About

Imported from mayett515/Seo_automatisation (packages/adapters/AGENTS.md). Install upstream with npx skills add mayett515/Seo_automatisation --skill adapters. Copyright stays with the author.

Adapters

  • Adapters translate external APIs and storage shapes into internal contracts.
  • Provider SDK types and errors stop here; normalize them before returning inward.
  • Keep retries, timeouts, cancellation, authentication, and provider-specific pagination visible.
  • An adapter does not own product eligibility or business policy.
  • Preserve provider response evidence needed for auditability without leaking secrets or raw bodies to clients.

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/mayett515-seo-automatisation-adapters/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.

mayett515-seo-automatisation-adapters.ocm.jsonjson
{
  "ocm": "1",
  "id": "mayett515-seo-automatisation-adapters",
  "kind": "skill",
  "name": "adapters",
  "description": "Adapters",
  "publisher": "mayett515",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Adapters"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/mayett515/Seo_automatisation",
      "path": "packages/adapters/AGENTS.md",
      "ref": "3790e1a7d6a17d97fbbd4d359141696f41a16674",
      "url": "https://github.com/mayett515/Seo_automatisation/blob/3790e1a7d6a17d97fbbd4d359141696f41a16674/packages/adapters/AGENTS.md",
      "key": "mayett515/Seo_automatisation/packages/adapters/AGENTS.md"
    }
  },
  "instructions": "# Adapters\n\n- Adapters translate external APIs and storage shapes into internal contracts.\n- Provider SDK types and errors stop here; normalize them before returning inward.\n- Keep retries, timeouts, cancellation, authentication, and provider-specific pagination visible.\n- An adapter does not own product eligibility or business policy.\n- Preserve provider response evidence needed for auditability without leaking secrets or raw bodies to clients.",
  "cost": {
    "context_tokens": 112
  }
}

Fetch it by URL: GET /api/v1/registry/mayett515-seo-automatisation-adapters/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.

adapters - Skill - OpenSmartRoute