# Co Scientist Dashboard

> Resolve dashboard links for one Co-Scientist run from Codex.

- **Type:** Skill
- **Install:** `agentstack add skill-panjose-co-scientist-co-scientist-dashboard`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [panjose](https://agentstack.voostack.com/s/panjose)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [panjose](https://github.com/panjose)
- **Source:** https://github.com/panjose/Co-Scientist/tree/main/skills/skills-codex-entry/co-scientist-dashboard

## Install

```sh
agentstack add skill-panjose-co-scientist-co-scientist-dashboard
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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:

   ```bash
   python -m tools.host.project_cli dashboard 
   ```

2. Read the CLI JSON result.
3. Read `runs//dashboard/LINKS.md` and `runs//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//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//dashboard/LINKS.md`, and include the retry command:

   ```text
   $co-scientist-dashboard 
   ```

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.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [panjose](https://github.com/panjose)
- **Source:** [panjose/Co-Scientist](https://github.com/panjose/Co-Scientist)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-panjose-co-scientist-co-scientist-dashboard
- Seller: https://agentstack.voostack.com/s/panjose
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
