Token导航 LogoToken导航TokenDH.com
AI 工具需要联网github未标认证来源可访问clear审计通过

dailydaily 搜索

Agent Skill

daily 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,423

周安装

57

GitHub Stars

1,392

下载量

461
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:daily(daily 搜索)
来源仓库:https://github.com/ballred/obsidian-claude-pkm
仓库路径:skills/daily
安装命令:
npx skills add https://github.com/ballred/obsidian-claude-pkm --skill daily
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/ballred/obsidian-claude-pkm --skill daily

简介

daily 技能创建结构化日常笔记,支持晨间计划、午间签到与晚间收尾的全周期时间管理。

  • 适合希望建立规律工作节奏、记录思考沉淀或追踪任务进度的个人用户。
  • 自动替换模板占位符(如 {{date}}),并可集成天气、待办事项等外部数据增强实用性。
  • 依赖本地文件系统存储笔记,请确保 ~/.claude/daily/ 目录可写且无权限冲突。
  • 若需定制模板或添加新字段,请直接编辑对应 .md 文件而非依赖技能自动处理。

SKILL.md

Daily Workflow Skill

Creates daily notes and provides structured workflows for morning planning, midday check-ins, and evening shutdowns.

Usage

Invoke with /daily or ask Claude to create today's note or help with daily routines.

Create Today's Note

/daily

Or simply ask:

  • "Create today's daily note"
  • "Start my morning routine"
  • "Help me with evening shutdown"

Daily Note Creation

What Happens

  1. Checks if today's note exists

- If yes: Opens the existing note - If no: Creates new note from template

  1. Template Processing

- Replaces {{date}} with today's date - Replaces {{date:format}} with formatted dates - Handles date arithmetic (e.g., {{date-1}} for yesterday)

  1. Automatic Organization

- Places note in Daily Notes/ folder - Names file with today's date (YYYY-MM-DD.md) - Preserves template structure

Template Variables

Your daily template can use:

  • {{date}} - Today's date in default format
  • {{date:dddd}} - Day name (e.g., Monday)
  • {{date:MMMM DD, YYYY}} - Formatted date
  • {{date-1:YYYY-MM-DD}} - Yesterday's date
  • {{date+1:YYYY-MM-DD}} - Tomorrow's date
  • {{time}} - Current time

Morning Routine (5-10 minutes)

Automated Steps

  1. Create today's daily note (if not exists)
  2. Pull incomplete tasks from yesterday
  3. Read this week's ONE Big Thing from Goals/3. Weekly Review.md
  4. Surface active project next-actions from Projects/*/CLAUDE.md
  5. Review weekly goals for today's priority

Cascade Context Surfacing

Before interactive prompts, automatically surface:

  • ONE Big Thing from most recent weekly review
  • Active project next-actions from Projects/*/CLAUDE.md (read "Next Actions" section)
  • Monthly priority from Goals/2. Monthly Goals.md

Display as a brief context block at the top of the morning routine:

### Today's Context
- **Week's ONE Big Thing:** [from weekly review]
- **Active Projects:** [project names with first next-action each]
- **Monthly Focus:** [from monthly goals]

Interactive Prompts

  • "What's your ONE thing for today?"
  • "What might get in the way?"
  • "How do you want to feel at end of day?"

Task Creation Guidance

When adding tasks to the daily note, recommend linking to goals/projects:

