Token导航 LogoToken导航TokenDH.com
运维敏感数据clawhub未标认证来源可访问clear审计提醒

toolweb-privacy-compliance-assistanttoolweb 隐私合规助理

Agent Skill

toolweb-privacy-compliance-assistant 用于补充运维相关能力,适合在 OpenClaw 中需要让 Agent 承接运维相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,124

周安装

306

GitHub Stars

公开资料未说明

下载量

2,497
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:toolweb-privacy-compliance-assistant(toolweb 隐私合规助理)
来源仓库:https://github.com/krishnakumarmahadevan-cmd/toolweb-privacy-compliance-assistant
安装命令:
openclaw skills install toolweb-privacy-compliance-assistant
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install toolweb-privacy-compliance-assistant

简介

生成隐私影响评估与 DPO 报告。toolweb-privacy-compliance-assistant 属于运维类 Skill,可作为该场景下的辅助能力补充。

  • 适用于数据处理活动合规性审查与文档准备。
  • 输入公司信息、数据类型和处理目的即可输出报告。
  • 涉及敏感数据时应先确认脱敏机制和最小权限原则。
  • 建议核对原始仓库说明以确保适用性和准确性。

SKILL.md

Privacy Compliance Assistant

Generate a Privacy Impact Assessment (PIA) and Data Protection Officer (DPO) advisory report for your organization. Describe your company type, the personal data you process, your processing purpose, systems in use, and data sharing relationships — get back a comprehensive privacy compliance report aligned to GDPR, CCPA, and global privacy regulations.


Usage

{
  "tool": "privacy_compliance_assistant",
  "input": {
    "company_type": "SaaS Platform",
    "data_types": ["Name", "Email Address", "IP Address", "Payment Information", "Usage Analytics"],
    "processing_purpose": "Providing subscription-based project management software to business customers and processing payments",
    "systems_used": ["AWS RDS", "Stripe", "HubSpot CRM", "Google Analytics", "Intercom"],
    "data_shared_with": ["Stripe (payment processing)", "HubSpot (CRM/marketing)", "AWS (infrastructure)", "Intercom (customer support)"]
  }
}

Parameters

All fields are required.

FieldTypeDescription
company_typestringType of organization. Examples: SaaS Platform, E-commerce, Healthcare Provider, Financial Services, HR Tech, EdTech, Marketplace, Enterprise Software
data_typesarrayTypes of personal data collected/processed. Examples: Name, Email Address, Phone Number, IP Address, Payment Information, Health Records, Biometric Data, Location Data, Cookies, Usage Analytics, Government ID
processing_purposestringClear description of why personal data is collected and how it is used
systems_usedarrayTechnology systems, platforms, and tools used to store or process personal data. Examples: AWS RDS, Salesforce, Stripe, Google Analytics, Okta, Snowflake, Mailchimp
data_shared_witharrayThird parties with whom personal data is shared, including purpose. Examples: Stripe (payment processing), Google Analytics (web analytics), AWS (infrastructure hosting)

What You Get

  • Privacy Impact Assessment (PIA) — structured assessment of privacy risks across the data lifecycle
  • Data Processing Register entry — Article 30 GDPR-compliant record of processing activities (ROPA)
  • Legal basis analysis — recommended lawful basis for each processing activity (consent, legitimate interest, contract, legal obligation)
  • Data subject rights checklist — how to fulfill access, erasure, portability, and objection requests
  • Third-party risk summary — privacy risk assessment for each data sharing relationship
  • Retention and deletion guidance — recommended data retention periods per data type
  • Cross-border transfer analysis — flags if data transfers outside EEA/adequate countries require SCCs or BCRs
  • Remediation recommendations — prioritized actions to close privacy compliance gaps

Example Output

{
  "company_type": "SaaS Platform",
  "pia_risk_rating": "Medium",
  "gdpr_applicable": true,
  "ccpa_applicable": true,
  "processing_activities": [
    {
      "purpose": "Payment processing",
      "data_types": ["Name", "Payment Information"],
      "legal_basis": "Contract (Article 6(1)(b))",
      "retention_period": "7 years (financial regulation)",
      "cross_border_transfer": false
    },
    {
      "purpose": "Usage analytics",
      "data_types": ["IP Address", "Usage Analytics"],
      "legal_basis": "Legitimate Interest (Article 6(1)(f))",
      "retention_period": "26 months",
      "cross_border_transfer": true,
      "transfer_mechanism": "Standard Contractual Clauses (SCCs)"
    }
  ],
  "third_party_risks": [
    {
      "vendor": "Google Analytics",
      "risk": "High — US-based transfer, requires SCCs and consent banner",
      "action": "Implement cookie consent and execute DPA with Google"
    }
  ],
  "data_subject_rights": {
    "access": "Implement self-service data export in account settings",
    "erasure": "Build account deletion workflow with cascade delete",
    "portability": "Provide JSON/CSV export of user data",
    "objection": "Allow opt-out of analytics tracking"
  },
  "top_gaps": [
    "No Data Processing Agreement (DPA) executed with Google Analytics",
    "No cookie consent mechanism for analytics tracking",
    "Privacy policy does not document all third-party data sharing",
    "No formal data retention and deletion schedule"
  ],
  "immediate_actions": [
    "Execute DPAs with all data processors (Stripe, HubSpot, Intercom, AWS)",
    "Deploy cookie consent banner covering analytics and marketing cookies",
    "Update privacy policy to include complete ROPA disclosures"
  ]
}

API Reference

Base URL: https://portal.toolweb.in/apis/compliance/privacy-assistant

EndpointMethodDescription
/generate-dpoPOSTGenerate Privacy Impact Assessment and DPO advisory report

Authentication: Pass your API key as X-API-Key header or mcp_api_key argument via MCP.


Pricing

PlanDaily LimitMonthly LimitPrice
Free5 / day50 / month$0
Developer20 / day500 / month$39
Professional200 / day5,000 / month$99
Enterprise100,000 / day1,000,000 / month$299

About

ToolWeb.in — 200+ security APIs, CISSP & CISM certified, built for enterprise compliance practitioners.

Platforms: Pay-per-run · API Gateway · MCP Server · OpenClaw · RapidAPI · YouTube

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.23%
按下载量换算2,078

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills