بنقرة واحدة
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.