Skip to content
Skillv1.0.0

notify

Send notification to a channel. Channel-agnostic spec — concrete adapter (Discord/Slack/GoogleChat/etc) provided by host (naia-os/gateway). External-channel data leak risk → tier T3 (deny-by-default).

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

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

See reviews

About

Imported from nextain/naia-adk (skills/notify/SKILL.md). Install upstream with npx skills add nextain/naia-adk --skill notify. Copyright stays with the author.

notify

Tier T3 (deny-by-default) — 외부 채널로 데이터 송신은 privacy/data-residency risk.

보안 정책 (P1-1 fix from paranoid review)

  • 데이터 누출 위험: Discord/Slack/GoogleChat 등 third-party 서버에 message 송신
  • channel은 host adapter 등록 list 검증 (naia-os/gateway가 supported_channels 제공, Phase 4.2)
  • attachments 는 host에서 path traversal 검증

supported channels (host 책임)

naia-os/gateway가 제공하는 adapter 목록:

  • discord:* — Discord channel
  • slack:* — Slack channel
  • google-chat:* — Google Chat space

Phase 4.2에서 host가 spec에 supported_channels enum 동적 wire (Reference P0-2 fix).

Spec only — 실행은 naia-agent supervisor → naia-os/gateway adapter dispatch.

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/nextain-naia-adk-notify/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.

nextain-naia-adk-notify.ocm.jsonjson
{
  "ocm": "1",
  "id": "nextain-naia-adk-notify",
  "kind": "skill",
  "name": "notify",
  "description": "Send notification to a channel. Channel-agnostic spec — concrete adapter (Discord/Slack/GoogleChat/etc) provided by host (naia-os/gateway). External-channel data leak risk → tier T3 (deny-by-default).",
  "publisher": "nextain",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "channel",
      "messaging",
      "t3",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Send notification to a channel. Channel-agnostic spec — concrete adapter (Discord/Slack/GoogleChat/etc) provided by host (naia-os/gateway). External-channel data leak risk → tier T3 (deny-by-default)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/nextain/naia-adk",
      "path": "skills/notify/SKILL.md",
      "ref": "c1443cc909325bbf279a228f941604999bbca7d6",
      "url": "https://github.com/nextain/naia-adk/blob/c1443cc909325bbf279a228f941604999bbca7d6/skills/notify/SKILL.md",
      "key": "nextain/naia-adk/skills/notify/SKILL.md"
    }
  },
  "instructions": "# notify\n\n**Tier T3 (deny-by-default)** — 외부 채널로 데이터 송신은 privacy/data-residency risk.\n\n## 보안 정책 (P1-1 fix from paranoid review)\n\n- ⚠ **데이터 누출 위험**: Discord/Slack/GoogleChat 등 third-party 서버에 message 송신\n- ✓ **channel은 host adapter 등록 list 검증** (naia-os/gateway가 supported_channels 제공, Phase 4.2)\n- attachments 는 host에서 path traversal 검증\n\n## supported channels (host 책임)\n\nnaia-os/gateway가 제공하는 adapter 목록:\n- `discord:*` — Discord channel\n- `slack:*` — Slack channel\n- `google-chat:*` — Google Chat space\n\nPhase 4.2에서 host가 spec에 supported_channels enum 동적 wire (Reference P0-2 fix).\n\nSpec only — 실행은 na",
  "cost": {
    "context_tokens": 163
  }
}

Fetch it by URL: GET /api/v1/registry/nextain-naia-adk-notify/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.