Skip to content
Skillv1.0.0

techsmith-cost-tuning

TechSmith cost tuning for Snagit COM API and Camtasia automation. Use when working with TechSmith screen capture and video editing automation. Trigger: "techsmith cost tuning".

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (plugins/saas-packs/techsmith-pack/skills/techsmith-cost-tuning/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill techsmith-cost-tuning. Copyright stays with the author (MIT).

TechSmith Cost Tuning

Overview

Guidance for cost tuning with TechSmith Snagit COM API and Camtasia automation.

Instructions

Key Considerations

  • Snagit COM API is Windows-only (requires COM registration)
  • Camtasia Producer CLI for batch rendering
  • PowerShell is the primary scripting language
  • Python interop via pywin32 (pip install pywin32)

Snagit COM Input Types

Value Constant Description
0 siiDesktop Full desktop
2 siiRegion User-selected region
4 siiWindow Active window
5 siiFile From file

Snagit COM Output Types

Value Constant Description
1 sioClipboard Copy to clipboard
2 sioFile Save to file
4 sioPrinter Send to printer

Error Handling

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

Resources

Next Steps

See related TechSmith skills for more automation patterns.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-techsmith-cos-a41482/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-techsmith-cos-a41482.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-techsmith-cos-a41482",
  "kind": "skill",
  "name": "techsmith-cost-tuning",
  "description": "TechSmith cost tuning for Snagit COM API and Camtasia automation. Use when working with TechSmith screen capture and video editing automation. Trigger: \"techsmith cost tuning\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "saas",
      "screen-capture",
      "video",
      "techsmith",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "TechSmith cost tuning for Snagit COM API and Camtasia automation. Use when working with TechSmith screen capture and video editing automation. Trigger: \"techsmith cost tuning\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "plugins/saas-packs/techsmith-pack/skills/techsmith-cost-tuning/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/plugins/saas-packs/techsmith-pack/skills/techsmith-cost-tuning/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/plugins/saas-packs/techsmith-pack/skills/techsmith-cost-tuning/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Bash(powershell:*),",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# TechSmith Cost Tuning\n\n## Overview\n\nGuidance for cost tuning with TechSmith Snagit COM API and Camtasia automation.\n\n## Instructions\n\n### Key Considerations\n\n- Snagit COM API is Windows-only (requires COM registration)\n- Camtasia Producer CLI for batch rendering\n- PowerShell is the primary scripting language\n- Python interop via `pywin32` (`pip install pywin32`)\n\n### Snagit COM Input Types\n\n| Value | Constant | Description |\n|-------|----------|-------------|\n| 0 | siiDesktop | Full desktop |\n| 2 | siiRegion | User-selected region |\n| 4 | siiWindow | Active window |\n| 5 | siiFile | From file",
  "cost": {
    "context_tokens": 329
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-techsmith-cos-a41482/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.