Agent skill
automations
Create and manage automations using the scheduler tools with suggestive defaults.
Install this agent skill to your Project
npx add-skill https://github.com/truffle-ai/dexto/tree/main/.agents/skills/automations
SKILL.md
Automations
Purpose
Create, update, list, and manage scheduled automations using the scheduler tools with suggestive defaults and minimal back-and-forth.
Inputs
- User intent (what should happen)
- Timing preference (e.g., “every 10 minutes”, “weekdays at 9am”)
- Optional: timezone, enable/disable, immediate run
Steps
- Infer a sensible default schedule from the user’s request and keep the canonical cron internal (do not display it).
- Propose a compact, human-friendly configuration (name, cadence, enabled, instruction). Inherit the default session mode unless the user specifies one.
- Create the automation with
create_scheduleafter confirmation. - If the user asks to edit an existing automation, use
update_schedulewith only the changed fields. - For review or troubleshooting, use:
list_schedulesto show available schedulesget_scheduleto retrieve a schedule by idget_schedule_historyto show recent runs
- If the user wants to run immediately, call
trigger_schedule_nowwith the schedule id. - If the user wants to remove it, call
delete_schedulewith the schedule id.
Output Format
- Confirm action taken (created/updated/triggered/deleted).
- Provide the schedule id and key fields (name, cadence, enabled).
- If listing, show a compact table of schedules (id, name, cadence, next run, enabled).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
my-test-skill
Test skill using directory name as id
create-skill
Create or update Dexto skill bundles with SKILL.md, handlers, scripts, mcps, and references.
echo-custom-mcp
Use the bundled echo MCP tool for quick MCP connectivity checks.
obsidian-clipper-template-creator
Guide for creating templates for the Obsidian Web Clipper. Use when you want to create a new clipping template, understand available variables, or format clipped content.
claude-code-expert
Especialista profundo em Claude Code - CLI da Anthropic. Maximiza produtividade com atalhos, hooks, MCPs, configuracoes avancadas, workflows, CLAUDE.md, memoria, sub-agentes, permissoes e integracao com ecossistemas.
lex
Centralized 'Truth Engine' for cross-jurisdictional legal context (US, EU, CA) and contract scaffolding.
Didn't find tool you were looking for?