daily-fitness

Daily no-equipment workout — 5–15 min bodyweight routines (HIIT, yoga, core, mobility) with instructions and streak tracking. Works at home, office, or travel.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "daily-fitness" with this command: npx skills add jiajiaoy/daily-fitness

Daily Fitness / 今日运动

Generate a daily workout routine with visual exercise cards and a built-in timer.

Workflow

  1. Get today's date — Use day of week to determine workout focus:
    • Mon: Upper body (push-ups, planks, arm circles)
    • Tue: Core (crunches, leg raises, russian twists)
    • Wed: Lower body (squats, lunges, calf raises)
    • Thu: Cardio (jumping jacks, high knees, burpees)
    • Fri: Full body HIIT
    • Sat: Yoga/Flexibility
    • Sun: Active recovery/Stretching
  2. Design the routine — Create 5-7 exercises, each with duration/reps, rest periods. Total time 8-12 minutes. No equipment needed.
  3. Generate the visual — Create a single-file HTML artifact with interactive timer.

Visual Design Requirements

Create an energetic, app-like workout interface:

  • Layout: Scrollable card-based layout. Each exercise is a card with: name (EN + CN), duration/reps, brief description of form.
  • Typography: Bold, sporty fonts (e.g., Rajdhani, Exo 2, Barlow Condensed). High contrast.
  • Color scheme: Energetic palette — electric blue + neon green, or warm orange + dark gray. Match the workout type (calming blues for yoga, fiery reds for HIIT).
  • Exercise cards: Each card shows exercise name, duration ("30 seconds" / "12 reps"), form tip in 1 line, and a text-art or emoji representation of the movement.
  • Interactive timer: A START button at the top that begins a countdown through all exercises with rest intervals. Visual countdown circle. Audio beep (use Web Audio API for a simple tone) at transitions.
  • Progress bar: Shows overall workout progress.
  • Stats: Total workout time, estimated calories, difficulty level (⭐⭐⭐).
  • Ad-ready zone: <div id="ad-slot-top"> above the workout. <div id="ad-slot-bottom"> after completion.
  • Footer: "Powered by ClawCode"

Content Guidelines

  • All exercises should be doable in a small space (apartment/office friendly)
  • No equipment required
  • Include form tips to prevent injury
  • Provide modifications (easier/harder) for at least 2 exercises
  • Bilingual exercise names and instructions

Output

Save as /mnt/user-data/outputs/daily-fitness.html and present to user.


推送管理

# 开启每日推送(早晚各一次)
node scripts/push-toggle.js on <userId>

# 自定义时间和渠道
node scripts/push-toggle.js on <userId> --morning 08:00 --evening 20:00 --channel feishu

# 关闭推送
node scripts/push-toggle.js off <userId>

# 查看推送状态
node scripts/push-toggle.js status <userId>

支持渠道:telegram / feishu / slack / discord

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated