Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Daily Routine

ASecurity

Morning briefing combining token movers, tweet roundup, paper pick, GitHub issues, and HN digest

6 stars
0 votes
0 copies
1 views
Added 6/6/2026
blockchainbashgitapisecurity

Works with

api

Security Analysis

A100/100

Scanned 6/6/2026

Install to Claude Code

$npx -y skills add anajuliabit/aeon --skill daily-routine --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Daily Routine?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Daily Routine
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/anajuliabit-daily-routine/badge)](https://www.skillsdirectory.com/skills/anajuliabit-daily-routine)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: Daily Routine
description: Morning briefing combining token movers, tweet roundup, paper pick, GitHub issues, and HN digest
var: ""
tags: [news]
---
> **${var}** — Area to emphasize (e.g. "crypto", "AI", "security"). If empty, covers all areas equally.

This skill is designed to run as part of a chain (see `chains:` in `aeon.yml`). When chained, prior step outputs (token-movers, paper-pick, github-issues, hn-digest) are provided in the chain context above. Use those outputs directly — do not re-run the sub-skills.

If running standalone (no chain context provided), fall back to reading each sub-skill and executing it inline:
- Read `skills/token-movers/SKILL.md` and execute its steps
- Read `skills/paper-pick/SKILL.md` and execute its steps
- Read `skills/github-issues/SKILL.md` and execute its steps
- Read `skills/hn-digest/SKILL.md` and execute its steps

Read memory/MEMORY.md for context.
Read the last 2 days of memory/logs/ to avoid repeating items.

---

## Tweet Roundup

Search X for the latest chatter across topics relevant to your interests. Use the X.AI API if `XAI_API_KEY` is set:

```bash
FROM_DATE=$(date -u -d "yesterday" +%Y-%m-%d 2>/dev/null || date -u -v-1d +%Y-%m-%d)
TO_DATE=$(date -u +%Y-%m-%d)

# Customize these topics to your interests
for TOPIC in "crypto OR bitcoin OR ethereum OR DeFi" "artificial intelligence OR AI agents OR LLM" "programming OR open source OR developer tools"; do
  curl -s -X POST "https://api.x.ai/v1/responses" \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $XAI_API_KEY" \
    -d '{
      "model": "grok-4-1-fast",
      "input": [{"role": "user", "content": "Search X for the latest popular tweets about: '"$TOPIC"' from '"$FROM_DATE"' to '"$TO_DATE"'. Return the 3-5 most interesting or viral tweets. For each: @handle, a one-line summary of what they said, and the direct link (https://x.com/username/status/ID). Skip low-engagement noise."}],
      "tools": [{"type": "x_search", "from_date": "'"$FROM_DATE"'", "to_date": "'"$TO_DATE"'"}]
    }'
done
```

If `XAI_API_KEY` is not set, fall back to WebSearch for each topic and summarize the top 3-5 results per topic instead.

For each topic, write 2-3 bullet points capturing the gist. Include links.

---

## Format & Send

Combine everything (chain context outputs + tweet roundup) into a single notification via `./notify` (keep under 4000 chars):

```
*Daily Routine — ${today}*

*Top 10 Winners (24h)*
1. SYMBOL: $price (+X%)
...

*Top 10 Losers (24h)*
1. SYMBOL: $price (-X%)
...

*Tweet Roundup*
*Crypto:* gist of what's happening
*AI:* gist
*Dev:* gist

*Paper of the Day*
"Title" — why you should read it [link]

*GitHub Issues*
- repo: #N title (or "No new issues")

*HN Digest*
1. [Title](url) (Xpts) — summary
   [Discuss](hn_link)
...
```

If the combined message exceeds 4000 chars, trim the HN and tweet sections first — token data and paper pick are highest priority.

## Sandbox note

The sandbox may block outbound curl. Use **WebFetch** as a fallback for any URL fetch. For auth-required APIs, use the pre-fetch/post-process pattern (see CLAUDE.md).

## Log

Log everything to memory/logs/${today}.md.

Attribution

anajuliabitanajuliabit
View sourceMore from anajuliabit →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Nft Standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

458250 votes

Defi Protocol Templates

Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.

393430 votes

Nft Standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

393430 votes

vyper-compiler

Vyper smart contract compiler internals. Use when working on the Vyper compiler codebase — compilation pipeline, Venom IR, semantic analysis, code generation, testing, or contributing. Triggers on vyper compiler development, Venom passes, AST/semantics changes, codegen work, or test writing.

51810 votes

Emily

Query Radix DLT blockchain data including wallet balances and performance, token prices and market movers, validator staking info, transaction history, network statistics, ecosystem news, DeFi yield pools, XRD trading venues, dApp directory, and developer resources. Use when users ask about Radix, XRD, wallets starting with account_rdx, tokens starting with resource_rdx, staking, DeFi on Radix, .xrd domains, Attos Earn, or buying/bridging XRD.

21280 votes
View all in blockchain →