feel
1
总安装量
1
周安装量
#49396
全站排名
安装命令
npx skills add https://github.com/soul-brews-studio/oracle-skills-cli --skill feel
Agent 安装分布
mcpjam
1
openhands
1
junie
1
windsurf
1
zencoder
1
crush
1
Skill 文档
/feel – Smart Emotion Log
Log emotions + optional structured data for pattern tracking.
Step 0: Timestamp
date "+ð %H:%M %Z (%A %d %B %Y)"
Usage
/feel # List recent feelings
/feel [mood] # Quick log: /feel sleepy
/feel [mood] energy:[1-5] # With energy: /feel tired energy:2
/feel [mood] trigger:[x] # With trigger: /feel anxious trigger:deadline
Examples
/feel sleepy
/feel happy energy:4
/feel frustrated trigger:debugging
/feel panic # â suggests /snapshot
Behavior Matrix
| Input | AI Understands | Action |
|---|---|---|
/feel (no args) |
Review mode | List from feelings log |
/feel panic/fear |
Context fear | Suggest /snapshot or /rrr |
/feel happy/proud |
Good moment | Suggest /snapshot to capture |
/feel [other] |
Just sharing | Log to diary |
Mode 1: No Arguments â List
Read Ï/memory/logs/feelings/ and show summary:
## /feel - Recent Moods
| Date | Time | Mood | Energy |
|------|------|------|--------|
| Jan 11 | 22:30 | sleepy | 2/5 |
| Jan 11 | 15:00 | focused | 4/5 |
**Pattern**: Energy dips after 22:00
Mode 2: With Arguments â Log
Step 1: Parse input
Extract from ARGUMENTS:
mood: The feeling word(s)energy: Number 1-5 if providedtrigger: What caused it if provided
Step 2: Check feeling type
| Contains | Type | Action |
|---|---|---|
| panic, fear, à¸à¸¥à¸±à¸§ | Context Fear | Suggest /snapshot |
| happy, proud, à¸à¸µà¹à¸ | Happy Moment | Suggest /snapshot |
| Other | Diary | Log directly |
Step 3: Create log entry
Write to Ï/memory/logs/feels.log (append):
YYYY-MM-DD HH:MM | [mood] | energy:[N] | trigger:[x] | [optional note]
Example:
2026-01-11 22:33 | sleepy | energy:2 | trigger:late-night | so sleepy today
Step 4: Confirm
## /feel logged
**Mood**: ð´ sleepy
**Energy**: ââââââââââ 2/5
**Trigger**: late-night
**Time**: 22:33
---
Logged to Ï/memory/logs/feels.log
Energy Visualization
| Level | Bar | Meaning |
|---|---|---|
| 1 | ââââââââââ | Exhausted |
| 2 | ââââââââââ | Low |
| 3 | ââââââââââ | Neutral |
| 4 | ââââââââââ | Good |
| 5 | ââââââââââ | Energized |
Philosophy
“Rest is also data.”
Tracking how you feel reveals patterns:
- When do you feel most focused?
- What triggers energy drops?
- Correlation with work hours?
ARGUMENTS: $ARGUMENTS