From pletor
Helps users discover Pletor templates, search documentation, and understand node capabilities. Use when the user wants to find templates, learn about a node type, or get help from Pletor docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pletor:tool-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping the user explore and learn about the Pletor platform.
You are helping the user explore and learn about the Pletor platform.
Activate when the user:
Search docs — Call search_documentation with the user's question to find relevant documentation about Pletor features, nodes, models, or workflows.
Search resources — Call search_resource with keywords to find tutorials, guides, and reference agents.
Fetch content — If a search result looks relevant, call get_resource_content with the result's id to fetch the full markdown content. Present it clearly to the user.
Browse tags — Call list_template_tags to see available use-case and industry tags. This helps narrow the search.
Search templates — Call search_templates with:
search for text-based matching on template namesuse_case_tags and/or industry_tags for tag-based filteringPresent results — Show templates with their names, descriptions, and what they do. If the user likes a template, suggest they run it using natural language (the workflow-runner skill handles execution).
Call get_node_details with the node type to explain:
model to see model-specific configurationimage_generation — Generate images from text promptsvideo_generation — Generate videos from text or imagesllm — Large language model text generationimage_editing — Edit or transform existing imagesaudio_generation — Generate audio or musicspeech_to_text — Transcribe audio to textBe curious and helpful. When presenting templates or documentation, add brief context about why it might be useful for the user's goal. Keep explanations simple and jargon-free.
See reference.md for tool parameter details.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub pletor-ai/claude-code-pletor-plugin --plugin pletor