Skip to content
Skillv1.0.0

push-notification

Send push notifications to mobile devices

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

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

See reviews

About

Imported from hellogxp/skill-research (skillweaver/demo-skills/comm/push-notification/SKILL.md). Install upstream with npx skills add hellogxp/skill-research --skill push-notification. Copyright stays with the author.

Push Notification

Sends push notifications via Firebase Cloud Messaging (FCM). Supports iOS (APNs) and Android devices. Handles notification payloads with custom data fields.

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/hellogxp-skill-research-push-notification/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.

hellogxp-skill-research-push-notification.ocm.jsonjson
{
  "ocm": "1",
  "id": "hellogxp-skill-research-push-notification",
  "kind": "skill",
  "name": "push-notification",
  "description": "Send push notifications to mobile devices",
  "publisher": "hellogxp",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "push",
      "notification",
      "mobile",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Send push notifications to mobile devices"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/hellogxp/skill-research",
      "path": "skillweaver/demo-skills/comm/push-notification/SKILL.md",
      "ref": "9104c901b94a59c78c35b0a25032d9a3c90f589c",
      "url": "https://github.com/hellogxp/skill-research/blob/9104c901b94a59c78c35b0a25032d9a3c90f589c/skillweaver/demo-skills/comm/push-notification/SKILL.md",
      "key": "hellogxp/skill-research/skillweaver/demo-skills/comm/push-notification/SKILL.md"
    }
  },
  "instructions": "# Push Notification\n\nSends push notifications via Firebase Cloud Messaging (FCM).\nSupports iOS (APNs) and Android devices.\nHandles notification payloads with custom data fields.",
  "cost": {
    "context_tokens": 44
  }
}

Fetch it by URL: GET /api/v1/registry/hellogxp-skill-research-push-notification/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.