Skip to content
Skillv1.0.0

collector

Flask + Flask-SocketIO dashboard on **clifford** via the estate manual-app stack.

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

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

See reviews

About

Imported from cipher982/collector (AGENTS.md). Install upstream with npx skills add cipher982/collector. Copyright stays with the author.

Collector (Browser Debug Dashboard)

Flask + Flask-SocketIO dashboard on clifford via the estate manual-app stack.

Run / Test

make run PORT=8001        # dev server; default 5000
make test                 # unit tests (uv)
make docker-build         # build image

DB_URL is optional; omit (or --skip-db) to run without Postgres.

Deployment

  • Platform: estate manual-app, app collector (container collector, internal port 5000, alias collector-web)
  • Deploy:
    ~/git/me/domains/mytech/bin/manual-app deploy collector --repo-dir /Users/davidrose/git/collector

Notes

  • Uses uv (no pip/venv plumbing needed); app entry app.py.
  • Check container status/logs via manual-app status collector / manual-app logs collector.

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/cipher982-collector-collector/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.

cipher982-collector-collector.ocm.jsonjson
{
  "ocm": "1",
  "id": "cipher982-collector-collector",
  "kind": "skill",
  "name": "collector",
  "description": "Flask + Flask-SocketIO dashboard on **clifford** via the estate manual-app stack.",
  "publisher": "cipher982",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "data_analysis"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Flask + Flask-SocketIO dashboard on **clifford** via the estate manual-app stack."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/cipher982/collector",
      "path": "AGENTS.md",
      "ref": "91f685dedacd9bf69b6b8d7c5a1ef2de643ec2a9",
      "url": "https://github.com/cipher982/collector/blob/91f685dedacd9bf69b6b8d7c5a1ef2de643ec2a9/AGENTS.md",
      "key": "cipher982/collector/AGENTS.md"
    }
  },
  "instructions": "# Collector (Browser Debug Dashboard)\n\nFlask + Flask-SocketIO dashboard on **clifford** via the estate manual-app stack.\n\n## Run / Test\n\n```bash\nmake run PORT=8001        # dev server; default 5000\nmake test                 # unit tests (uv)\nmake docker-build         # build image\n```\n\n`DB_URL` is optional; omit (or `--skip-db`) to run without Postgres.\n\n## Deployment\n\n- **Platform:** estate manual-app, app **`collector`** (container `collector`, internal port 5000, alias `collector-web`)\n- **Deploy:**\n  ```bash\n  ~/git/me/domains/mytech/bin/manual-app deploy collector --repo-dir /Users/davidr",
  "cost": {
    "context_tokens": 198
  }
}

Fetch it by URL: GET /api/v1/registry/cipher982-collector-collector/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.