Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

entity-audit实体审计

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

594

周安装

25

GitHub Stars

66

下载量

208
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:entity-audit(实体审计)
来源仓库:https://github.com/indranilbanerjee/digital-marketing-pro
仓库路径:skills/entity-audit
安装命令:
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill entity-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill entity-audit

简介

entity-audit 用于辅助安全审计、权限检查和常见漏洞排查,适合让 Agent 梳理敏感配置或分析鉴权逻辑。

  • 它审计品牌实体数据在 Wikidata、Google Knowledge Panel 等平台的一致性。
  • 可通过 npx skills add 命令从指定仓库安装,需结合项目上下文使用。
  • 涉及密钥或用户数据时,应确认最小权限和操作边界,不能直接使用工具输出作为结论。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

/dm:entity-audit

Purpose

Audit brand entity data consistency across the platforms that AI engines use as knowledge sources. Check Wikidata entries, Google Knowledge Panel accuracy, Wikipedia presence and notability, and industry directory listings for consistency. Inconsistent entity data degrades AI engine trust and visibility — when knowledge sources disagree about basic facts like the official website, founding date, headquarters location, or industry classification, AI engines either omit the brand entirely or present conflicting information. This command provides a systematic, platform-by-platform audit with specific discrepancies flagged and a prioritized fix plan ordered by impact on AI visibility.

Input Required

The user must provide (or will be prompted for):

  • Brand/entity name: The exact name of the brand, organization, person, or product to audit — must match the entity as it should appear in knowledge sources. If the brand has known aliases or former names, include those for cross-referencing
  • Entity type: Organization, Person, Product, or Brand — determines which properties are checked and which directory types are relevant. Organizations check founding date, headquarters, industry; Products check manufacturer, launch date, category; Persons check role, affiliation, notable works
  • Key properties to verify: Official website URL, founding date, headquarters location, social media profiles (LinkedIn, Twitter/X, Facebook, Instagram), industry classification, key people (CEO, founders), parent organization, number of employees, and any entity-specific properties the user considers critical. Properties from the brand profile are used as the source of truth
  • Directories to check (optional): Industry-specific directories (e.g., G2, Capterra, Clutch for SaaS; Yelp, TripAdvisor for hospitality), professional associations, and business registries relevant to the brand's industry. If not provided, the command will suggest directories based on the brand's industry classification from the profile

Process

  1. Load brand context: Read ~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Extract the authoritative values for all entity properties — official name, website, founding date, headquarters, social profiles, industry, key people, and description. These become the source of truth against which all platforms are compared. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json. If no brand exists, ask: "Set up a brand first (/dm:brand-setup)?" — or proceed with user-provided values.
  2. Check Wikidata: Search for the entity on Wikidata by name and aliases. If found, verify each property — official website (P856), social media profiles (P2002, P2003, P2013, P4264), founding date (P571), headquarters (P159), industry (P452), key people (P169, P112), instance of (P31), and description. Record each property as matching, mismatched (with both values), outdated, or missing. If no Wikidata entry exists, record as absent and assess whether the entity meets notability criteria for creation.
  3. Check Google Knowledge Panel: Verify Knowledge Panel existence for the brand name query. If present, check whether the panel is claimed or unclaimed, whether displayed information (website, address, social links, description, category) matches the brand profile, and whether images and logos are current. Record each element as accurate, inaccurate (with discrepancy details), outdated, or missing. Note the panel source attribution.
  4. Assess Wikipedia presence: Search for the entity on Wikipedia. If an article exists, verify accuracy of key facts — founding date, headquarters, description, key people, products/services, and any claims that could be outdated or incorrect. Check for citation quality and recency. If no article exists, assess notability criteria — significant coverage in reliable independent sources, demonstrated importance in the field, and verifiable claims. Record as present-and-accurate, present-with-issues (list issues), or absent with notability assessment (likely notable, borderline, or unlikely notable).
  5. Check industry directories: For each relevant directory, verify the listing exists and check data consistency — business name spelling, address, phone number, website URL, business description, category classification, and any directory-specific fields. Record each listing as consistent, inconsistent (with specific discrepancies), incomplete (missing fields), or absent. Flag NAP (Name, Address, Phone) inconsistencies specifically, as these have outsized impact on entity resolution by AI engines.
  6. Record findings: Store all audit results via geo-tracker.py entity-check with timestamp, brand slug, platform, property, expected value, actual value, status (match/mismatch/missing/absent), and severity rating for each discrepancy.
  7. Generate inconsistency report: Compile all discrepancies across platforms into a single report — grouped by property (see all platforms that disagree about the founding date, for example) and by platform (see all issues on Wikidata, for example). Calculate an overall entity consistency score based on the proportion of properties that match across all platforms.
  8. Create prioritized action plan: Rank fixes by impact on AI visibility — Wikidata property corrections first (direct knowledge graph impact), Knowledge Panel claims and corrections second (Google AI Overview impact), Wikipedia accuracy fixes third (broad citation impact), and directory consistency fixes fourth (reinforcing entity signals). Include specific instructions for each fix: what to change, where to change it, and any process requirements (Wikipedia's reliable source requirements, Knowledge Panel claim verification, Wikidata citation needs).

Output

A comprehensive entity consistency audit containing:

  • Entity consistency scorecard: Per-platform status — present/absent, consistent/inconsistent/outdated — with an overall consistency percentage and letter grade
  • Specific discrepancies list: Every property mismatch across every platform, showing expected value (from brand profile), actual value found, and severity (critical for NAP/website mismatches, high for founding date/industry errors, medium for missing social profiles, low for minor description differences)
  • Wikidata action items: Properties to create, update, or correct on Wikidata, with required citation sources and step-by-step editing guidance
  • Knowledge Panel action items: Claim status and process, information corrections to submit, image/logo updates needed, and category adjustments
  • Wikipedia notability assessment: If no article exists — assessment of notability criteria with specific reliable sources identified, recommendation on whether to pursue article creation, and draft outline if notable. If article exists — accuracy issues to address with talk page discussion guidance
  • Directory listing audit: Per-directory status with specific fields to update, missing listings to create, and NAP consistency issues to resolve
  • Prioritized fix plan: All action items ranked by AI visibility impact, with effort estimate (quick fix, moderate effort, significant project) and expected impact on entity consistency score
  • Execution log entry: Timestamped record with platform count, consistency score, critical discrepancy count, and key flags for audit trail

Agents Used

  • seo-specialist — Entity analysis across Wikidata, Knowledge Panel, Wikipedia, and directories, knowledge graph optimization strategy, Wikidata property verification and edit guidance, Wikipedia notability assessment with reliable source identification, NAP consistency analysis, entity resolution impact assessment, and prioritized fix recommendations ranked by AI visibility impact
  • execution-coordinator — Directory update coordination across multiple platforms, Google Knowledge Panel claim process guidance, structured action plan creation with effort estimates and sequencing, and execution tracking for multi-step entity fix workflows

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.04%
按下载量换算75

Claude

26.74%
按下载量换算56

Cursor

17.34%
按下载量换算36

Gemini CLI

9.91%
按下载量换算21

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills