Skip to content
Skillv1.0.0

deskorb-agent

DeskOrb project instructions

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

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

See reviews

About

Imported from deeplearingx/deskorb-agent (AGENTS.md). Install upstream with npx skills add deeplearingx/deskorb-agent. Copyright stays with the author.

DeskOrb project instructions

  • Use the dedicated Conda environment deskorb-agent for all project Python commands, tests, and desktop runs.
  • Do not use the unrelated marketmind environment for this repository.
  • Prefer conda run -n deskorb-agent python ... or activate the environment with conda activate deskorb-agent.
  • Run the app through Start DeskOrb Agent.cmd; it delegates to the Conda launcher and keeps the local Playwright MCP setup checks.
  • The standard test command is: conda run -n deskorb-agent python -s -m pytest -q

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/deeplearingx-deskorb-agent-deskorb-agent/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.

deeplearingx-deskorb-agent-deskorb-agent.ocm.jsonjson
{
  "ocm": "1",
  "id": "deeplearingx-deskorb-agent-deskorb-agent",
  "kind": "skill",
  "name": "deskorb-agent",
  "description": "DeskOrb project instructions",
  "publisher": "deeplearingx",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "DeskOrb project instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/deeplearingx/deskorb-agent",
      "path": "AGENTS.md",
      "ref": "d2f24de4cdbbd95f405b06bef3f96468c91bcda9",
      "url": "https://github.com/deeplearingx/deskorb-agent/blob/d2f24de4cdbbd95f405b06bef3f96468c91bcda9/AGENTS.md",
      "key": "deeplearingx/deskorb-agent/AGENTS.md"
    }
  },
  "instructions": "# DeskOrb project instructions\n\n- Use the dedicated Conda environment `deskorb-agent` for all project Python\n  commands, tests, and desktop runs.\n- Do not use the unrelated `marketmind` environment for this repository.\n- Prefer `conda run -n deskorb-agent python ...` or activate the environment\n  with `conda activate deskorb-agent`.\n- Run the app through `Start DeskOrb Agent.cmd`; it delegates to the Conda\n  launcher and keeps the local Playwright MCP setup checks.\n- The standard test command is:\n  `conda run -n deskorb-agent python -s -m pytest -q`",
  "cost": {
    "context_tokens": 138
  }
}

Fetch it by URL: GET /api/v1/registry/deeplearingx-deskorb-agent-deskorb-agent/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.