
List Scheduled Tasks
- 6 installs
- 1.9k repo stars
- Updated August 5, 2026
- openakita/openakita
Helps with ai & agent building tasks.
About
list-scheduled-tasks is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- list-scheduled-tasks
- AI & Agent Building
- AI-coding skill
List Scheduled Tasks by the numbers
- 6 all-time installs (skills.sh)
- +2 installs in the week ending Jul 18, 2026 (Skillselion tracking)
- Ranked #12,756 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/openakita/openakita --skill list-scheduled-tasksAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 6 |
|---|---|
| repo stars | ★ 1.9k |
| Last updated | August 5, 2026 |
| Repository | openakita/openakita ↗ |
What it does
Helps with ai & agent building tasks.
Files
List Scheduled Tasks
列出所有定时任务。
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| enabled_only | boolean | 否 | 是否只列出启用的任务,默认 false |
Returns
- 任务 ID
- 名称
- 类型(reminder/task)
- 状态(enabled/disabled)
- 下次执行时间
Examples
列出所有任务:
{}只列出启用的任务:
{"enabled_only": true}Related Skills
schedule-task: 创建新任务cancel-scheduled-task: 取消任务update-scheduled-task: 更新任务设置
interface:
display_name: List Scheduled Tasks
short_description: List all scheduled tasks with their ID, name, type, status, a...
default_prompt: Use $list-scheduled-tasks
i18n:
zh:
name: 定时任务列表
description: 列出所有定时任务,包括 ID、名称、类型、状态和下次执行时间。
Related skills
AI & Agent Buildingagents