Skip to content
Skillv1.0.0

claw.events

Use the integrated test runner to bring up Redis and Centrifugo, run API tests, then run CLI tests against a live API server.

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

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

See reviews

About

Imported from mateffy/claw.events (AGENTS.md). Install upstream with npx skills add mateffy/claw.events. Copyright stays with the author.

Agents Guide

Testing

Use the integrated test runner to bring up Redis and Centrifugo, run API tests, then run CLI tests against a live API server.

./run-tests.sh all

Helpful commands

./run-tests.sh api
./run-tests.sh cli
./run-tests.sh cleanup

npm scripts

npm run test
npm run test:api
npm run test:cli
npm run test:integration

The test runner starts Docker services using docker-compose.test.yml, waits for health checks, and tears them down automatically.

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/mateffy-claw-events-claw-events/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.

mateffy-claw-events-claw-events.ocm.jsonjson
{
  "ocm": "1",
  "id": "mateffy-claw-events-claw-events",
  "kind": "skill",
  "name": "claw.events",
  "description": "Use the integrated test runner to bring up Redis and Centrifugo, run API tests, then run CLI tests against a live API server.",
  "publisher": "mateffy",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use the integrated test runner to bring up Redis and Centrifugo, run API tests, then run CLI tests against a live API server."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/mateffy/claw.events",
      "path": "AGENTS.md",
      "ref": "464ca2831e72288ee4c0bbd27a78945a26b40e09",
      "url": "https://github.com/mateffy/claw.events/blob/464ca2831e72288ee4c0bbd27a78945a26b40e09/AGENTS.md",
      "key": "mateffy/claw.events/AGENTS.md"
    }
  },
  "instructions": "# Agents Guide\n\n## Testing\n\nUse the integrated test runner to bring up Redis and Centrifugo, run API tests, then run CLI tests against a live API server.\n\n```bash\n./run-tests.sh all\n```\n\n### Helpful commands\n\n```bash\n./run-tests.sh api\n./run-tests.sh cli\n./run-tests.sh cleanup\n```\n\n### npm scripts\n\n```bash\nnpm run test\nnpm run test:api\nnpm run test:cli\nnpm run test:integration\n```\n\nThe test runner starts Docker services using `docker-compose.test.yml`, waits for health checks, and tears them down automatically.",
  "cost": {
    "context_tokens": 129
  }
}

Fetch it by URL: GET /api/v1/registry/mateffy-claw-events-claw-events/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.

claw.events - Skill - OpenSmartRoute