by boriskuncer
Deterministic sub-10ms cosmetic compliance API for AI agents. Resolves INCI/CAS to EU CosIng regulations via x402 micropayments (0.10 USDC).
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
# Add to your Claude Code skills
git clone https://github.com/boriskuncer/complicheck-skillGuides for using ai agents skills like complicheck-skill.
Provides sub-10ms deterministic legal compliance checking for cosmetic formulations against the EU CosIng (Annexes II–VI) database. Resolves trade names, CAS numbers, and botanical synonyms to canonical INCI standards.
POSThttps://engine.lumensentry.com/webhook/check-cosmeticapplication/jsonX-Payment-Hash header or payment_hash in request body.{
"ingredients": ["Aqua", "Vitamin C", "Methylparaben"],
"markets": ["EU"],
"payment_hash": "<solana_transaction_signature>"
}
{
"results": [
{
"query": "Methylparaben",
"resolved_to": "Methylparaben",
"cas_number": "99-76-3",
"confidence": 0.98,
"status": {
"EU": {
"status": "restricted",
"restriction_type": "concentration",
"max_concentration": 0.4,
"concentration_unit": "percent",
"notes": "Max 0.4% as acid for single ester."
}
}
}
]
}
{
"error": "Payment Required",
"details": "Missing, unconfirmed, or previously consumed payment_hash",
"status": 402
}
See how complicheck-skill compares with popular alternatives.
The deterministic regulatory compliance layer for autonomous AI agents.
CompliCheck is a sub-10ms regulatory compliance query engine built for AI agents operating in cosmetic, skincare, and chemical e-commerce verticals. It translates ambiguous global regulations (EU CosIng, US FDA, China NMPA) into zero-hallucination JSON logic.
Core Capabilities
Pricing & x402 Micropayments CompliCheck is monetized via the x402 protocol. Every query requires a cryptographic payment signature.
X-Payment-Hash header or JSON body.Usage
Refer to the SKILL.md file in this repository for the complete machine-readable specification, endpoint details, and target JSON schemas.
complicheck-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by boriskuncer. Deterministic sub-10ms cosmetic compliance API for AI agents. Resolves INCI/CAS to EU CosIng regulations via x402 micropayments (0.10 USDC). It has 0 GitHub stars.
complicheck-skill's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/boriskuncer/complicheck-skill" and add it to your Claude Code skills directory (see the Installation section above). complicheck-skill ships a SKILL.md manifest, so compatible agents can discover and load it automatically.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh complicheck-skill against similar tools.
No comments yet. Be the first to share your thoughts!