Dx Data Navigator
v1.0.0Query Developer Experience (DX) data via the DX Data MCP server PostgreSQL database. Use this skill when analyzing developer productivity metrics, team perfo...
⭐ 0· 549·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (DX data querying) matches the SKILL.md: it exclusively documents SQL queries and how to call the mcp__dx-mcp-server__queryData tool. There are no unrelated binaries, services, or credentials requested.
Instruction Scope
Instructions are narrowly focused on exploring the DX MCP PostgreSQL schema and running queries (including recommended patterns like querying information_schema.columns). However the provided example queries access user-identifying columns (email, github_username, adoption dates) and other sensitive analytics — this is expected for DX analysis but is a privacy risk to be aware of.
Install Mechanism
The skill is instruction-only and contains no install spec or code files to be executed by the platform. SKILL.md includes an example 'npx skills add ...' command (fetches a GitHub package) but that is an external, optional installation step and not part of the registry install spec; the registry metadata shows no automated install. No downloads or extract steps are specified.
Credentials
The skill declares no environment variables, credentials, or config paths. That is proportionate: the skill relies on an existing mcp query tool rather than embedding credentials. Note: the SQL examples will return PII (emails, usernames) if run against a DB with that data — requiring appropriate data access controls.
Persistence & Privilege
The skill does not request always:true or any elevated persistent privileges. It is user-invocable and allows autonomous invocation (platform default), which is normal for skills. It does not modify other skills or system-wide settings.
Assessment
This skill appears to be what it says: a library of SQL examples and usage guidance for querying the DX MCP PostgreSQL database via the platform's mcp__dx-mcp-server__queryData tool. Before installing or using it, confirm: (1) you trust the mcp tool and that the agent's database credentials/permissions are appropriately scoped, because the queries can return PII (emails, usernames, adoption dates); (2) you or your org are comfortable with the agent running arbitrary SQL queries (review or limit queries to safe read-only views if necessary); (3) do not run the example 'npx skills add ...' command from SKILL.md unless you trust the external GitHub package, since that would fetch and run third-party code outside the registry. If you need tighter controls, restrict the agent's DB permissions or require human approval before executing queries that surface personal data.Like a lobster shell, security has layers — review code before you run it.
latestvk97c7egnd8f80ckgy6swbp7ym982ayjj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
