SkillHub

reading-log

v1.0.0

Reading Log — Reading Log — track books & reading habits. Personal daily-use tool for tracking and organizing your life. Use when you need Reading Log capabilities.

Sourced from ClawHub, Authored by bytesagain

Installation

Please help me install the skill `reading-log` from SkillHub official store. npx skills add bytesagain/reading-log

Reading Log

Reading Log — track books & reading habits

Why This Skill?

  • Designed for everyday personal use
  • No external dependencies or accounts needed
  • Data stored locally — your privacy, your data
  • Simple commands, powerful results

Commands

  • add [author] Add book to reading list</li> <li><code>start</code> — <title> Start reading a book</li> <li><code>progress</code> — <title> <pct> Update progress (0-100%)</li> <li><code>finish</code> — <title> [rating] Mark book finished (1-5 stars)</li> <li><code>list</code> — [filter] List books (all/reading/done/todo)</li> <li><code>search</code> — <query> Search books</li> <li><code>stats</code> — Reading statistics</li> <li><code>streak</code> — Reading streak</li> <li><code>recommend</code> — [genre] Book recommendations</li> <li><code>shelf</code> — Visual bookshelf</li> <li><code>export</code> — [format] Export (md/csv/json)</li> <li><code>info</code> — Version info</li> </ul> <h2 id="quick-start">Quick Start</h2> <pre class="codehilite"><code class="language-bash">reading_log.sh help </code></pre> <blockquote> <p><strong>Note</strong>: This is an original, independent implementation by BytesAgain. Not affiliated with or derived from any third-party project.</p> </blockquote> <hr /> <p>Powered by BytesAgain | bytesagain.com | hello@bytesagain.com</p> </div> </div> <!-- Right: Sidebar --> <aside class="space-y-6"> <!-- Popularity --> <div class="bg-gray-900 border border-gray-800 rounded-2xl p-6 shadow-sm"> <h3 class="text-[10px] font-black text-gray-500 uppercase tracking-widest mb-5">Popularity</h3> <div class="flex items-end gap-2 mb-6"> <span class="text-4xl font-black text-white leading-none">0</span> <span class="text-gray-500 text-[10px] font-bold uppercase mb-1">Stars</span> </div> <div class="grid grid-cols-2 gap-3 mb-6"> <div class="bg-gray-950 p-4 rounded-xl border border-gray-800 text-center"> <div class="text-gray-600 text-[10px] font-bold uppercase mb-1">DLs</div> <div class="text-white font-bold text-base">102</div> </div> <div class="bg-gray-950 p-4 rounded-xl border border-gray-800 text-center"> <div class="text-gray-600 text-[10px] font-bold uppercase mb-1">Installs</div> <div class="text-white font-bold text-base">0</div> </div> </div> <!-- View Repository: 恢复原文字,去掉图标,保持深色紧凑风格 --> <a href="https://clawhub.ai/bytesagain/reading-log" target="_blank" class="block text-center border border-gray-700 bg-gray-800 text-gray-200 py-3 rounded-xl font-bold hover:bg-gray-700 transition-all uppercase text-[10px] tracking-widest"> View Repository </a> </div> <!-- AI Security --> <div class="bg-gray-900 border border-gray-800 rounded-2xl p-6 relative overflow-hidden"> <div class="absolute -top-10 -right-10 w-24 h-24 bg-yellow-500/10 rounded-full blur-2xl opacity-40"></div> <h3 class="text-[10px] font-black text-gray-500 uppercase tracking-widest mb-5 relative z-10">AI Security</h3> <div class="flex items-center gap-5 relative z-10"> <div class="w-14 h-14 rounded-full border-2 border-yellow-500 flex items-center justify-center text-yellow-500 text-xl font-black bg-gray-950 shadow-inner">85</div> <div class="flex-1"> <div class="text-white font-bold text-xs uppercase tracking-tight">None</div> <div class="text-[9px] text-gray-600 italic">Audited by AI Guard</div> </div> </div> </div> <!-- Download --> <a href="https://wry-manatee-359.convex.site/api/v1/download?slug=reading-log" class="flex items-center justify-center gap-2 w-full border border-blue-500/40 text-blue-400 py-3.5 rounded-xl font-bold hover:bg-blue-500/10 transition-all uppercase text-[10px] tracking-widest"> <i class="fa-solid fa-cloud-arrow-down"></i> Download ZIP </a> </aside> </div> </main> <!-- Footer --> <footer class="border-t border-gray-800 bg-gray-950 mt-20 py-12 text-center"> <div class="container mx-auto px-4"> <div class="flex justify-center gap-6 mb-6 text-gray-500"> <a href="#" class="hover:text-white transition-colors text-lg"><i class="fa-brands fa-discord"></i></a> <a href="#" class="hover:text-white transition-colors text-lg"><i class="fa-brands fa-x-twitter"></i></a> </div> <p class="text-gray-500 text-[10px] font-bold uppercase tracking-widest mb-2">© 2026 AI Skills Hub</p> <p class="text-gray-700 text-[9px] uppercase tracking-[0.2em]">Verified Metadata Repository</p> </div> </footer> </body> </html>