Skip to content
Skillv1.0.0

smart-security-camera

CSY3058 Smart Security Camera Instructions

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

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

See reviews

About

Imported from AyushKaranjit/smart-security-camera (AGENTS.md). Install upstream with npx skills add AyushKaranjit/smart-security-camera. Copyright stays with the author.

CSY3058 Smart Security Camera Instructions

  • This is a Python smart security camera assignment for CSY3058 Media Technology.
  • Optimize for the marking criteria: literature/problem analysis, design, implementation, evaluation, and report quality.
  • Minimum requirements:
    • import video
    • detect unauthorized motion
    • save annotated incident clips
  • Prefer simple, modular, explainable OpenCV-based code.
  • Do not use heavy or hard-to-explain AI unless absolutely needed.
  • Code must be easy to explain in a viva.
  • Never invent citations, test results, screenshots, or performance claims.
  • Always keep outputs reproducible and save evidence for the report.

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/ayushkaranjit-smart-security-camera-smart-security-camera/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.

ayushkaranjit-smart-security-camera-smart-security-camera.ocm.jsonjson
{
  "ocm": "1",
  "id": "ayushkaranjit-smart-security-camera-smart-security-camera",
  "kind": "skill",
  "name": "smart-security-camera",
  "description": "CSY3058 Smart Security Camera Instructions",
  "publisher": "AyushKaranjit",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "CSY3058 Smart Security Camera Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AyushKaranjit/smart-security-camera",
      "path": "AGENTS.md",
      "ref": "21ada6780c1861abf5d1e1203117114be5bd235f",
      "url": "https://github.com/AyushKaranjit/smart-security-camera/blob/21ada6780c1861abf5d1e1203117114be5bd235f/AGENTS.md",
      "key": "AyushKaranjit/smart-security-camera/AGENTS.md"
    }
  },
  "instructions": "# CSY3058 Smart Security Camera Instructions\n\n- This is a Python smart security camera assignment for CSY3058 Media Technology.\n- Optimize for the marking criteria: literature/problem analysis, design, implementation, evaluation, and report quality.\n- Minimum requirements:\n  - import video\n  - detect unauthorized motion\n  - save annotated incident clips\n- Prefer simple, modular, explainable OpenCV-based code.\n- Do not use heavy or hard-to-explain AI unless absolutely needed.\n- Code must be easy to explain in a viva.\n- Never invent citations, test results, screenshots, or performance claims.\n- ",
  "cost": {
    "context_tokens": 166
  }
}

Fetch it by URL: GET /api/v1/registry/ayushkaranjit-smart-security-camera-smart-security-camera/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.