AgentPMT Workflow Skills
AgentPMT-Workflow-SkillsAgentPMT Workflow Skills - Fetch, Search, and Use Agent Workflows and Skills. Use to retrieve, initiate, and complete workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of results to skip for pagination | |
| limit | No | Maximum results to return (1-200) | |
| query | No | Optional substring search over name/description (case-insensitive) | |
| action | Yes | Operation to perform: search, browse_industry, get_workflow_skill, start_workflow, end_workflow, get_active_workflow, get_instructions | |
| rating | No | Workflow rating from 1-5 stars (required for end_workflow) | |
| comment | No | Comment about the workflow experience (required for end_workflow) | |
| include | No | Comma-separated entity types to include for browse_industry: workflows, content, categories. Defaults to all. | |
| industry | No | Industry name or slug (required for browse_industry). Returns linked workflows, content, and categories. | |
| skill_id | No | Skill chain ObjectId or slug (required for get_workflow_skill, start_workflow, end_workflow) | |
| publisher | No | Filter by publisher username (case-insensitive substring match) | |
| categories | No | Comma-separated category names to filter by | |
| industry_tags | No | Comma-separated industry tag names to filter by | |
| suggested_improvements | No | Suggested improvements or changes to the workflow (optional) |