pluto-pair
- Repo stars 301
- Author repo marketplace
Pluto Pair
Use the pluto-pair MCP server when a task involves Pluto.jl notebook state or controls.
If the user has a Pluto browser window open, prefer live attach first:
pluto_discover_serversto check local Pluto servers, especially port 1234.pluto_attach_sessionto attach to a notebook already running in that visible server.pluto_open_visibleto open a notebook in the visible server and attach to it.
Live attached sessions update the same notebook the user sees in their browser.
Use headless tools for isolated checks, CI-like validation, exports, or untrusted/static previews:
pluto_list_notebooksto discover notebook files.pluto_open_notebookto open and execute a trusted notebook. Execution is the default; passexecution_allowed=falseonly for untrusted preview.pluto_list_bondsto inspect@bindvariables.pluto_set_bondsto set bound values and trigger Pluto reactivity.pluto_read_stateto summarize code, outputs, errors, logs, and bonds.pluto_export_htmlto write a rendered HTML export.pluto_close_notebookwhen finished. On live attached sessions, this only detaches and does not shut down the user's Pluto notebook.
Use browser automation only for visual smoke checks or screenshots.
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @aiskillstore · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. # Pluto Pair Use the `pluto-pair` MCP server when a task involves Pluto.jl notebook state or controls. If the user has a Pluto browser window open, prefer live attach first: - `pluto_discover_servers` to check local Pluto servers, especially port 1234. …
# Pluto Pair
Use the `pluto-pair` MCP server when a task involves Pluto.jl notebook state or controls.
If the user has a Pluto browser window open, prefer live attach first:
- `pluto_discover_servers` to check local Pluto servers, especially port 1234.
- `pluto_attach_session` to attach to a notebook already running in that visible server.
- `pluto_open_visible` to open a notebook in the visible server and attach to it.
Live attached sessions update the same notebook the user sees in their browser.
Use headless tools for isolated checks, CI-like validation, exports, or untrusted/static previews:
- `pluto_list_notebooks` to discover notebook files.
- `pluto_open_notebook` to open and execute a trusted notebook. Execution is the default; pass `execution_allowed=false` only for untrusted preview.
- `pluto_list_bonds` to inspect `@bind` variables.
- `pluto_set_bonds` to set bound values and trigger Pluto reactivity.
- `pluto_read_state` to summarize code, outputs, errors, logs, and bonds.
- `pluto_export_html` to write a rendered HTML export.
- `pluto_close_notebook` when finished. On live attached sessions, this only detaches and does not shut down the user's Pluto notebook.
Use browser automation only for visual smoke checks or screenshots. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> no H2/H3 headings
terms -> Use the pluto-pair MCP server when a task involves Pluto.jl notebook state or controls. · - plutodiscoverservers to check local Pluto servers, especially port 1234. · Live attached sessions update the same notebook the user sees in their browser. · - plutolistnotebooks to discover notebook files. · Use browser automation only for visual smoke checks or screenshots.
files/cmd -> pluto-pair · plutodiscoverservers · plutoattachsession · plutoopenvisible · plutolistnotebooks · plutoopennotebook · executionallowed=false · plutolistbonds
body sha256 -> 7b9fb6b502b9
Decide Fit First
Design Intent
How To Use It
Boundaries And Review