Imported from shenjingnan/skill2mcp (src/__tests__/fixtures/hello-skill/SKILL.md). Install upstream with npx skills add shenjingnan/skill2mcp --skill hello-skill. Copyright stays with the author.
Hello Skill
This is a simple greeting skill.
Instructions
Say hello to the user and provide helpful information.
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/shenjingnan-skill2mcp-hello-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.
shenjingnan-skill2mcp-hello-skill.ocm.jsonjson
{
"ocm": "1",
"id": "shenjingnan-skill2mcp-hello-skill",
"kind": "skill",
"name": "hello-skill",
"description": "A simple greeting skill",
"publisher": "shenjingnan",
"version": "1.0.0",
"capabilities": {
"domains": [
"general_chat"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A simple greeting skill"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/shenjingnan/skill2mcp",
"path": "src/__tests__/fixtures/hello-skill/SKILL.md",
"ref": "99e2e4045f3c719492be1e82e3afe072af355ee8",
"url": "https://github.com/shenjingnan/skill2mcp/blob/99e2e4045f3c719492be1e82e3afe072af355ee8/src/__tests__/fixtures/hello-skill/SKILL.md",
"key": "shenjingnan/skill2mcp/src/__tests__/fixtures/hello-skill/SKILL.md"
}
},
"instructions": "# Hello Skill\n\nThis is a simple greeting skill.\n\n## Instructions\n\nSay hello to the user and provide helpful information.",
"cost": {
"context_tokens": 30
}
}
Fetch it by URL: GET /api/v1/registry/shenjingnan-skill2mcp-hello-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.