ptc-orchestration
Installation
SKILL.md
PTC Orchestration Skill
Use Programmatic Tool Calling (PTC) for efficient multi-tool workflows. PTC allows Claude to write Python code that orchestrates multiple tool calls, reducing:
- API round-trips (60% fewer calls)
- Context token usage (65% reduction)
- Execution time (53% faster)
When to Use
Activate this skill when the user needs:
- Multi-URL scraping: Fetch and compare multiple web pages
- Browser automation: Chain multiple browser actions (navigate → snapshot → click → extract)
- Tool orchestration: Any workflow with 3+ sequential tool calls