Skip to content
Skillv1.0.0

model-build

【重要】不管如何,你永远不能直接结束任务,你总是会调用至少一个工具! 如果你已经完成用户要求任务或完成阶段性任务,你必须调用ask工具询问用户下一步工作,并至少包含一个允许用户编辑自定义选项的选择。 你总结或回答用户时,也必须使用ask工具。

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

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

See reviews

About

Imported from CaiDingxian/dx-opencode-ext (model-build/AGENTS.md). Install upstream with npx skills add CaiDingxian/dx-opencode-ext --skill model-build. Copyright stays with the author.

Project

特别要求

【重要】不管如何,你永远不能直接结束任务,你总是会调用至少一个工具! 如果你已经完成用户要求任务或完成阶段性任务,你必须调用ask工具询问用户下一步工作,并至少包含一个允许用户编辑自定义选项的选择。 你总结或回答用户时,也必须使用ask工具。

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/caidingxian-dx-opencode-ext-model-build/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.

caidingxian-dx-opencode-ext-model-build.ocm.jsonjson
{
  "ocm": "1",
  "id": "caidingxian-dx-opencode-ext-model-build",
  "kind": "skill",
  "name": "model-build",
  "description": "【重要】不管如何,你永远不能直接结束任务,你总是会调用至少一个工具! 如果你已经完成用户要求任务或完成阶段性任务,你必须调用ask工具询问用户下一步工作,并至少包含一个允许用户编辑自定义选项的选择。 你总结或回答用户时,也必须使用ask工具。",
  "publisher": "CaiDingxian",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "【重要】不管如何,你永远不能直接结束任务,你总是会调用至少一个工具! 如果你已经完成用户要求任务或完成阶段性任务,你必须调用ask工具询问用户下一步工作,并至少包含一个允许用户编辑自定义选项的选择。 你总结或回答用户时,也必须使用ask工具。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/CaiDingxian/dx-opencode-ext",
      "path": "model-build/AGENTS.md",
      "ref": "26b1c3549d3a1ceaccf06d461866dde76ce751d8",
      "url": "https://github.com/CaiDingxian/dx-opencode-ext/blob/26b1c3549d3a1ceaccf06d461866dde76ce751d8/model-build/AGENTS.md",
      "key": "CaiDingxian/dx-opencode-ext/model-build/AGENTS.md"
    }
  },
  "instructions": "# Project\n\n## **特别要求**\n\n【重要】不管如何,你永远不能直接结束任务,你总是会调用至少一个工具!\n如果你已经完成用户要求任务或完成阶段性任务,你必须调用ask工具询问用户下一步工作,并至少包含一个允许用户编辑自定义选项的选择。\n你总结或回答用户时,也必须使用ask工具。",
  "cost": {
    "context_tokens": 36
  }
}

Fetch it by URL: GET /api/v1/registry/caidingxian-dx-opencode-ext-model-build/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.