Skip to content
Skillv1.0.0

api

REST API layer for triggering searches, checking progress, and retrieving results programmatically. Future web UI backend.

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

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

See reviews

About

Imported from Kumoyyds/competitor_product_search (src/api/AGENTS.md). Install upstream with npx skills add Kumoyyds/competitor_product_search --skill api. Copyright stays with the author.

API Module

Status: Skeleton (not yet implemented)

Responsibility

REST API layer for triggering searches, checking progress, and retrieving results programmatically. Future web UI backend.

Planned Structure

  • routes/ — API endpoint definitions
  • schemas/ — Request/response validation schemas (Pydantic)

Inputs / Outputs

  • Input: HTTP requests with SKU data and search parameters
  • Output: JSON responses with search results, status updates

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/kumoyyds-competitor-product-search-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.

kumoyyds-competitor-product-search-api.ocm.jsonjson
{
  "ocm": "1",
  "id": "kumoyyds-competitor-product-search-api",
  "kind": "skill",
  "name": "api",
  "description": "REST API layer for triggering searches, checking progress, and retrieving results programmatically. Future web UI backend.",
  "publisher": "Kumoyyds",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "REST API layer for triggering searches, checking progress, and retrieving results programmatically. Future web UI backend."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Kumoyyds/competitor_product_search",
      "path": "src/api/AGENTS.md",
      "ref": "e05cfd52db2430a2e4ad42f92d2afefbc5128d11",
      "url": "https://github.com/Kumoyyds/competitor_product_search/blob/e05cfd52db2430a2e4ad42f92d2afefbc5128d11/src/api/AGENTS.md",
      "key": "Kumoyyds/competitor_product_search/src/api/AGENTS.md"
    }
  },
  "instructions": "# API Module\n\n**Status**: Skeleton (not yet implemented)\n\n## Responsibility\n\nREST API layer for triggering searches, checking progress, and retrieving results programmatically. Future web UI backend.\n\n## Planned Structure\n\n- `routes/` — API endpoint definitions\n- `schemas/` — Request/response validation schemas (Pydantic)\n\n## Inputs / Outputs\n\n- **Input**: HTTP requests with SKU data and search parameters\n- **Output**: JSON responses with search results, status updates",
  "cost": {
    "context_tokens": 118
  }
}

Fetch it by URL: GET /api/v1/registry/kumoyyds-competitor-product-search-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.