원클릭으로
process-news-digest
End-to-end workflow to process daily news digest: ensures journal, cleans links, tags, and organizes them.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
End-to-end workflow to process daily news digest: ensures journal, cleans links, tags, and organizes them.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | process_news_digest |
| description | End-to-end workflow to process daily news digest: ensures journal, cleans links, tags, and organizes them. |
This is the main skill that chains all other skills to perform the full nightly news digest workflow.
Ensure Daily Journal Exists
ensure_daily_journal python script.journals/YYYY_MM_DD.md exists and has the template.python3 .agent/skills/ensure_daily_journal/ensure_journal.py (defaults to today)Clean Temp Links (Formatting)
clean_temp_links script on pages/TempLinks.md.**HH:MM**, decode URLs.python3 .agent/skills/clean_temp_links/clean_links.py "../notes/pages/TempLinks.md"Clean Link Titles
clean_link_titles LLM skill on ../notes/pages/TempLinks.md. | TechNews and prefixes intelligently.Add Hashtags
add_hashtags LLM skill on ../notes/pages/TempLinks.md.Organize to Journal
organize_links_to_journal LLM skill.../notes/pages/TempLinks.mdjournals/YYYY_MM_DD.mdClear Temp Links
clear_file script on ../notes/pages/TempLinks.md.TempLinks.md.python3 .agent/skills/clear_file/clear_file.py "../notes/pages/TempLinks.md"Run this skill to execute the entire pipeline.
Appends relevant hashtags to journal entries based on content analysis. Intended for LLM execution.
Organizes tagged links from a source file into the daily journal structure.
Removes timestamps and decodes URLs in the specified markdown file.
Checks if the daily journal file exists for a given date. If not, creates it using the 'Daily framework' template.
Removes extraneous information (source, author, etc.) from link titles using LLM intelligence.
Empties the content of a specified file. Use with caution.