Skip to content
Skillv1.0.0

run

src/run/AGENTS.md

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

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

See reviews

About

Imported from thezaidsheikh/Flow (src/main/java/com/project/flow/run/AGENTS.md). Install upstream with npx skills add thezaidsheikh/Flow --skill run. Copyright stays with the author.

src/run/AGENTS.md

Scope

Run history, logs, monitoring APIs.

Rules

  • Read optimized queries.
  • Always paginate run listings.
  • Separate run summary from logs endpoints.
  • Include timestamps and status transitions.

Preferred Services

  • GetRunService n- ListWorkflowRunsService
  • GetRunLogsService

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/thezaidsheikh-flow-run/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.

thezaidsheikh-flow-run.ocm.jsonjson
{
  "ocm": "1",
  "id": "thezaidsheikh-flow-run",
  "kind": "skill",
  "name": "run",
  "description": "src/run/AGENTS.md",
  "publisher": "thezaidsheikh",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "src/run/AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/thezaidsheikh/Flow",
      "path": "src/main/java/com/project/flow/run/AGENTS.md",
      "ref": "7e4aa9df0a1c271bc8bccd265e51b3832afde0cf",
      "url": "https://github.com/thezaidsheikh/Flow/blob/7e4aa9df0a1c271bc8bccd265e51b3832afde0cf/src/main/java/com/project/flow/run/AGENTS.md",
      "key": "thezaidsheikh/Flow/src/main/java/com/project/flow/run/AGENTS.md"
    }
  },
  "instructions": "# src/run/AGENTS.md\n\n## Scope\nRun history, logs, monitoring APIs.\n\n## Rules\n- Read optimized queries.\n- Always paginate run listings.\n- Separate run summary from logs endpoints.\n- Include timestamps and status transitions.\n\n## Preferred Services\n- GetRunService\n  n- ListWorkflowRunsService\n- GetRunLogsService\n\n---",
  "cost": {
    "context_tokens": 78
  }
}

Fetch it by URL: GET /api/v1/registry/thezaidsheikh-flow-run/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.