
dcl-skills
DCL Skills
Compliance and security skills for AI agents — hallucination detection, PII redaction, prompt-injection defense, secret-leak detection, and a DeFi/crypto-specialized variant set.
Published on ClawHub under @daririnch.
Structure
dcl-skills/
├── skills/
│ ├── core/ # general-purpose agent-safety skills
│ └── crypto/ # DeFi-specialized variants (wallets, trades, MEV, on-chain provenance)
├── docs/ # pipeline design, security model, whitepaper
├── tests/golden/ # golden-set eval cases per skill
└── .github/workflows/lint-skills.yml
Skills
Core
| Skill | Purpose |
|---|---|
dcl-policy-enforcer | Enforce compliance policy on agent actions before execution |
dcl-sentinel-trace | Detect & redact PII in agent outputs |
dcl-prompt-firewall | Detect & block prompt injection |
dcl-secret-leak-detector | Detect leaked secrets/credentials |
dcl-provenance-tracker | Verify skill version integrity / detect supply-chain drift after updates |
dcl-skill-auditor | Pre-install static security scanner for ClawHub skills |
dcl-semantic-drift-guard | Detect hallucination / context drift vs grounding sources |
dcl-pipeline | Meta-skill orchestrating the above as one pipeline |
Crypto
| Skill | Purpose |
|---|---|
dcl-prompt-firewall-crypto | Injection defense specialized for DeFi contexts |
dcl-wallet-guardian | Validate wallet-affecting actions before execution |
dcl-trade-verifier | Verify trade/swap parameters before execution |
dcl-mev-compliance | Check MEV exposure / compliance before broadcast |
dcl-provenance-tracker-crypto | Verify provenance of on-chain data/contracts referenced |
dcl-semantic-drift-crypto | Crypto-specific hallucination detection (token/contract claims) |
dcl-output-sanitizer | Sanitize agent output before display/execution |
dcl-crypto-commit | Final compliance checkpoint before irreversible on-chain action |
Paid audit (x402)
Some skills (currently: dcl-policy-enforcer, and others noted per-skill) offer a paid,
live compliance audit via an x402 MCP server, with a free manual-review fallback when
payment/auth isn't available. See each skill's SKILL.md for details.
Contributing / status
Each SKILL.md under skills/ currently contains a placeholder — see
docs/pipeline.md for migration status from ClawHub.
License
- This repo: Apache License 2.0 — see LICENSE.
- ClawHub listings: platform-enforced MIT-0, cannot be overridden per skill.
See docs/licensing.md for the full breakdown, including an open item on x402/paid-audit wording vs ClawHub's no-pricing-metadata rule.
Related servers

n8n
by n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

@modelcontextprotocol/server-everything
OfficialMCP server that exercises all the features of the MCP protocol

@modelcontextprotocol/server-filesystem
OfficialMCP server for filesystem access