Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
deps - Skill - OpenSmartRoute
Skillv1.0.0
deps
Dependency rules - Python runtime: 3.13.x on Windows x64. Validate compatibility of rembg, onnxruntime, Pillow, and PyInstaller before bumping Python or majors. - Keep `opencv-python-headless` (no GUI
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/lwr95-imagetowebp-deps-instructions/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.
lwr95-imagetowebp-deps-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "lwr95-imagetowebp-deps-instructions",
"kind": "skill",
"name": "deps",
"description": "Dependency rules - Python runtime: 3.13.x on Windows x64. Validate compatibility of rembg, onnxruntime, Pillow, and PyInstaller before bumping Python or majors. - Keep `opencv-python-headless` (no GUI bindings) to reduce EXE size. - rembg is CPU-only here; do not add GPU backends (CUDA) unless the build and runtime story are updated. - Keep `pyinstaller` and `pyinstaller-hooks-contrib` versions aligned; bump together and test a full build. - After editing requirements, run a clean install and smoke test run + build: ``` python -m pip install --upgrade pip python -m pip install --force-reinstall -r requirements.txt python image_converter.py python -m PyInstaller .\\SHH_Image_Converter_v4_SingleFile.spec ``` - Prefer pinning exact versions; avoid unpinned dependencies.",
"publisher": "LWR95",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"creative"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Dependency rules - Python runtime: 3.13.x on Windows x64. Validate compatibility of rembg, onnxruntime, Pillow, and PyInstaller before bumping Python or majors. - Keep `opencv-python-headless` (no GUI bindings) to reduce EXE size. - rembg is CPU-only here; do not add GPU backends (CUDA) unless the build and runtime story are updated. - Keep `pyinstaller` and `pyinstaller-hooks-contrib` versions aligned; bump together and test a full build. - After editing requirements, run a clean install and smoke test run + build: ``` python -m pip install --upgrade pip python -m pip install --force-reinstall -r requirements.txt python image_converter.py python -m PyInstaller .\\SHH_Image_Converter_v4_SingleFile.spec ``` - Prefer pinning exact versions; avoid unpinned dependencies."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/LWR95/ImageToWebp",
"path": ".github/instructions/deps.instructions.md",
"ref": "cac6d353d30bc989fd263cdeff3ba0a3d61ebdb8",
"url": "https://github.com/LWR95/ImageToWebp/blob/cac6d353d30bc989fd263cdeff3ba0a3d61ebdb8/.github/instructions/deps.instructions.md",
"key": "LWR95/ImageToWebp/.github/instructions/deps.instructions.md"
},
"applies_to": "requirements.txt"
},
"instructions": "Dependency rules\n- Python runtime: 3.13.x on Windows x64. Validate compatibility of rembg, onnxruntime, Pillow, and PyInstaller before bumping Python or majors.\n- Keep `opencv-python-headless` (no GUI bindings) to reduce EXE size.\n- rembg is CPU-only here; do not add GPU backends (CUDA) unless the build and runtime story are updated.\n- Keep `pyinstaller` and `pyinstaller-hooks-contrib` versions aligned; bump together and test a full build.\n- After editing requirements, run a clean install and smoke test run + build:\n```\npython -m pip install --upgrade pip\npython -m pip install --force-reinstal",
"cost": {
"context_tokens": 194
}
}
Fetch it by URL: GET /api/v1/registry/lwr95-imagetowebp-deps-instructions/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.