Skip to main content
Use AI coding agents to integrate Devolens (formerly Cryptolens) faster. Install the full Devolens skill bundle rather than a single skill. The language-specific skills depend on cryptolens-sdk-common.
Install from the Claude plugin marketplace:
/plugin marketplace add Cryptolens/skills
/plugin install devolens@devolens
This installs all twelve skills in the bundle. To pull new versions later, refresh the marketplace with /plugin marketplace update devolens.If you need a manual fallback, copy the folders from the repo’s skills/ directory into .claude/skills/ or ~/.claude/skills/, then start a new Claude Code session.Try:
Use the license-offline skill to help me add cached offline license verification to this project.

Documentation for AI agents

Load these files to give your agent full context of Devolens (formerly Cryptolens) Web API, license models, use cases and best practises.
FilenameSummaryWhen to use
llms.txt (Documentation)Structured index of the documentation page hosted at help.cryptolens.io.Answering queries on how to get started with e.g. key verification in different languages, available licensing models and best practises.
llms-full.txt (Documentation)Completed documentation of all pages hosted at help.cryptolens.io.When you need the full context (see above).
llms.txt (Web API)Structured index of the Web API documentation page. It’s language agnostic but provides vital information about each API endpoint.Answering queries that are not covered by our documentation. This is the source of truth of how the API endpoints work. It’s recommended when you are implementing a license flow not covered by examples, or when you need to implement advanced features, such as “field masking” for privacy/compliance reason, understanding of how to configure access tokens for advanced use cases, and more.
llms-full.txt (Web API)Completed documentation of the Web API (see above).When you need the full context (see above).

Starter prompts

Use outcome-based prompts rather than asking for a generic Devolens overview.
GoalPrompt
Add license checksUse the license-key-verification skill to add Devolens license key verification to this project.
Add offline supportUse the license-offline skill to add cached offline license verification to this project.
Add trialsUse the license-trials skill to add a verified trial license flow to this project.
Gate featuresUse the license-feature-gates skill to add feature-gated licensing for these modules: ...
Add subscriptionsUse the license-subscriptions skill to add subscription expiry checks and renewal handling.
Add floating seatsUse the license-floating skill to add floating license support with safe overdraft defaults.
Create keys from a backendUse the license-key-generation skill to create Devolens license keys from my backend after payment succeeds.
Automate paymentsUse the license-payment-automation skill to integrate Devolens with Stripe, n8n, Zapier, or another external payment provider.
Before publishing, ask your agent to review the integration with the license-key-verification skill. See Checklist before publishing.