Skip to content
OpenSmartRoute
Skillv1.0.0

my-skill-name

A brief description of what this skill does

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

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

See reviews

About

Imported from skillscatalog/registry (templates/basic-skill/SKILL.md). Install upstream with npx skills add skillscatalog/registry --skill basic-skill. Copyright stays with the author (MIT).

Instructions

Describe how an AI agent should use this skill. Be specific about:

  1. What the skill accomplishes
  2. When to use it
  3. What inputs it needs
  4. What outputs it produces

Prerequisites

List any requirements:

  • API keys needed
  • Environment setup
  • Dependencies

How to Use

Provide clear instructions:

Example prompt that triggers this skill

Output

Show expected output format:

Example output

Examples

Example 1: Basic usage

User: [Example user request]
Agent: [Example agent response using this skill]

Example 2: Advanced usage

User: [More complex request]
Agent: [Agent response showing advanced features]

Limitations

  • List any known limitations
  • Edge cases that don't work
  • Rate limits or restrictions

Dependencies

  • Python 3.9+
  • List pip packages

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/skillscatalog-registry-basic-skill/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.

skillscatalog-registry-basic-skill.ocm.jsonjson
{
  "ocm": "1",
  "id": "skillscatalog-registry-basic-skill",
  "kind": "skill",
  "name": "my-skill-name",
  "description": "A brief description of what this skill does",
  "publisher": "skillscatalog",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "example",
      "template",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "A brief description of what this skill does"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/skillscatalog/registry",
      "path": "templates/basic-skill/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/skillscatalog/registry/blob/HEAD/templates/basic-skill/SKILL.md",
      "key": "skillscatalog/registry/templates/basic-skill/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "## Instructions\n\nDescribe how an AI agent should use this skill. Be specific about:\n\n1. What the skill accomplishes\n2. When to use it\n3. What inputs it needs\n4. What outputs it produces\n\n### Prerequisites\n\nList any requirements:\n- API keys needed\n- Environment setup\n- Dependencies\n\n### How to Use\n\nProvide clear instructions:\n\n```\nExample prompt that triggers this skill\n```\n\n### Output\n\nShow expected output format:\n\n```\nExample output\n```\n\n## Examples\n\n**Example 1: Basic usage**\n```\nUser: [Example user request]\nAgent: [Example agent response using this skill]\n```\n\n**Example 2: Advanced usage**\n",
  "cost": {
    "context_tokens": 210
  }
}

Fetch it by URL: GET /api/v1/registry/skillscatalog-registry-basic-skill/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.