Skip to content
Skillv1.0.0

assets

This directory contains intentional, versioned experiment media.

by Physics-Lee(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from Physics-Lee/experiment_paradigm (assets/AGENTS.md). Install upstream with npx skills add Physics-Lee/experiment_paradigm --skill assets. Copyright stays with the author.

Asset Guidance

This directory contains intentional, versioned experiment media.

  • listening_audio/ contains inputs discovered by ListeningParadigm.
  • sentence_audio/ stores maintained task sets as <task-version>/<full-voice-name>/, each paired with its own manifest.
  • news_audio/ stores whole-news TTS sets as <news-date>/<full-voice-name>/.
  • example_videos_v1/ and example_videos_v2/ contain reference recordings.
  • Moving or adding an asset requires updating code, documentation, and manifests that reference its path.
  • Do not rename, recompress, normalize, or delete existing media without explicit experiment-design approval.

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/physics-lee-experiment-paradigm-assets/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.

physics-lee-experiment-paradigm-assets.ocm.jsonjson
{
  "ocm": "1",
  "id": "physics-lee-experiment-paradigm-assets",
  "kind": "skill",
  "name": "assets",
  "description": "This directory contains intentional, versioned experiment media.",
  "publisher": "Physics-Lee",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This directory contains intentional, versioned experiment media."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Physics-Lee/experiment_paradigm",
      "path": "assets/AGENTS.md",
      "ref": "233270bf46f9ef049ca3445612ce5c1a37c540e7",
      "url": "https://github.com/Physics-Lee/experiment_paradigm/blob/233270bf46f9ef049ca3445612ce5c1a37c540e7/assets/AGENTS.md",
      "key": "Physics-Lee/experiment_paradigm/assets/AGENTS.md"
    }
  },
  "instructions": "# Asset Guidance\n\nThis directory contains intentional, versioned experiment media.\n\n- `listening_audio/` contains inputs discovered by `ListeningParadigm`.\n- `sentence_audio/` stores maintained task sets as\n  `<task-version>/<full-voice-name>/`, each paired with its own manifest.\n- `news_audio/` stores whole-news TTS sets as\n  `<news-date>/<full-voice-name>/`.\n- `example_videos_v1/` and `example_videos_v2/` contain reference recordings.\n- Moving or adding an asset requires updating code, documentation, and manifests\n  that reference its path.\n- Do not rename, recompress, normalize, or delete e",
  "cost": {
    "context_tokens": 165
  }
}

Fetch it by URL: GET /api/v1/registry/physics-lee-experiment-paradigm-assets/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.