Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/shitao5/my_skills/logseq-daily-summary)<a href="https://agentmods.dev/skills/shitao5/my_skills/logseq-daily-summary"><img src="https://agentmods.dev/badge/skills/shitao5/my_skills/logseq-daily-summary/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/shitao5/my_skills/logseq-daily-summary"><img src="https://agentmods.dev/badge/skills/shitao5/my_skills/logseq-daily-summary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.00797 |
| Opus 5 | $0.00026 | $0.00398 |
| Sonnet 5 | $0.00010 | $0.00159 |
| Haiku 4.5 | $0.00005 | $0.00080 |
Grade A, and why
logseq-daily-summary scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Logseq Daily Summary
Overview
Summarize a LogSeq daily journal (today by default, or a specified log) and append a concise <=300 Chinese-character paragraph back into that day’s journal page.
Workflow (LogSeq journal -> usage stats -> summary -> write back)
- Determine the target journal page.
- If the user specifies a log/date/page name, use that.
- Otherwise use today’s date based on local time. Use
list_pages(include journals) and find a page whose title starts withYYYY-MM-DD. LogSeq journal titles may beYYYY-MM-DD DayName(English),YYYY-MM-DD 星期X(Chinese), or justYYYY-MM-DD. - If multiple pages match, prefer the one marked
[journal], then the one with the longest non-empty content (viaget_page_content), then the English weekday variant. - If no page matches the date, use
searchto confirm. If still missing, ask the user for the exact page name before creating a new page.
- Read the journal content.
- Use
get_page_contentto fetch the page content. - If the page does not exist, create it (via
create_pageorupdate_page) and note it was empty before summarizing.
- Collect today's Codex CLI usage stats and append a usage block.
- Use the fixed script:
scripts/codex_usage_stats.py. - Example:
python3 /Users/wushitao/.codex/skills/logseq-daily-summary/scripts/codex_usage_stats.py --date YYYY-MM-DD. - The script reads
~/.codex/sessions/YYYY/MM/DD/*.jsonl, aggregates the lasttoken_count.total_token_usageper session file, and extracts the local time range for the day (min/max timestamps). - Append the script output as its own LogSeq block before the summary block, using the exact format below (no leading "- "):
🤖 Codex CLI 消耗(自动统计)
⏱️ 时间段: YYYY-MM-DD HH:MM:SS–HH:MM:SS (+0800)
🧾 用量: N tokens
🧠 Token: 输入 A / 输出 B / 缓存输入 C / 推理 D
- Write the summary.
- Produce a single paragraph in Chinese, 300 characters or fewer (do not count the usage block).
- Focus on “what I was thinking about / investigating today,” derived from the journal content.
- Avoid lists in the summary paragraph; keep it clean and readable.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 58 lines · 51 tokens per session scan A c949fb990075
logseq-daily-summary is a skill published in the GitHub repository Shitao5/my_skills (5 stars, last pushed 8mo ago), licensed MIT. It adds 51 tokens to every session and 797 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
agentmail
Use your assigned AgentMail inbox to read email tasks, explicitly send or reply, and check delivery. Provided automatically by your inbox assignment.
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.