Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
**DPDP Act 2023 Compliance Automation** - India Digital Personal Data Protection Act compliance. TRIGGERS: "DPDP", "India data protection", "consent management", "data privacy compliance", "PII scan", "DSAR implementation", "data retention policy", "breach notification" USE WHEN: Users need to make applications compliant with India's DPDP Act 2023, scan codebases for personal data and compliance gaps, implement grounds for processing (Section 4), notice requirements (Section 5), consent management (Section 6), certain legitimate uses (Section 7), data security and encryption (Section 8), retention policies, data subject rights (Sections 11-14), right to nominate (Section 14), duties of data principal (Section 15), or cross-border transfer safeguards (Section 16). TASK CATEGORIES: - ๐ด DPDP MANDATORY: Cannot skip - required for legal compliance - ๐ก OPTIONAL: User can skip - enhancements beyond legal requirements --- name: dpdp-compliance description: | **DPDP Act 2023 Compliance Automation** - India Digital Personal Data Protection Act compliance. TRIGGERS: "DPDP", "India data protection", "consent management", "data privacy compliance", "PII scan", "DSAR implementation", "data retention policy", "breach notification" USE WHEN: Users need to make applications compliant with India's DPDP Act 2023, scan codebases for personal Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
dpdp-compliance is best for skip, my workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
**DPDP Act 2023 Compliance Automation** - India Digital Personal Data Protection Act compliance. TRIGGERS: "DPDP", "India data protection", "consent management", "data privacy compliance", "PII scan", "DSAR implementation", "data retention policy", "breach notification" USE WHEN: Users need to make applications compliant with India's DPDP Act 2023, scan codebases for personal data and compliance gaps, implement grounds for processing (Section 4), notice requirements (Section 5), consent management (Section 6), certain legitimate uses (Section 7), data security and encryption (Section 8), retention policies, data subject rights (Sections 11-14), right to nominate (Section 14), duties of data principal (Section 15), or cross-border transfer safeguards (Section 16). TASK CATEGORIES: - ๐ด DPDP MANDATORY: Cannot skip - required for legal compliance - ๐ก OPTIONAL: User can skip - enhancements beyond legal requirements --- name: dpdp-compliance description: | **DPDP Act 2023 Compliance Automation** - India Digital Personal Data Protection Act compliance. TRIGGERS: "DPDP", "India data protection", "consent management", "data privacy compliance", "PII scan", "DSAR implementation", "data retention policy", "breach notification" USE WHEN: Users need to make applications compliant with India's DPDP Act 2023, scan codebases for personal
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Chinmaygarg
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/chinmaygarg/DPDP-Compliance-Skill-for-AI-Agents.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Chinmaygarg
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
text
I'll help make your application DPDP compliant. First: 1. What type of application? (web app, mobile app, API) 2. Tech stack? - Backend: Python/Django, Node/Express, Java/Spring, etc. - Frontend: React, Vue, Angular, etc. - Database: PostgreSQL, MySQL, MongoDB, etc. 3. What personal data do you collect? 4. Primary purpose of data processing? 5. Codebase location? (path to scan)
bash
python scripts/scan_codebase.py /path/to/codebase scan_results.json
bash
python scripts/gap_analysis.py scan_results.json gap_analysis_report.json
text
๐ Gap Analysis Results: Overall Compliance Score: 45% Critical Gaps (Must Fix Immediately): 1. [Security] No encryption for sensitive PII (Priority: 100) 2. [Consent] Missing consent management system (Priority: 95) High Priority Gaps (0-3 months): 3. [DSAR] No data export/deletion system (Priority: 85) Total Gaps: 15 Estimated Timeline: 6-12 months Would you like to: 1. See the full gap analysis report 2. Generate an implementation plan 3. Focus on specific areas first
bash
python scripts/generate_implementation_plan.py gap_analysis_report.json implementation_plan.json
text
๐ Implementation Plan Generated Total Tasks: 25 DPDP Required Tasks: 18 | Optional Tasks: 7 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ๐ด DPDP MANDATORY (Cannot Skip - Required for Legal Compliance) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Phase 1 - Critical Security (Immediate): โ TASK-001: Fix SQL injection vulnerabilities (12h) [Section 8] โ TASK-002: Implement field-level encryption (24h) [Section 8] Phase 2 - Core Compliance (0-3 months): โ TASK-003: Create consent database schema (8h) [Section 6] โ TASK-004: Implement consent API (16h) [Section 6] โ TASK-005: Consent validation middleware (8h) [Section 6] โ TASK-006: Implement DSAR system (32h) [Sections 11-14] โ TASK-007: Data retention automation (20h) [Section 8] โ TASK-008: Breach notification system (16h) [Section 8] โ TASK-009: Audit logging system (20h) [Section 8] Total DPDP Required: 156 hours โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ๐ก OPTIONAL ENHANCEMENTS (User Can Skip) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ? TASK-010: Build consent UI dashboard (12h) [Skip/Include] ? TASK-011: PII redaction in logs (8h) [Skip/Include] Total Optional: 40 hours Proceed with: 1. All DPDP required tasks only (156 hours) โ Recommended 2. All tasks including optional (196 hours) 3. Select specific optional tasks to include
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
**DPDP Act 2023 Compliance Automation** - India Digital Personal Data Protection Act compliance. TRIGGERS: "DPDP", "India data protection", "consent management", "data privacy compliance", "PII scan", "DSAR implementation", "data retention policy", "breach notification" USE WHEN: Users need to make applications compliant with India's DPDP Act 2023, scan codebases for personal data and compliance gaps, implement grounds for processing (Section 4), notice requirements (Section 5), consent management (Section 6), certain legitimate uses (Section 7), data security and encryption (Section 8), retention policies, data subject rights (Sections 11-14), right to nominate (Section 14), duties of data principal (Section 15), or cross-border transfer safeguards (Section 16). TASK CATEGORIES: - ๐ด DPDP MANDATORY: Cannot skip - required for legal compliance - ๐ก OPTIONAL: User can skip - enhancements beyond legal requirements --- name: dpdp-compliance description: | **DPDP Act 2023 Compliance Automation** - India Digital Personal Data Protection Act compliance. TRIGGERS: "DPDP", "India data protection", "consent management", "data privacy compliance", "PII scan", "DSAR implementation", "data retention policy", "breach notification" USE WHEN: Users need to make applications compliant with India's DPDP Act 2023, scan codebases for personal
name: dpdp-compliance description: | DPDP Act 2023 Compliance Automation - India Digital Personal Data Protection Act compliance.
TRIGGERS: "DPDP", "India data protection", "consent management", "data privacy compliance", "PII scan", "DSAR implementation", "data retention policy", "breach notification"
USE WHEN: Users need to make applications compliant with India's DPDP Act 2023, scan codebases for personal data and compliance gaps, implement grounds for processing (Section 4), notice requirements (Section 5), consent management (Section 6), certain legitimate uses (Section 7), data security and encryption (Section 8), retention policies, data subject rights (Sections 11-14), right to nominate (Section 14), duties of data principal (Section 15), or cross-border transfer safeguards (Section 16).
TASK CATEGORIES:
End-to-end automation for India's Digital Personal Data Protection (DPDP) Act 2023 compliance.
Workflow:
Compliance Deadline: May 13, 2027
| Category | Tasks | DPDP Section | |----------|-------|--------------| | Grounds | Processing justification, Purpose limitation | Section 4 | | Notice | Data principal notification, Purpose disclosure | Section 5 | | Consent | Database schema, Consent API, Validation middleware | Section 6 | | Legitimate | Employment, Medical, State functions processing | Section 7 | | Security | Fix SQL injection, Implement encryption | Section 8 | | Retention | Data deletion automation, 48-hour notification | Section 8 | | Breach | Breach notification system (72 hours) | Section 8 | | Audit | Immutable audit logging | Section 8 | | DSAR | Data export, Data deletion, Correction workflow | Sections 11-14 | | Nominate | Right to nominate mechanism, Nominee management | Section 14 | | Duties | Data principal obligations implementation | Section 15 | | Cross-Border | Transfer inventory, TIA, SCC, Technical controls | Section 16 | | Children | Age verification, Parental consent (if applicable) | Section 9 | | DPO/SDF | SDF assessment, DPO appointment, Annual DPIA, Board reports | Sections 10-11 | | Grievance | Grievance portal, 90-day SLA tracking | Section 13 |
Platform Support: Web apps, Mobile apps (iOS/Android/React Native), APIs
| Category | Tasks | |----------|-------| | UI/UX | Consent UI components, User dashboard | | Logging | PII redaction in logs (best practice) | | Documentation | Third-party inventory, DPA templates |
The agent will ALWAYS complete DPDP-required tasks before presenting optional tasks.
Trigger on:
Step 1: Understand the Application
Ask the user:
I'll help make your application DPDP compliant. First:
1. What type of application? (web app, mobile app, API)
2. Tech stack?
- Backend: Python/Django, Node/Express, Java/Spring, etc.
- Frontend: React, Vue, Angular, etc.
- Database: PostgreSQL, MySQL, MongoDB, etc.
3. What personal data do you collect?
4. Primary purpose of data processing?
5. Codebase location? (path to scan)
Step 2: Run Codebase Scan
python scripts/scan_codebase.py /path/to/codebase scan_results.json
Detects:
Step 3: Analyze Compliance Gaps
python scripts/gap_analysis.py scan_results.json gap_analysis_report.json
Covers all 15 DPDP requirement areas:
Step 4: Review with User
๐ Gap Analysis Results:
Overall Compliance Score: 45%
Critical Gaps (Must Fix Immediately):
1. [Security] No encryption for sensitive PII (Priority: 100)
2. [Consent] Missing consent management system (Priority: 95)
High Priority Gaps (0-3 months):
3. [DSAR] No data export/deletion system (Priority: 85)
Total Gaps: 15
Estimated Timeline: 6-12 months
Would you like to:
1. See the full gap analysis report
2. Generate an implementation plan
3. Focus on specific areas first
Step 5: Generate Implementation Plan
python scripts/generate_implementation_plan.py gap_analysis_report.json implementation_plan.json
Plan includes for each task:
Step 6: Review Plan with User
๐ Implementation Plan Generated
Total Tasks: 25
DPDP Required Tasks: 18 | Optional Tasks: 7
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ด DPDP MANDATORY (Cannot Skip - Required for Legal Compliance)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Phase 1 - Critical Security (Immediate):
โ TASK-001: Fix SQL injection vulnerabilities (12h) [Section 8]
โ TASK-002: Implement field-level encryption (24h) [Section 8]
Phase 2 - Core Compliance (0-3 months):
โ TASK-003: Create consent database schema (8h) [Section 6]
โ TASK-004: Implement consent API (16h) [Section 6]
โ TASK-005: Consent validation middleware (8h) [Section 6]
โ TASK-006: Implement DSAR system (32h) [Sections 11-14]
โ TASK-007: Data retention automation (20h) [Section 8]
โ TASK-008: Breach notification system (16h) [Section 8]
โ TASK-009: Audit logging system (20h) [Section 8]
Total DPDP Required: 156 hours
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ก OPTIONAL ENHANCEMENTS (User Can Skip)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
? TASK-010: Build consent UI dashboard (12h) [Skip/Include]
? TASK-011: PII redaction in logs (8h) [Skip/Include]
Total Optional: 40 hours
Proceed with:
1. All DPDP required tasks only (156 hours) โ Recommended
2. All tasks including optional (196 hours)
3. Select specific optional tasks to include
Step 7: Execute Implementation
For each task:
Critical: Preserve Existing Functionality
Before modifying any file:
User Interaction:
๐ง Implementing TASK-005: Fix SQL injection vulnerabilities
Found 3 vulnerable queries in:
- api/users.py:45
- api/orders.py:78
Fixing api/users.py...
โ Replaced string concatenation with parameterized query
โ Existing tests still pass
Summary:
โ 3 vulnerabilities fixed
โ All existing tests pass
๐ Rollback: git revert abc123
Ready to continue? (yes/review/stop)
Step 8: Verify Implementation
python scripts/verify_implementation.py /path/to/codebase implementation_plan.json verification_report.json
Verifies:
Step 9: Review Results
โ
Verification Complete!
Overall Status: PASSED WITH WARNINGS
Compliance Score: 95%
โ Compliance Checks: 15/15 passed
โ Security Checks: 7/8 passed
โ Functionality Checks: 4/5 passed
Action Items:
1. Update 2 tests for consent validation
2. Add PII filtering to logs (optional)
Step 10: Generate Documentation
๐ Generating compliance documentation...
Created:
- compliance_report.pdf
- ropa.md (Record of Processing Activities)
- privacy_policy_template.md
- audit_checklist.md
scan_codebase.py)python scripts/scan_codebase.py <codebase_path> [output_file]
Detects PII fields, security vulnerabilities, consent mechanisms, third-party integrations.
gap_analysis.py)python scripts/gap_analysis.py <scan_results.json> [gap_report.json]
Analyzes 10 DPDP requirement areas, outputs gap analysis with roadmap.
generate_implementation_plan.py)python scripts/generate_implementation_plan.py <gap_report.json> [plan.json]
Generates task breakdown with code snippets adapted to detected tech stack.
verify_implementation.py)python scripts/verify_implementation.py <codebase_path> <plan.json> [verification_report.json]
Verifies compliance, security, and existing functionality.
Non-selectable (critical):
User-selectable:
Implementation is just the start:
See references/ folder for:
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/snapshot"
curl -s "https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/contract"
curl -s "https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | ๐ Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T02:41:17.659Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "skip",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "my",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:skip|supported|profile capability:my|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Chinmaygarg",
"href": "https://github.com/chinmaygarg/DPDP-Compliance-Skill-for-AI-Agents",
"sourceUrl": "https://github.com/chinmaygarg/DPDP-Compliance-Skill-for-AI-Agents",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T02:15:43.138Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T02:15:43.138Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/chinmaygarg-dpdp-compliance-skill-for-ai-agents/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub ยท GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to dpdp-compliance and adjacent AI workflows.