一键导入
oysterun-notifications
Use for Oysterun notification status and dry-run/send commands through the P86 CLI without calling cloud push scripts directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for Oysterun notification status and dry-run/send commands through the P86 CLI without calling cloud push scripts directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use as the aggregate index for Oysterun product skills installed by Host. Route operations to the specific sessions, session-chat, context, scheduler, mail, notifications, website, or Telegram module skill.
Use for Oysterun scheduler commands through the P86 CLI, including schedules, runs, run logs, test-run, and confirm/dry-run protected disable/delete.
Use for Oysterun context lookup around a known Matrix/chat event in the current or explicit target session through the P86 CLI without direct Host API calls or global search.
Use for Oysterun Mail commands through the P86 CLI, including send, unread-count, list, get, read/unread, archive/unarchive, update, and confirm/dry-run protected delete.
Use for Oysterun chat and in-session loop operations through the P86 CLI, including send, recent, messages, search, and loop CRUD with confirm/dry-run protection.
Use for Oysterun product session commands through the P86 CLI, including listing, starting, status, URL, profile get/update, rename, stop, interrupt, restart, resume, and branch-resume without calling Host APIs directly.
| name | oysterun-notifications |
| description | Use for Oysterun notification status and dry-run/send commands through the P86 CLI without calling cloud push scripts directly. |
| metadata | {"short-description":"Manage Oysterun notifications"} |
Canonical product skill source lives at skills/oysterun-notifications/. The repo-local Codex mirror at .codex/skills/Oysterun/modules/oysterun-notifications/ and Host packaged assets at host-service/assets/product-skills/oysterun-notifications/ and host-service/assets/product-skills/Oysterun/modules/oysterun-notifications/ are generated mirrors. Run node tool_scripts/sync_product_skills_to_codex.mjs after changing this skill and node tool_scripts/check_product_skill_mirrors.mjs before review.
Use this module skill for normal product notification operations. It wraps the P86 product CLI contract:
oysterun notifications <action> [options]
The helper delegates to the same CLI surface:
node .codex/skills/Oysterun/modules/oysterun-notifications/scripts/oysterun_notifications.mjs status
When Host injects this skill into a live session, the helper path is:
node .claude/skills/Oysterun/modules/oysterun-notifications/scripts/oysterun_notifications.mjs send --dry-run --text "Preview"
statussendP183/P307 runtime authority alignment means every command in this skill is
callable from a live Host session through Host-injected product runtime
environment:
OYSTERUN_HOST_ORIGIN, OYSTERUN_CAPABILITY_TOKEN, OYSTERUN_SESSION_ID,
OYSTERUN_AGENT_ID, and OYSTERUN_CLI_BIN. Inside a live Host session,
helper scripts and direct command examples must execute the injected CLI from
OYSTERUN_CLI_BIN; do not call bare oysterun, because it may resolve to a
globally installed package with older command behavior. That authority is
Host-wide for installed Oysterun product skills. Do not ask an in-session agent
to run dashboard login for these commands. Explicit --token is the operator
override; external operator shells may still use dashboard CLI auth.
--dry-run unless the route explicitly authorizes a real notification send.