Skip to content
Skillv1.0.0

mcp-skill-cli-demo

Minimal demo for AGENTS.md, CLI, Skill, MCP, and MCP App. Data lives in `data/kpi.csv`.

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

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

See reviews

About

Imported from andreasmartin/mcp-skill-cli-demo (AGENTS.md). Install upstream with npx skills add andreasmartin/mcp-skill-cli-demo. Copyright stays with the author.

AGENTS.md

Minimal demo for AGENTS.md, CLI, Skill, MCP, and MCP App. Data lives in data/kpi.csv.

Routing

  • If the user mentions the CSV or Data folder, use the CLI: ./cli/kpi.sh <region> <quarter>.
  • For simple single-region KPI questions, prefer the kpi-request skill and the CLI.
  • For comparisons such as DACH vs AMEA, prefer MCP.
  • For visual requests such as chart, visualize, dashboard, or card, prefer the MCP App.
  • In this demo, interpret Q4 as Q4-2025.
  • Keep answers short.

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/andreasmartin-mcp-skill-cli-demo-mcp-skill-cli-demo/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.

andreasmartin-mcp-skill-cli-demo-mcp-skill-cli-demo.ocm.jsonjson
{
  "ocm": "1",
  "id": "andreasmartin-mcp-skill-cli-demo-mcp-skill-cli-demo",
  "kind": "skill",
  "name": "mcp-skill-cli-demo",
  "description": "Minimal demo for AGENTS.md, CLI, Skill, MCP, and MCP App. Data lives in `data/kpi.csv`.",
  "publisher": "andreasmartin",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "data_analysis"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Minimal demo for AGENTS.md, CLI, Skill, MCP, and MCP App. Data lives in `data/kpi.csv`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/andreasmartin/mcp-skill-cli-demo",
      "path": "AGENTS.md",
      "ref": "1cd2d5b895b04dfd15723e0a578e91a1752e20b4",
      "url": "https://github.com/andreasmartin/mcp-skill-cli-demo/blob/1cd2d5b895b04dfd15723e0a578e91a1752e20b4/AGENTS.md",
      "key": "andreasmartin/mcp-skill-cli-demo/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nMinimal demo for AGENTS.md, CLI, Skill, MCP, and MCP App. Data lives in `data/kpi.csv`.\n\n## Routing\n\n- If the user mentions the CSV or Data folder, use the CLI: `./cli/kpi.sh <region> <quarter>`.\n- For simple single-region KPI questions, prefer the `kpi-request` skill and the CLI.\n- For comparisons such as `DACH vs AMEA`, prefer MCP.\n- For visual requests such as chart, visualize, dashboard, or card, prefer the MCP App.\n- In this demo, interpret `Q4` as `Q4-2025`.\n- Keep answers short.",
  "cost": {
    "context_tokens": 125
  }
}

Fetch it by URL: GET /api/v1/registry/andreasmartin-mcp-skill-cli-demo-mcp-skill-cli-demo/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.