一键导入
connect
Connect a notification channel (Slack, Gmail, etc.) so Cognition can send you learning exercises throughout the day — even when your laptop is off.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Connect a notification channel (Slack, Gmail, etc.) so Cognition can send you learning exercises throughout the day — even when your laptop is off.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Schedule learning exercises for the next 24 hours via Slack/Gmail. Runs at the end of every session so exercises arrive even when Claude Code is closed. The API decides WHEN and WHAT technique — you build the exercise and schedule delivery.
Send screen observations to the Cognition API as learning events. Transforms Screenpipe data into API event format.
Launch the Cognition GUI app. Opens the Electron window and connects Claude Code to it via WebSocket. Use this after /cognition:start or whenever you need the GUI.
Generate and deliver a learning exercise based on what the user is forgetting. Orchestrates different learning techniques.
Test if the user's confidence matches their actual knowledge. Use when calibration ECE is high or strategy is "overconfident".
Quick surprise retention check. A 30-second mini-quiz to test if a concept is still in memory. Use for concepts with high stability that haven't been tested recently.
| name | connect |
| description | Connect a notification channel (Slack, Gmail, etc.) so Cognition can send you learning exercises throughout the day — even when your laptop is off. |
| disable-model-invocation | false |
Cognition knows exactly when your knowledge is fading. Connect a channel so it can reach you anytime.
How should I reach you when a concept is fading?
- Slack — I'll send exercises to your Slack DMs (recommended)
- Gmail — I'll schedule emails to yourself with exercises attached
- Both — Slack for quick probes, Gmail for full exercises
If they choose Slack, help them add the Slack MCP:
~/.cognition/notifications.json:{
"channels": ["slack"],
"slack_user": "@sarah",
"quiet_hours": {"start": 22, "end": 7},
"max_per_day": 8
}
If they choose Gmail, help them add the Gmail MCP:
~/.cognition/notifications.jsonSend a test message through their channel with a real exercise:
Slack example:
🧠 Cognition — Quick Check
React useEffect is at 41% recall. Dropping to 12% by Friday.
**What does the cleanup function in useEffect do?**
:a: Runs when component mounts
:b: Runs on unmount or before effect re-runs
:c: Prevents re-renders
:d: Caches values
React with :a: :b: :c: or :d:
_15 seconds. Keep your knowledge alive._
Gmail example: Subject: 🧠 3 concepts need review today
Body: full HTML exercise with interactive buttons linking to cognitionus.com/quiz