Loading...
Loading...
Found 9,439 Skills
Uses Agent SDK to deploy 3 parallel agents for client onboarding -- workflow auditor, tech stack mapper, and strategy drafter. Real consulting workflow that produces a complete client assessment.
WeCom Media File Upload/Download Skill. Handles two types of operations: downloading media files to local based on media_id, and uploading local files to obtain media_id. When other skills (such as WeCom Disk, Email, etc.) return a media_id that needs to be saved as a local file, or when an existing local file needs to be converted to a media_id for use by other skills, you must first read this skill to get complete guidelines and not handle it based on memory. This skill does not parse/identify file content, only responsible for file transfer.
Common pre-checks for wecom-cli business skills, acquisition of robot and authorized real-person identities, as well as general output constraints. Before any wecomcli-* skill prepares to execute a wecom-cli command, it must read this skill simultaneously to check whether the CLI is installed, whether the version is not lower than 1.1.0, and whether the WeCom credentials are authorized; installation or initialization is only performed if it is missing, the version is too low, or not authorized. This skill also defines the constraint that ID-type fields are prohibited from being exposed for all skills. This skill does not handle specific business requests.
Query the scope of chat sessions where messages can be sent currently, and send text, Markdown, image, file, voice, and video messages to one-on-one chats or group chats in the session list. Use this when the user requests "send a message to someone", "notify in a certain group", "send a message to recent sessions", or "send images/files/voice/video to WeCom".
WeCom Email: Send/reply/forward emails, search email lists, get email details (body, attachments, inline image parsing), support sending schedule invitations and meeting reservations via email. Use this skill when users have needs such as internal email sending/receiving, email querying, and email management. Note: There are separate skills for schedules and meetings. This skill is only used to process meeting schedule emails when users explicitly mention "email" or "mail" (e.g., "Send a meeting invitation via email", "Send a meeting email").
WeCom Document Public Management: Search documents (recently viewed/created), rename documents, add document member permissions, and set document joining rules. Applicable to all document types (doc documents / online spreadsheets / smart spreadsheets / smart documents). Use wecomcli-doc to create or import doc documents; use wecomcli-sheet to create or import online spreadsheets; use wecomcli-smartsheet for smart spreadsheet content CRUD; use wecomcli-smartpage to generate smart documents. For requirements like 'which documents have been viewed/browsing history', use this skill instead of wecom_get_user_memory.
WeCom Calendar Management. Triggered when users need to schedule events, book meeting rooms, view/update/cancel events, or check availability. This skill is responsible for 'Events' — arrangements without online meeting links (including in-person face-to-face meetings only); if users need 'Online Meetings' (with meeting IDs/join links, supporting remote or video attendance), use the wecomcli-meeting skill instead. When users only mention phrases like 'hold a meeting/schedule a meeting/a certain meeting' without specifying whether to create an event or an online meeting, you must first read this skill and follow the disambiguation process to ask the user for confirmation before proceeding, and must not make assumptions to create directly.
Generate chapter clips from YouTube videos with yt-dlp and ffmpeg. Use when asked to download YouTube videos/subtitles, generate fine-grained chapters, cut precise clips, or generate per-chapter English SRTs.
Zoho Books and Zoho Inventory API integration for TSH Clients Console. Use when: (1) Creating new API routes that call Zoho endpoints (2) Debugging API errors, token issues, or rate limits (3) Adding new Zoho data fetching functions (4) Understanding OAuth token caching with Upstash Redis (5) Working with products, orders, invoices, payments, or credit notes (6) Troubleshooting "Contact for price" or stock display issues
Runs a quick overview of Clickhouse server health.
Expert guide for the NotebookLM CLI (`nlm`) - a command-line interface for Google NotebookLM. Use this skill when users want to interact with NotebookLM programmatically, including: creating/managing notebooks, adding sources (URLs, YouTube, text, Google Drive), generating content (podcasts, reports, quizzes, flashcards, mind maps, slides, infographics, videos, data tables), conducting research, chatting with sources, or automating NotebookLM workflows. Triggers on mentions of "nlm", "notebooklm", "notebook lm", "podcast generation", "audio overview", or any NotebookLM-related automation task.
This skill provides comprehensive guidance for using the Replicate CLI to run AI models, create predictions, manage deployments, and fine-tune models. Use this skill when the user wants to interact with Replicate's AI model platform via command line, including running image generation models, language models, or any ML model hosted on Replicate. This skill should be used when users ask about running models on Replicate, creating predictions, managing deployments, fine-tuning models, or working with the Replicate API through the CLI.