Skip to content
Skillv1.0.0

yako

Yako is a customizable "new tab" browser extension for Microsoft users and admins.

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

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

See reviews

About

Imported from merill/yako (AGENTS.md). Install upstream with npx skills add merill/yako. Copyright stays with the author.

Yako Development Guide

Yako is a customizable "new tab" browser extension for Microsoft users and admins.

  1. Use Deno as its runtime and task runner. Never user npm or others. If Deno fails at something, stop and ask for help.
  2. Do not try to add dependencies, find a native solution.
  3. Repeat yourself instead of writing difficult or unreadable code.
  4. Run deno task format and deno task types after finishing changes. No need in-between edits.

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/merill-yako-yako/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.

merill-yako-yako.ocm.jsonjson
{
  "ocm": "1",
  "id": "merill-yako-yako",
  "kind": "skill",
  "name": "yako",
  "description": "Yako is a customizable \"new tab\" browser extension for Microsoft users and admins.",
  "publisher": "merill",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Yako is a customizable \"new tab\" browser extension for Microsoft users and admins."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/merill/yako",
      "path": "AGENTS.md",
      "ref": "c5291082dc8af7582770d51bab9bf1f526ab71b9",
      "url": "https://github.com/merill/yako/blob/c5291082dc8af7582770d51bab9bf1f526ab71b9/AGENTS.md",
      "key": "merill/yako/AGENTS.md"
    }
  },
  "instructions": "# Yako Development Guide\n\nYako is a customizable \"new tab\" browser extension for Microsoft users and admins.\n\n1. Use **Deno** as its runtime and task runner. Never user `npm` or others. If **Deno** fails at something, stop and ask for help.\n2. Do not try to add dependencies, find a native solution.\n3. Repeat yourself instead of writing difficult or unreadable code.\n4. Run `deno task format` and `deno task types` after finishing changes. No need in-between edits.",
  "cost": {
    "context_tokens": 116
  }
}

Fetch it by URL: GET /api/v1/registry/merill-yako-yako/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.

yako - Skill - OpenSmartRoute