Skip to content
OpenSmartRoute
Skillv1.0.0

enact-hello-simple

A bare-bones example that prints a greeting

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

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

See reviews

About

Imported from aiskillstore/marketplace (skills/enactprotocol/enact-hello-simple/SKILL.md). Install upstream with npx skills add aiskillstore/marketplace --skill enact-hello-simple. Copyright stays with the author.

Hello Simple

This is the simplest possible Enact tool. It just prints a greeting message.

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/aiskillstore-marketplace-enact-hello-simple/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.

aiskillstore-marketplace-enact-hello-simple.ocm.jsonjson
{
  "ocm": "1",
  "id": "aiskillstore-marketplace-enact-hello-simple",
  "kind": "skill",
  "name": "enact-hello-simple",
  "description": "A bare-bones example that prints a greeting",
  "publisher": "aiskillstore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general_chat"
    ],
    "tags": [
      "skill-md",
      "example",
      "hello-world",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "A bare-bones example that prints a greeting"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/aiskillstore/marketplace",
      "path": "skills/enactprotocol/enact-hello-simple/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/aiskillstore/marketplace/blob/HEAD/skills/enactprotocol/enact-hello-simple/SKILL.md",
      "key": "aiskillstore/marketplace/skills/enactprotocol/enact-hello-simple/SKILL.md"
    }
  },
  "instructions": "# Hello Simple\n\nThis is the simplest possible Enact tool. It just prints a greeting message.",
  "cost": {
    "context_tokens": 23
  }
}

Fetch it by URL: GET /api/v1/registry/aiskillstore-marketplace-enact-hello-simple/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.