Skip to main content
  1. Projects/

Eric Awesome Skills

米柒说
Author
米柒说
全栈开发工程师 · 着迷于 AI · 开源贡献者
Table of Contents

Background: Why This Project
#

Personal tech toolbox — a collection of skills for Claude Code, curating practical little tools that boost productivity. When working with AI, the same multi-step flows keep coming back: re-describing them every time, steering step by step. This project distills them into self-contained skills that are triggered by conversation — one sentence and the AI runs the whole workflow.

Why It Matters
#

  • 🧩 Standard-based: skills follow the open SKILL.md standard — beyond Claude Code, they work with Codex CLI, Gemini CLI and OpenClaw; write once, run anywhere
  • 🗣 Conversation as workflow: each skill is self-contained; type the trigger phrase and the full pipeline executes automatically
  • 📦 One-line install: via ClawHub, skills.sh, or the Claude Code plugin marketplace
  • 🔓 MIT licensed: free to use, modify and distribute

Current Skill: Karpathy Curated RSS Chinese Daily
#

Fetches recent articles from Karpathy’s curated 93 RSS feeds and generates a high-quality Chinese daily digest. Type the trigger RSS 日报 in a Claude Code conversation and the AI runs the pipeline: fetch feeds → filter articles → read full text → generate the Chinese daily and save it locally. Inspired by Karpathy’s RSS list and Cory Doctorow on RSS.

Sample Output
#

Daily digest — beginning
Daily digest — ending

Install
#

# Option 1: ClawHub (recommended)
npm install -g clawhub
clawhub install karpathy-curated-rss-brief

# Option 2: skills.sh
npx skills add https://github.com/MESevenJourney/eric-awesome-skills.git --skill karpathy-curated-rss-brief

Or add the marketplace inside Claude Code: /plugin marketplace add MESevenJourney/eric-awesome-skills. Some skills require uv (Python dependencies are auto-managed — no manual pip install).


Open source: MESevenJourney/eric-awesome-skills (bilingual README)

Related