Skip to content
Skillv1.0.0

AwesomeWebpageMetaSkill

Build a local multimedia webpage project from a user topic, audience, language, style, and media preferences by framing requirements, researching, planning, acquiring media, generating files, packagin

by Chloemlla(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from Chloemlla/opensquilla (src/opensquilla/skills/bundled/AwesomeWebpageMetaSkill/SKILL.md). Install upstream with npx skills add Chloemlla/opensquilla --skill AwesomeWebpageMetaSkill. Copyright stays with the author.

AwesomeWebpageMetaSkill

Build a local multimedia webpage project from a topic, audience, language, style, and media preference request.

Pipeline:

  1. Requirement Framing
  2. Deep Research
  3. Page Outline (section structure + media intents; no filenames)
  4. Media Acquisition (search / AIGC; producers emit *_READY: lines)
  5. Media Assets Collect (deterministic path + existence check)
  6. Webpage Source Generation
  7. Deterministic Webpage Write
  8. Deterministic Media Bind + Validation
  9. Local Validation
  10. Publish Complete Webpage Bundle
  11. Delivery Guide

Provider, OpenRouter model, API key, output directory, and media strategy are configuration-owned. The meta-skill may pass the config contract through the DAG, but individual steps must not invent those values.

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/chloemlla-opensquilla-awesomewebpagemetaskill/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.

chloemlla-opensquilla-awesomewebpagemetaskill.ocm.jsonjson
{
  "ocm": "1",
  "id": "chloemlla-opensquilla-awesomewebpagemetaskill",
  "kind": "skill",
  "name": "AwesomeWebpageMetaSkill",
  "description": "Build a local multimedia webpage project from a user topic, audience, language, style, and media preferences by framing requirements, researching, planning, acquiring media, generating files, packaging, validating, repairing, and delivering usage guidance.",
  "publisher": "Chloemlla",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Build a local multimedia webpage project from a user topic, audience, language, style, and media preferences by framing requirements, researching, planning, acquiring media, generating files, packaging, validating, repairing, and delivering usage guidance."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/Chloemlla/opensquilla",
      "path": "src/opensquilla/skills/bundled/AwesomeWebpageMetaSkill/SKILL.md",
      "ref": "efaf829a373994caf5fead17e39d4a45e4ab2143",
      "url": "https://github.com/Chloemlla/opensquilla/blob/efaf829a373994caf5fead17e39d4a45e4ab2143/src/opensquilla/skills/bundled/AwesomeWebpageMetaSkill/SKILL.md",
      "key": "Chloemlla/opensquilla/src/opensquilla/skills/bundled/AwesomeWebpageMetaSkill/SKILL.md"
    }
  },
  "instructions": "# AwesomeWebpageMetaSkill\n\nBuild a local multimedia webpage project from a topic, audience, language,\nstyle, and media preference request.\n\nPipeline:\n\n1. Requirement Framing\n2. Deep Research\n3. Page Outline (section structure + media intents; no filenames)\n4. Media Acquisition (search / AIGC; producers emit `*_READY:` lines)\n5. Media Assets Collect (deterministic path + existence check)\n6. Webpage Source Generation\n7. Deterministic Webpage Write\n8. Deterministic Media Bind + Validation\n9. Local Validation\n10. Publish Complete Webpage Bundle\n11. Delivery Guide\n\nProvider, OpenRouter model, API k",
  "cost": {
    "context_tokens": 194
  }
}

Fetch it by URL: GET /api/v1/registry/chloemlla-opensquilla-awesomewebpagemetaskill/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.