Skip to content
Skillv1.0.0

domain_watch

写纯函数,不要写类 函数用 const funcname = ()=>{} 这种格式来定义, 不要用 function 定义函数 包用 bun i 安装 模块用 import 导入 超过一个英文单词的变量名用中文 用 await 不要用 .then 用最现代的 nodejs 写法 加密和解密用 Web Crypto API 二进制数据尽量用 Uint8Array 获取当前 js 的目录用 impo

by i18n-site(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from i18n-site/lib (domain_watch/AGENTS.md). Install upstream with npx skills add i18n-site/lib --skill domain_watch. Copyright stays with the author.

写纯函数,不要写类 函数用 const funcname = ()=>{} 这种格式来定义, 不要用 function 定义函数 包用 bun i 安装 模块用 import 导入 超过一个英文单词的变量名用中文 用 await 不要用 .then 用最现代的 nodejs 写法 加密和解密用 Web Crypto API 二进制数据尽量用 Uint8Array 获取当前 js 的目录用 import.meta.dirname 不要用 import.meta.url 来获取目录 js 文件默认导出都写 default 网络请求直接用原生的 fetch ( 不要用 node-fetch ) 不要处理异常,不要写 try catch 不要写函数注释

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/i18n-site-lib-domain-watch/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.

i18n-site-lib-domain-watch.ocm.jsonjson
{
  "ocm": "1",
  "id": "i18n-site-lib-domain-watch",
  "kind": "skill",
  "name": "domain_watch",
  "description": "写纯函数,不要写类 函数用 const funcname = ()=>{} 这种格式来定义, 不要用 function 定义函数 包用 bun i 安装 模块用 import 导入 超过一个英文单词的变量名用中文 用 await 不要用 .then 用最现代的 nodejs 写法 加密和解密用 Web Crypto API 二进制数据尽量用 Uint8Array 获取当前 js 的目录用 import.meta.dirname 不要用 import.meta.url 来获取目录 js 文件默认导出都写 default 网络请求直接用原生的 fetch ( 不要用 node-fetch ) 不要处理异常,不要写 try catch 不要写函数注释",
  "publisher": "i18n-site",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "写纯函数,不要写类 函数用 const funcname = ()=>{} 这种格式来定义, 不要用 function 定义函数 包用 bun i 安装 模块用 import 导入 超过一个英文单词的变量名用中文 用 await 不要用 .then 用最现代的 nodejs 写法 加密和解密用 Web Crypto API 二进制数据尽量用 Uint8Array 获取当前 js 的目录用 import.meta.dirname 不要用 import.meta.url 来获取目录 js 文件默认导出都写 default 网络请求直接用原生的 fetch ( 不要用 node-fetch ) 不要处理异常,不要写 try catch 不要写函数注释"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/i18n-site/lib",
      "path": "domain_watch/AGENTS.md",
      "ref": "ac89720815cbc75a88aa3bf1a8b46d7f8de6a1e0",
      "url": "https://github.com/i18n-site/lib/blob/ac89720815cbc75a88aa3bf1a8b46d7f8de6a1e0/domain_watch/AGENTS.md",
      "key": "i18n-site/lib/domain_watch/AGENTS.md"
    }
  },
  "instructions": "写纯函数,不要写类\n函数用 const funcname = ()=>{} 这种格式来定义, 不要用 function 定义函数\n包用 bun i 安装\n模块用 import 导入\n超过一个英文单词的变量名用中文\n用 await 不要用 .then\n用最现代的 nodejs 写法\n加密和解密用 Web Crypto API\n二进制数据尽量用 Uint8Array\n获取当前 js 的目录用 import.meta.dirname 不要用 import.meta.url 来获取目录\njs 文件默认导出都写 default\n网络请求直接用原生的 fetch ( 不要用 node-fetch )\n不要处理异常,不要写 try catch\n不要写函数注释",
  "cost": {
    "context_tokens": 81
  }
}

Fetch it by URL: GET /api/v1/registry/i18n-site-lib-domain-watch/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.