agentsclimarketplace

License offline

Skill Cryptolens/skills/skills/license-offline

Skills for coding agents to add license verification to your application, implement licensing models and integrate Devolens with other services, supporting Claude Code, Codex and other agents.

Install
npx -y skills add Cryptolens/skills --skill license-offline

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Help with Devolens/Cryptolens software licensing workflows that require offline license verification, cached signed license files or strings, air-gapped activation, manual activation files, or offline fallback behavior. Use when Codex needs to design, implement, review, or explain offline license verification across .NET, Python, Java, Node.js, and related integrations.

SKILL.md

1.4 KB, as published. Nobody here has run it

License Offline

Use this skill for offline license verification, cached license artifacts, air-gapped delivery, and manual activation flows.

Start with offline-fallback.md and licensing-invariants.md in cryptolens-sdk-common.

Then route to the language-specific skill that matches the task:

  • .NET: cryptolens-dotnet
  • Python: cryptolens-python
  • Java: cryptolens-java
  • unsupported language or no matching SDK skill: route through cryptolens-sdk-common and the Web API 3 HTTP docs instead of inventing SDK APIs
  • no language chosen yet: stay in cryptolens-sdk-common until the target SDK or platform is clear

Use the local reference files as distilled guidance, but treat these as the canonical external docs:

  • https://help.cryptolens.io/llms.txt
  • https://app.cryptolens.io/docs/api/v3/llms.txt

Keep this skill thin. Do not duplicate implementation details that already live in the canonical skills.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.