From techsmith-pack
Guides Snagit COM API inputs/outputs/errors and Camtasia automation rate limits for PowerShell/Python screen capture and video editing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/techsmith-pack:techsmith-rate-limitsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guidance for rate limits with TechSmith Snagit COM API and Camtasia automation.
Guidance for rate limits with TechSmith Snagit COM API and Camtasia automation.
pywin32 (pip install pywin32)| Value | Constant | Description |
|---|---|---|
| 0 | siiDesktop | Full desktop |
| 2 | siiRegion | User-selected region |
| 4 | siiWindow | Active window |
| 5 | siiFile | From file |
| Value | Constant | Description |
|---|---|---|
| 1 | sioClipboard | Copy to clipboard |
| 2 | sioFile | Save to file |
| 4 | sioPrinter | Send to printer |
| Error | Cause | Solution |
|---|---|---|
| COM not registered | Snagit not installed | Install and register COM server |
| Permission denied | Not running as admin | Elevate PowerShell |
| File locked | Snagit Editor has file open | Close editor first |
See related TechSmith skills for more automation patterns.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin techsmith-packProvides performance tuning for TechSmith Snagit COM API and Camtasia automation using PowerShell scripts and pywin32 Python interop. Includes input/output types and error handling.
Ingests video/audio from files, URLs, RTSP feeds, or desktop capture; indexes visual/spoken content for search; transcodes, edits timelines, generates assets, and creates real-time alerts.
Knowledge for helping users set up the Remotion Superpowers plugin. Covers API key acquisition, dependency installation, and MCP server troubleshooting. Use when running /setup or when a user has issues with MCP connections.