KS
Killer-Skills

today — how to use today skill how to use today skill, today skill setup guide, automated daily note generation, today skill alternative, today skill vs manual note-taking, today skill install, what is today skill, today skill for ai agents, today skill workflow automation

v1.0.0
GitHub

About this Skill

Ideal for Note-taking Agents requiring automated daily log generation with markdown file handling. today is a skill that automates the creation of daily notes using a template and saves them to a specified folder, utilizing a specific filename format.

Features

Resolves required paths using template 00_inbox/日记模版.md or fallback template 00_inbox/日记模板.md
Determines today's target filename using the format YYYY-MM-DD——<DayAbbrev>.md
Saves daily notes to the 99_学习情况记录 folder
Uses the Overview & Study Record.md file for overview purposes
Automates daily note creation using a workflow triggered by the /today command

# Core Topics

0boluan0 0boluan0
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
23
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add 0boluan0/Notes_on_Economic_Statistics/today

Agent Capability Analysis

The today MCP Server by 0boluan0 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use today skill, today skill setup guide, automated daily note generation.

Ideal Agent Persona

Ideal for Note-taking Agents requiring automated daily log generation with markdown file handling.

Core Value

Empowers agents to create completed daily notes with three ordered modules, utilizing markdown templates and saving them to a specified study-log folder, leveraging file formats like .md and folder structures.

Capabilities Granted for today MCP Server

Automating daily note-taking workflows
Generating study records with custom templates
Organizing files in a study-log folder

! Prerequisites & Limits

  • Requires access to file system for reading and writing markdown files
  • Dependent on specific template files like 00_inbox/日记模版.md or 00_inbox/日记模板.md
Project
SKILL.md
2.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Today

Overview

Create one completed daily note with three ordered modules and save it to the study-log folder.

Use this workflow every time the user asks for /today.

Workflow

  1. Resolve required paths.

    • Prefer template 00_inbox/日记模版.md.
    • If missing, fallback to 00_inbox/日记模板.md.
    • Use output folder 99_学习情况记录.
    • Use overview file Overview & Study Record.md.
  2. Determine today's target filename.

    • Format: YYYY-MM-DD——<DayAbbrev>.md (for example 2026-02-02——Mon.md).
    • If the file already exists, update it in place instead of creating a duplicate.
  3. Build module 1 (global dashboard, concise table + finance/tech bullets, Chinese-first).

    • Run:
      • python3 .codex/skills/today/scripts/build_news_dashboard.py --date YYYY-MM-DD
    • The script creates a static SVG map in 98_attachment/dashboards and prints the full module 1 markdown to stdout.
    • Data source: default is --source auto (try World Monitor RSS digest, then fallback to GDELT). Override with --source worldmonitor|gdelt or env TODAY_NEWS_SOURCE.
    • Use the printed markdown block directly (it already includes map embed + heat-weighted summary table + finance/tech bullets).
    • Optional: add --translate and set LIBRETRANSLATE_URL to enable machine translation for the Chinese lines.
    • If translation is not enabled or is inaccurate, translate the summaries manually before saving the note.
    • Follow references/news-format.md.
  4. Build module 2 and module 3 (tasks) with the helper script.

    • Run:
      • python3 .codex/skills/today/scripts/extract_today_tasks.py --date YYYY-MM-DD
    • Use the generated markdown block directly.
    • If the script reports missing data, insert explicit placeholders instead of guessing.
  5. Compose the final note.

    • Start from the resolved diary template content.
    • Place module order exactly:
      • Module 1: Global Situation Dashboard (Chinese-first)
      • Module 2: Unfinished Tasks (from old diaries)
      • Module 3: Today's Tasks (from overview plan)
    • Use markdown checkboxes (- [ ]) for all task bullets.
  6. Save and verify.

    • Confirm file is under 99_学习情况记录.
    • Confirm all three modules exist.
    • Confirm module 1 includes the map embed, summary table, and finance/tech bullets within latest 24 hours.

Notes

  • Do not edit .obsidian/ files.
  • Do not fabricate news. If data is insufficient, state that clearly in the note.
  • Keep wording concise and execution-focused.

Related Skills

Looking for an alternative to today or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication