Contract Skill Provides Clarity smart contract deployment and interaction on the Stacks blockchain. Deploy contracts from source files, call public functions (with optional post conditions), and call read-only functions to query on-chain state. - read — Read-only, no wallet required. - deploy and call — Write operations that broadcast transactions; require an unlocked wallet. Usage Subcommands deploy Deploy a Clarity smart contract to the Stacks blockchain. Reads the contract source from a file and broadcasts a transaction. Options: - (required) — Path to the source file to deploy - (required…