Skip to content
Skillv1.0.0

[provider]

Route handlers should validate provider inputs and use shared auth helpers. Keep responses concise and avoid logging sensitive data.

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

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

See reviews

About

Imported from timfee/easy-cep (app/api/auth/[provider]/AGENTS.md). Install upstream with npx skills add timfee/easy-cep --skill [provider]. Copyright stays with the author.

app/api/auth/[provider] Guide

Route handlers should validate provider inputs and use shared auth helpers. Keep responses concise and avoid logging sensitive data.

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/timfee-easy-cep-provider/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.

timfee-easy-cep-provider.ocm.jsonjson
{
  "ocm": "1",
  "id": "timfee-easy-cep-provider",
  "kind": "skill",
  "name": "[provider]",
  "description": "Route handlers should validate provider inputs and use shared auth helpers. Keep responses concise and avoid logging sensitive data.",
  "publisher": "timfee",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Route handlers should validate provider inputs and use shared auth helpers. Keep responses concise and avoid logging sensitive data."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/timfee/easy-cep",
      "path": "app/api/auth/[provider]/AGENTS.md",
      "ref": "03d51571468c1510fe43356acdd4275b40a6573b",
      "url": "https://github.com/timfee/easy-cep/blob/03d51571468c1510fe43356acdd4275b40a6573b/app/api/auth/[provider]/AGENTS.md",
      "key": "timfee/easy-cep/app/api/auth/[provider]/AGENTS.md"
    }
  },
  "instructions": "# app/api/auth/[provider] Guide\n\nRoute handlers should validate provider inputs and use shared auth helpers.\nKeep responses concise and avoid logging sensitive data.",
  "cost": {
    "context_tokens": 41
  }
}

Fetch it by URL: GET /api/v1/registry/timfee-easy-cep-provider/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.