Skip to content
Skillv1.0.0

playground

This is the agent-e2e harness: a host-side **driver** Claude QAs a containerized Claude+gnomcp+gno-skill (the AUT) scenario by scenario against an in-memory simnet.

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

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

See reviews

About

Imported from gnoverse/gno-mcp (playground/AGENTS.md). Install upstream with npx skills add gnoverse/gno-mcp --skill playground. Copyright stays with the author.

AGENTS.md — working on the playground harness

This is the agent-e2e harness: a host-side driver Claude QAs a containerized Claude+gnomcp+gno-skill (the AUT) scenario by scenario against an in-memory simnet.

Load the playground-driver skill before doing anything here — running or debugging e2e, authoring or editing scenarios, or changing the driver. It carries the wire protocol, judging rules, scenario format, and verify toolkit; without it you will get the mechanics wrong. It lives at .claude/skills/playground-driver/ (also linked from the repo-root .claude/skills/, so it surfaces whether your cwd is here or the repo root).

Layer/target map and run instructions → README.md. Contributor guidance for the wider repo → the root AGENTS.md.

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/gnoverse-gno-mcp-playground/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.

gnoverse-gno-mcp-playground.ocm.jsonjson
{
  "ocm": "1",
  "id": "gnoverse-gno-mcp-playground",
  "kind": "skill",
  "name": "playground",
  "description": "This is the agent-e2e harness: a host-side **driver** Claude QAs a containerized Claude+gnomcp+gno-skill (the AUT) scenario by scenario against an in-memory simnet.",
  "publisher": "gnoverse",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This is the agent-e2e harness: a host-side **driver** Claude QAs a containerized Claude+gnomcp+gno-skill (the AUT) scenario by scenario against an in-memory simnet."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/gnoverse/gno-mcp",
      "path": "playground/AGENTS.md",
      "ref": "3aa21865e3bbc26de53a979086a5e068d920cd42",
      "url": "https://github.com/gnoverse/gno-mcp/blob/3aa21865e3bbc26de53a979086a5e068d920cd42/playground/AGENTS.md",
      "key": "gnoverse/gno-mcp/playground/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md — working on the playground harness\n\nThis is the agent-e2e harness: a host-side **driver** Claude QAs a containerized\nClaude+gnomcp+gno-skill (the AUT) scenario by scenario against an in-memory simnet.\n\n**Load the `playground-driver` skill before doing anything here** — running or debugging e2e,\nauthoring or editing scenarios, or changing the driver. It carries the wire protocol, judging\nrules, scenario format, and verify toolkit; without it you will get the mechanics wrong. It\nlives at `.claude/skills/playground-driver/` (also linked from the repo-root `.claude/skills/`,\nso it sur",
  "cost": {
    "context_tokens": 191
  }
}

Fetch it by URL: GET /api/v1/registry/gnoverse-gno-mcp-playground/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.

playground - Skill - OpenSmartRoute