Skip to content
Skillv1.0.0

mylar

Mylar

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

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

See reviews

About

Imported from adamsuk/docker (mylar/AGENTS.md). Install upstream with npx skills add adamsuk/docker --skill mylar. Copyright stays with the author.

Mylar

Purpose

Comic book management. Monitors, downloads, and organizes comic collections.

Key Files

  • config/ - Mylar database and settings

Access

Media Mounts

  • /media/big_boi/Books/Comics/comics
  • /media/big_boi/Books/Downloads/downloads

Dependencies

  • Download clients (NZBGet, SABnzbd, etc.)
  • Comic files on big_boi drive

Important Notes

  • Automates comic book downloading
  • Integrates with Usenet/Torrent clients
  • Organizes and renames comic files

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/adamsuk-docker-mylar/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.

adamsuk-docker-mylar.ocm.jsonjson
{
  "ocm": "1",
  "id": "adamsuk-docker-mylar",
  "kind": "skill",
  "name": "mylar",
  "description": "Mylar",
  "publisher": "adamsuk",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Mylar"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/adamsuk/docker",
      "path": "mylar/AGENTS.md",
      "ref": "140eca0df0dc7bbfda68aa70565d8b0561544f4b",
      "url": "https://github.com/adamsuk/docker/blob/140eca0df0dc7bbfda68aa70565d8b0561544f4b/mylar/AGENTS.md",
      "key": "adamsuk/docker/mylar/AGENTS.md"
    }
  },
  "instructions": "# Mylar\n\n## Purpose\nComic book management. Monitors, downloads, and organizes comic collections.\n\n## Key Files\n- `config/` - Mylar database and settings\n\n## Access\n- Port: 8090\n- URL: http://server:8090\n\n## Media Mounts\n- `/media/big_boi/Books/Comics` → `/comics`\n- `/media/big_boi/Books/Downloads` → `/downloads`\n\n## Dependencies\n- Download clients (NZBGet, SABnzbd, etc.)\n- Comic files on big_boi drive\n\n## Important Notes\n- Automates comic book downloading\n- Integrates with Usenet/Torrent clients\n- Organizes and renames comic files",
  "cost": {
    "context_tokens": 134
  }
}

Fetch it by URL: GET /api/v1/registry/adamsuk-docker-mylar/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.