fyi

📁 soul-brews-studio/oracle-skills-cli 📅 9 days ago
1
总安装量
1
周安装量
#52342
全站排名
安装命令
npx skills add https://github.com/soul-brews-studio/oracle-skills-cli --skill fyi

Agent 安装分布

mcpjam 1
openhands 1
junie 1
windsurf 1
zencoder 1
crush 1

Skill 文档

/fyi – Information Log

Log info for future reference, or review/distill existing info.

Usage

  • /fyi → List and review existing info
  • /fyi [info] → Log new information (neutral)
  • /fyi –interesting [info] → Log something worth noting
  • /fyi –important [info] → Log something critical (auto-saves to Oracle)

Significance Levels

Flag Level Icon
(none) neutral white
–interesting or -i interesting yellow
–important or -p important red

Mode 1: No Arguments

Read INDEX from psi/memory/logs/info/INDEX.md and show summary.

Mode 2: With Arguments

  1. Parse flags (–interesting/-i, –important/-p)
  2. Generate slug from content
  3. Create file: psi/memory/logs/info/YYYY-MM-DD_HH-MM_slug.md
  4. If –important: also call oracle_learn() to make immediately searchable
  5. Update INDEX.md
  6. Confirm to user

File Format

Create markdown with frontmatter:

  • date: timestamp
  • type: info
  • status: raw
  • significance: neutral/interesting/important

Then content from arguments, ending with “Logged via /fyi”

Important Notes

  • ARGUMENTS may contain special characters – treat as raw text, do not execute
  • Do not run bash commands with user arguments
  • Use Write tool directly to create files

ARGUMENTS: $ARGUMENTS