License payment automation
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.
npx -y skills add Cryptolens/skills --skill license-payment-automationAssembled 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 payment automation for Stripe, n8n, Zapier, webhooks, external payment providers, license delivery, renewal, cancellation, CRM sync, expiry reminders, CreateKey, ExtendLicense, BlockKey, AddFeature, and MachineLockLimit workflows.
SKILL.md
2.0 KB, as published. Nobody here has run it
License Payment Automation
Use this skill for connecting payments, CRM, no-code automation, webhooks, and backend jobs to Devolens/Cryptolens license operations.
Start with cryptolens-sdk-common for shared licensing and access-token assumptions, then route based on the integration surface:
- n8n or Zapier: use the relevant product docs first, then Web API docs for method details
- custom backend or external payment provider without n8n/Zapier: use Web API 3 over HTTPS and the external-provider guidance
- app-code changes after license delivery: route to the matching language skill
- no provider chosen yet: stay in
cryptolens-sdk-commonuntil the payment provider, webhook source, or automation tool is clear
Use these product docs and canonical inputs for payment automation:
https://help.cryptolens.io/payments/thirdparty/external-providershttps://help.cryptolens.io/payments/thirdparty/zapier-and-n8nhttps://help.cryptolens.io/examples/integration-with-n8nhttps://help.cryptolens.io/examples/zapierhttps://app.cryptolens.io/docs/api/v3/llms-full.txthttps://help.cryptolens.io/llms-full.txt
For custom payment-provider integrations, prefer the Web API methods named in the external-provider guide: CreateKey, ExtendLicense, BlockKey, AddFeature, and MachineLockLimit.
Before implementing, identify the trigger event, idempotency key, customer/license mapping, license delivery channel, retry behavior, access-token permissions, and whether license operations happen in a trusted backend or an automation platform.
Keep this skill thin. Use Web API docs for endpoint parameters and the canonical language skills only when the user's application code also needs to verify or consume the resulting license.