AgentSkillsCN

Workflow

用于创建、列出、运行和取消计划型提示工作流的工作流技能。

SKILL.md
--- frontmatter
domain: workflow
description: "Workflow skills for creating, listing, running, and canceling scheduled prompt workflows."

Workflow Domain

Skills for managing scheduled workflows. Workflows are prompt files stored in priv/workflows/ that can run on a cron schedule or be triggered manually. Each workflow has a prompt body that is sent to the agent for execution, and optionally posts the result to a Google Chat space.

Skill Inventory

SkillTypePurpose
workflow.createWriteCreate a new workflow prompt file
workflow.listReadList all workflows with schedule info
workflow.runWriteRun a workflow immediately (bypass schedule)
workflow.cancelWriteRemove a scheduled workflow's cron job