一键导入
daily-note-generator
Generates daily notes for wiki-llm with summary, tasks, focus, token usage, and model tracking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates daily notes for wiki-llm with summary, tasks, focus, token usage, and model tracking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use the browse.sh open-source skill catalog (171+ skills) to interact with websites via their documented APIs or browser automation. Provides precise, token-efficient workflows for weather, flights, jobs, shopping, research, GitHub, and more. Requires `browse` CLI (npm) and Browserbase API key for browser-requiring skills.
Design, curate, secure, and ship a Hermes community skills marketplace with a polished skills.sh-style UX.
Morning briefing pattern combining session rehash, tech news, and Polymarket alpha scanning
Root cause analysis and fix for KeyError on strategy_name during trade logging
Inspect, verify, and troubleshoot Hermes Agent installation state — profiles, memory files, database integrity, configuration, and session logs.
MODEL ROUTING IS DEPRECATED. Cobuddy routing was stripped from root config and chief config during 2026-05-18 hardening. Chief now uses deepseek/deepseek-v4-flash:free. This skill exists for historical reference only.
| name | daily-note-generator |
| description | Generates daily notes for wiki-llm with summary, tasks, focus, token usage, and model tracking |
| version | 1.1.0 |
| author | Yasuui |
| category | note-taking |
| tags | ["daily","wiki-llm","tracking","automation"] |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| tested | schema-only |
| tested_note | Frontmatter and docs validated; no runtime execution. |
| requires | ["Hermes Agent v0.13.0+"] |
This skill creates standardized daily notes for the wiki-llm system to track progress, token usage, models used, and tasks completed.
Uses current date in YYYY-MM-DD format.
Creates a markdown file in the configured daily notes directory:
DAILY_DIR="${DAILY_NOTES_DIR:-$HOME/projects/wiki-llm/wiki/daily}"
mkdir -p "$DAILY_DIR"
Uses the daily note template with placeholders for:
ls -la "$DAILY_DIR/$(date +%Y-%m-%d).md"
Override the daily notes directory with environment variable DAILY_NOTES_DIR or set in your profile's config.yaml.
Default template location: $DAILY_NOTES_DIR/template.md
DAILY_NOTES_DIR is not set, defaults to a wiki-llm vault path — verify it existsMIT — see repository LICENSE file.