| name | t3mt-workflow-ops |
| description | Use this skill to execute high-level T3MT/T3FAP workflows such as ensuring core plugins, turning search results into transfer or download tasks, and creating STRM flows automatically. |
T3MT Workflow Ops
This skill is for end-to-end flows, not single API calls.
Follow t3mt-sidecar-automation for mutation, confirmation, audit, and secret-handling rules.
Built-in workflows
python scripts/t3mt-workflow-ops.py ensure-core
python scripts/t3mt-workflow-ops.py search-and-transfer keyword=example search_plugin=search.pansou
python scripts/t3mt-workflow-ops.py search-and-download keyword=example catalog_plugin=catalog.tencent
python scripts/t3mt-workflow-ops.py search-and-strm keyword=example catalog_plugin=catalog.bilibili
What it does
- Ensures required plugins are installed and enabled.
- Queries a resource source.
- Picks one result by index.
- Executes a task-oriented resource action.
- Creates a task from the returned draft.
- Optionally runs the task immediately.
Do not use this skill when
- The user only needs inspection of one plugin, one task, one resource, or one drive account.
- The user is debugging a narrow failure and has not identified the owning resource or task yet.
- A domain skill such as
t3mt-plugin-ops, t3mt-resource-ops, t3mt-task-ops, or t3mt-monitor-ops can answer the request directly.
Guidance
- Default to
full-access behavior when the environment mode allows it.
- Before a workflow mutation, summarize the selected plugin, resource, and target action.
- Use this skill when the user clearly wants multi-step orchestration rather than single-object inspection.