Skip to content
Skillv1.0.0

notebooks

OPAL notebook support for agents

by e-south(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from e-south/dnadesign (src/dnadesign/opal/notebooks/AGENTS.md). Install upstream with npx skills add e-south/dnadesign --skill notebooks. Copyright stays with the author.

OPAL notebook support for agents

  • Follow repo-root AGENTS.md.
  • This directory owns ordinary Python support APIs used by generated OPAL notebooks; it does not contain the generated marimo notebooks themselves.
  • Preserve the public imports from notebooks.api and keep generated-notebook behavior covered by the notebook and CLI suites.
  • Campaign notebook generation and artifact rules are owned by the nearest campaign and OPAL instructions, not by this support-module scope.

Tests

uv sync --locked
uv run pytest -q src/dnadesign/opal/tests/notebooks \
  src/dnadesign/opal/tests/cli/test_cli_notebook_generate.py

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/e-south-dnadesign-notebooks/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.

e-south-dnadesign-notebooks.ocm.jsonjson
{
  "ocm": "1",
  "id": "e-south-dnadesign-notebooks",
  "kind": "skill",
  "name": "notebooks",
  "description": "OPAL notebook support for agents",
  "publisher": "e-south",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "OPAL notebook support for agents"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/e-south/dnadesign",
      "path": "src/dnadesign/opal/notebooks/AGENTS.md",
      "ref": "14a64cb8633c955c47b256b8d996d985ba9e80bf",
      "url": "https://github.com/e-south/dnadesign/blob/14a64cb8633c955c47b256b8d996d985ba9e80bf/src/dnadesign/opal/notebooks/AGENTS.md",
      "key": "e-south/dnadesign/src/dnadesign/opal/notebooks/AGENTS.md"
    }
  },
  "instructions": "## OPAL notebook support for agents\n\n- Follow repo-root `AGENTS.md`.\n- This directory owns ordinary Python support APIs used by generated OPAL\n  notebooks; it does not contain the generated marimo notebooks themselves.\n- Preserve the public imports from `notebooks.api` and keep generated-notebook\n  behavior covered by the notebook and CLI suites.\n- Campaign notebook generation and artifact rules are owned by the nearest\n  campaign and OPAL instructions, not by this support-module scope.\n\n### Tests\n```bash\nuv sync --locked\nuv run pytest -q src/dnadesign/opal/tests/notebooks \\\n  src/dnadesign/op",
  "cost": {
    "context_tokens": 161
  }
}

Fetch it by URL: GET /api/v1/registry/e-south-dnadesign-notebooks/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.