BeClaude

dex-claude-plugin

New
Community RegistryGeneralby Fingerskier

Scheduler plugin for Claude Code.

Community PluginView Source

Overview

Runs jobs in Claude on a schedule

A job is

  • A cron string
  • A name
  • A prompt

If dude is installed it uses that to log tasks and outcomes.

Tools

  • "Add a dex job..." via a Claude prompt
  • "Run dex jobs'

displays the next scheduled job displays when a job starts and creates a dude record for it displays brief results when a job finishes and updates the dude task for it (completed, failed, etc) wait for next job...

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/dex-claude-plugin.md https://raw.githubusercontent.com/fingerskier/dex-claude-plugin/main/SKILL.md
3
Invoke in Claude Code
/dex-claude-plugin
View source on GitHub
plugin

Frequently Asked Questions

What is dex-claude-plugin?

Scheduler plugin for Claude Code.

How to install dex-claude-plugin?

To install dex-claude-plugin, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /dex-claude-plugin.

What is dex-claude-plugin best for?

dex-claude-plugin is a community categorized under General. It is designed for: plugin. Created by Fingerskier.