- [ ] Draft API spec — Supports: [[Projects/MyApp]]
- [ ] Review chapter 3 — Supports: [[1. Yearly Goals#Read 12 books]]

Morning Checklist

  • Daily note created
  • Cascade context reviewed (ONE Big Thing, projects, monthly focus)
  • Yesterday's incomplete tasks reviewed
  • ONE priority identified
  • Time blocks set
  • Potential obstacles identified

Midday Check-in (2-3 minutes)

Quick Review

  1. Check morning task completion
  2. Compare actual vs planned time use
  3. Assess energy level
  4. Identify afternoon priorities

Adjustments

  • Reschedule incomplete morning tasks
  • Add urgent items that emerged
  • Reorder by current energy level
  • Note any blockers

Midday Questions

  • "How's your energy right now?"
  • "What's the most important thing for this afternoon?"
  • "What can you let go of today?"

Evening Shutdown (5 minutes)

Capture

  1. Mark completed tasks with [x]
  2. Add notes and learnings
  3. Log energy levels (1-10)
  4. Record gratitude items

Goal & Project Attention Summary

Automatically generate an end-of-day summary showing which goals and projects received attention:

### Today's Cascade Impact
- **Goals touched:** [[Goal 1]] (2 tasks), [[Goal 3]] (1 task)
- **Projects advanced:** [[ProjectA]] (3 tasks), [[ProjectB]] (1 task)
- **Unlinked tasks:** 2 (consider linking to a goal or project)

Reflect

  • What went well today?
  • What could be better?
  • What did I learn?
  • What am I grateful for?

Prepare

  1. Identify tomorrow's priority (preview)
  2. Move incomplete tasks to tomorrow or delete
  3. Commit changes to git (/push)

Shutdown Checklist

  • All tasks updated (done/moved/deleted)
  • Reflection completed
  • Tomorrow's priority identified
  • Changes committed

Daily Note Structure

Standard daily note template:

# {{date}}

## Focus
> What's the ONE thing that would make today successful?

## Time Blocks
- Morning (9-12):
- Afternoon (12-5):
- Evening (5+):

## Tasks
### Must Do Today
- [ ]

### Work
- [ ]

### Personal
- [ ]

## Notes
[Capture thoughts, meeting notes, ideas]

## Reflection
- **Wins:**
- **Challenges:**
- **Learned:**
- **Grateful for:**
- **Energy:** /10
- **Tomorrow's priority:**

Time Block Strategies

Energy-Based

  • High energy tasks in morning
  • Administrative work after lunch
  • Creative work when naturally alert

Context-Based

  • Batch similar tasks together
  • Minimize context switching
  • Protect deep work blocks

Configuration

Customize paths to match your vault:

  • Daily notes folder: Daily Notes/
  • Template location: Templates/Daily Template.md
  • Date format: YYYY-MM-DD

Different Date Formats

  • YYYY-MM-DD - Standard ISO format (recommended)
  • MM-DD-YYYY - US format
  • DD-MM-YYYY - European format
  • YYYY-MM-DD-ddd - Include day abbreviation

Folder Organization by Month

Organize daily notes by month/year:

Daily Notes/2024/01/2024-01-15.md

Task-Based Progress Tracking

The daily skill uses session tasks to show progress during multi-step routines.

Morning Routine Tasks

Create tasks at skill start:

TaskCreate:
  subject: "Create daily note"
  description: "Create or open today's daily note from template"
  activeForm: "Creating daily note..."

TaskCreate:
  subject: "Pull incomplete tasks"
  description: "Carry forward uncompleted tasks from yesterday"
  activeForm: "Pulling incomplete tasks from yesterday..."

TaskCreate:
  subject: "Surface relevant goals"
  description: "Review weekly/monthly goals for today's priority"
  activeForm: "Surfacing relevant goals..."

TaskCreate:
  subject: "Set time blocks"
  description: "Establish time blocks based on energy and priorities"
  activeForm: "Setting time blocks..."

Dependencies

Morning routine tasks run sequentially:

TaskUpdate: "Pull incomplete tasks", addBlockedBy: [create-daily-note-id]
TaskUpdate: "Surface relevant goals", addBlockedBy: [pull-incomplete-tasks-id]
TaskUpdate: "Set time blocks", addBlockedBy: [surface-relevant-goals-id]

Evening Shutdown Tasks

TaskCreate:
  subject: "Update task statuses"
  description: "Mark completed tasks, note blockers"
  activeForm: "Updating task statuses..."

TaskCreate:
  subject: "Generate reflection prompts"
  description: "Prompt for wins, challenges, learnings, gratitude"
  activeForm: "Generating reflection prompts..."

TaskCreate:
  subject: "Prepare tomorrow's preview"
  description: "Identify tomorrow's priority and move incomplete tasks"
  activeForm: "Preparing tomorrow's preview..."

Mark each task in_progress when starting, completed when done using TaskUpdate.

Task tools provide visibility into what's happening during longer operations. Tasks are session-scoped and don't persist between Claude sessions—your actual work items remain in your daily note markdown checkboxes.

Integration

Works with:

  • /push - Commit end-of-day changes
  • /weekly - Weekly planning uses daily notes
  • /monthly - Monthly goals inform daily focus
  • /project - Surface project next-actions in morning
  • /onboard - Load context before planning
  • Goal tracking skill - Align daily tasks to goals
  • Productivity Coach - Accountability for daily routines

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.77%
按下载量换算123

Gemini CLI

24.98%
按下载量换算115

Antigravity

18.15%
按下载量换算84

windsurf

13.73%
按下载量换算63

trae

8.95%
按下载量换算41

Codex

3.15%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills