agentsclimarketplace

Co scientist dashboard

Skill panjose/Co-Scientist/skills/skills-codex-entry/co-scientist-dashboard

Resolve dashboard links for one Co-Scientist run from Codex.From its SKILL.md

Install
npx -y skills add panjose/Co-Scientist --skill co-scientist-dashboard

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 323 tokens by cl100k_base, as published. Nobody here has run it

co-scientist-dashboard

Goal:

  • Resolve the ready dashboard runtime for one run directory and return the current run links to the user.

Expected input:

  • one run directory such as runs/test1

Execution steps:

  1. Run:

    python -m tools.host.project_cli dashboard <run-dir>
    
  2. Read the CLI JSON result.

  3. Read runs/<run_id>/dashboard/LINKS.md and runs/<run_id>/dashboard/LINKS.json when present.

  4. Use the CLI JSON result as the canonical ready-link resolution surface for this run.

  5. Return links.dashboard as the primary dashboard URL, include the deep links under links.*, and point to runs/<run_id>/dashboard/LINKS.md as the human-readable dashboard receipt.

  6. If runtime.status is still starting, tell the user that the dashboard is still booting, point them to runs/<run_id>/dashboard/LINKS.md, and include the retry command:

    $co-scientist-dashboard <run-dir>
    

Rules:

  • Treat LINKS.md as the human-readable receipt and LINKS.json as the machine-readable receipt.
  • Do not fabricate dashboard URLs when the dashboard runtime is not available.
  • This skill is the ready-link follow-up when start, run, or resume only returned background bootstrap status.
  • This skill only resolves dashboard runtime availability and exposes run-local links; it must not perform main pipeline reasoning.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.