Skip to content
Skillv1.0.0

bgm_generator

Video factory skill - bgm_generator

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

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

See reviews

About

Imported from olgelin/video-factory (hf-project/skills/bgm_generator/SKILL.md). Install upstream with npx skills add olgelin/video-factory --skill bgm_generator. Copyright stays with the author.

bgm_generator

概述

视频工厂pipeline的bgm_generator步骤。

输入

  • context: dict - pipeline上下文

输出

  • context: dict - 更新后的上下文

使用方法

from skills.bgm_generator.impl import run
result = run(context)

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/olgelin-video-factory-bgm-generator/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.

olgelin-video-factory-bgm-generator.ocm.jsonjson
{
  "ocm": "1",
  "id": "olgelin-video-factory-bgm-generator",
  "kind": "skill",
  "name": "bgm_generator",
  "description": "Video factory skill - bgm_generator",
  "publisher": "olgelin",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Video factory skill - bgm_generator"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/olgelin/video-factory",
      "path": "hf-project/skills/bgm_generator/SKILL.md",
      "ref": "63193e4d53a939b7ca488305e343782ce08f79ab",
      "url": "https://github.com/olgelin/video-factory/blob/63193e4d53a939b7ca488305e343782ce08f79ab/hf-project/skills/bgm_generator/SKILL.md",
      "key": "olgelin/video-factory/hf-project/skills/bgm_generator/SKILL.md"
    }
  },
  "instructions": "# bgm_generator\n\n## 概述\n视频工厂pipeline的bgm_generator步骤。\n\n## 输入\n- context: dict - pipeline上下文\n\n## 输出\n- context: dict - 更新后的上下文\n\n## 使用方法\n```python\nfrom skills.bgm_generator.impl import run\nresult = run(context)\n```",
  "cost": {
    "context_tokens": 52
  }
}

Fetch it by URL: GET /api/v1/registry/olgelin-video-factory-bgm-generator/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.