一键导入
workflows
Define and dispatch named multi-step workflows that turn into todo checklists, so a long procedure does not get partially forgotten between turns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Define and dispatch named multi-step workflows that turn into todo checklists, so a long procedure does not get partially forgotten between turns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Helps users discover and install agent skills when they ask "how do I do X", "find a skill for X", "is there a skill for X", or want to extend agent capabilities. Use when the user is looking for installable skills from the open agent skills ecosystem.
Publish reports to Nostr — either NIP-23 long-form markdown articles (kind:30023) via report_publish, or rich HTML reports via html_publish
Request user signatures for Nostr events through the configured NIP-46 bunker
Create and update agent configurations and current project metadata
Access, list, and search across conversation content and history
Discover, read, and subscribe to MCP server resources
| name | workflows |
| description | Define and dispatch named multi-step workflows that turn into todo checklists, so a long procedure does not get partially forgotten between turns. |
| tools | ["create_workflow","run_workflow"] |
A workflow is a named procedure you have written down once so you can later dispatch it without re-deriving the steps. Dispatching a workflow turns it into your active todo checklist for a specific task.
Use this skill when you (a) repeatedly perform the same multi-step procedure and notice yourself skipping steps mid-execution, or (b) the user describes a recurring process that should not drift over time.
Author with create_workflow when:
Do not author one-off plans this way — todo_write is the right tool for a single task's checklist.
Call run_workflow("<name>", "<task description>") when you are about to begin work that fits one of your authored workflows. Dispatch replaces your current todo list, so only call it when you are starting fresh — not partway through unrelated work.