fpt-cliThis skill should be used when OpenClaw needs to install, configure, inspect, or operate `fpt-cli` for Autodesk Flow Production Tracking / ShotGrid workflows...
Install via ClawdBot CLI:
clawdbot install loonghao/fpt-cliGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://example.shotgrid.autodesk.com`Audited Apr 17, 2026 · audit v1.0
Generated Jul 23, 2026
Automate the configuration of ShotGrid site credentials and authentication mode (script or user_password) for CI/CD pipelines or headless agents. The skill enforces environment variable loading, avoiding browser OAuth and keeping secrets off the command line.
Use schema introspection to fetch valid entity types and fields, then construct precise queries for shots, assets, or tasks. The workflow prevents hallucinated field names and reduces context consumption by requesting only needed fields.
Perform write operations (create, update, delete) with --dry-run first to preview changes before execution. This patterns enforces safety in automated pipelines where multiple entity modifications are required.
Count records across multiple entity types (e.g., Shot, Asset, Task) in a single call using entity.batch.count. This avoids looping single count calls, minimizing latency and context window usage.
Retrieve a single entity with entity.get when ID is known, or use entity.find-one for a unique match, rather than broad finds. This reduces response payload and keeps context efficient.
Integrate fpt-cli as a backend service for managing ShotGrid data programmatically, offering customers API-like access to their production tracking. Revenue from subscription fees for automation capabilities.
Embed fpt-cli into CI/CD pipelines for studios to automate asset metadata updates, version control, and review workflows. Charge for setup and maintenance contracts.
Provide consulting services to help studios deploy OpenClaw agents that leverage fpt-cli for production tracking automation. Revenue from hourly consulting and training.
💬 Integration Tip
Always use FPT_* environment variables for authentication and never trigger browser OAuth in headless environments. Default to --output json for machine consumption.
Scored Jul 8, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.