Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from bluemiv/bluemiv.github.io (src/features/adsense/AGENTS.md). Install upstream with npx skills add bluemiv/bluemiv.github.io --skill adsense. Copyright stays with the author.
adsense 규칙
공개 publisher와 slot ID만 코드에 둔다. 관리 credential 금지.
local에서는 실제 광고를 요청하지 않고 placeholder를 표시한다.
viewport에 보이는 slot만 초기화한다.
layout shift 방지를 위해 크기를 예약한다.
광고 위치와 개수는 docs/design-system.md를 따른다.
같은 viewport에 desktop/mobile 대체 slot을 동시에 초기화하지 않는다.
광고 실패가 article과 navigation 렌더링을 막지 않게 한다.
custom 광고 heading은 기본으로 표시하지 않는다. 추가할 때는 AdSense가 허용한 label만 사용한다.
sidebar slot 자체에 divider와 padding을 넣지 않는다. 배치 간격은 사용하는 widget이 정한다.
article sidebar 광고는 sticky로 만들지 않는다. 세로형 creative도 문서 흐름에서 자연스럽게 지나가게 한다.
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/bluemiv-bluemiv-github-io-adsense/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.
bluemiv-bluemiv-github-io-adsense.ocm.jsonjson
{
"ocm": "1",
"id": "bluemiv-bluemiv-github-io-adsense",
"kind": "skill",
"name": "adsense",
"description": "adsense 규칙",
"publisher": "bluemiv",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"adsense 규칙"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/bluemiv/bluemiv.github.io",
"path": "src/features/adsense/AGENTS.md",
"ref": "25f4cfbde0519af68ae0d1658dcfb57365ef74dd",
"url": "https://github.com/bluemiv/bluemiv.github.io/blob/25f4cfbde0519af68ae0d1658dcfb57365ef74dd/src/features/adsense/AGENTS.md",
"key": "bluemiv/bluemiv.github.io/src/features/adsense/AGENTS.md"
}
},
"instructions": "# adsense 규칙\n\n- 공개 publisher와 slot ID만 코드에 둔다. 관리 credential 금지.\n- local에서는 실제 광고를 요청하지 않고 placeholder를 표시한다.\n- viewport에 보이는 slot만 초기화한다.\n- layout shift 방지를 위해 크기를 예약한다.\n- 광고 위치와 개수는 `docs/design-system.md`를 따른다.\n- 같은 viewport에 desktop/mobile 대체 slot을 동시에 초기화하지 않는다.\n- 광고 실패가 article과 navigation 렌더링을 막지 않게 한다.\n- custom 광고 heading은 기본으로 표시하지 않는다. 추가할 때는 AdSense가 허용한 label만 사용한다.\n- sidebar slot 자체에 divider와 padding을 넣지 않는다. 배치 간격은 사용하는 widget이 정한다.\n- article sidebar 광고는 sticky로 만들지 않는다. 세로형 creative도 문서 흐름에서 자연스럽게 지나가게 한다.",
"cost": {
"context_tokens": 131
}
}
Fetch it by URL: GET /api/v1/registry/bluemiv-bluemiv-github-io-adsense/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.