license

Issue, verify, revoke, and list license keys via Cloudflare KV.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill license
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: license
Source: https://github.com/ArthTech-AI/Marketplace-extensions/tree/main/skills/license
Command: npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill license

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual friction of managing access for the claude-agents toolkit by handling license key issuance, verification, revocation, and lookup in one place.

Core Features & Use Cases

  • License Issuance: Generate a new key for a customer and seed it into the Cloudflare KV-backed validation flow.
  • Access Verification: Check whether a license is valid, revoked, or tied to the correct organization and tier.
  • Revocation and Audit: Remove access across both validation surfaces, confirm the outcome, and support lifecycle operations such as rotation and emergency shutdowns.
  • Use Case: When a new customer signs up, use this Skill to create their key, validate it against the worker endpoint, and publish the matching authorization hash for clone-based installs.

Quick Start

Ask the assistant to issue, verify, list, or revoke a license key for a specific organization using the claude-agents licensing workflow.

Frequently Asked Questions about license

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I issue and verify license keys for customer onboarding?

To issue and verify license keys, generate a new key for the customer and seed it into the Cloudflare KV-backed validation flow, then validate it against the deployed worker endpoint during onboarding.

What is the best way to manage license revocation and emergency shutdowns?

License revocation removes access across both validation surfaces and confirms the outcome, supporting lifecycle operations such as key rotation and emergency shutdowns for access-controlled toolkits.

Does Cloudflare KV work for encrypted license key storage and validation?

Yes, Cloudflare KV supports remote operations for encrypted license key storage and validation, applying consistent key formatting and authorized-key workflows across deployed worker endpoints.

Can I list and audit active license keys for entitlement recovery?

Yes, you can list and audit active license keys for administrative audits and entitlement recovery, checking whether a license is valid, revoked, or tied to the correct organization and tier.

How do I validate an authorization hash for clone-based installs?

To validate an authorization hash for clone-based installs, check access verification against the worker endpoint and publish the matching authorization hash tied to the correct organization and tier.

When do I need to rotate keys in an access-controlled toolkit?

You need to rotate keys in an access-controlled toolkit during lifecycle operations and emergency shutdowns, ensuring consistent key formatting and validation across both validation surfaces.