Tokens Skill Provides SIP-010 fungible token operations on Stacks L2. Transfer operations require an unlocked wallet (use first). Balance and info queries work without a wallet. Supports well-known tokens by symbol: , , , Or use the full contract ID: Usage Subcommands get-balance Get the balance of any SIP-010 token for a wallet address. Options: - (required) — Token symbol (e.g., , ) or contract ID - (optional) — Stacks address to check (uses active wallet if omitted) Output: transfer Transfer any SIP-010 token to a recipient address. Requires an unlocked wallet. Options: - (required) — Toke…