agentsclimarketplace

Case 04457

Skill knownasnaffy/prompthound/dataset/case_04457

A fast, offline static risk analysis CLI for AI agent skill files. Detects malicious instructions, steganographic payloads, and dangerous capability chains.

Install
npx -y skills add knownasnaffy/prompthound --skill case_04457

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Excel/CSV data quality diagnosis & interactive charts β€” 20+ scan modules, 6-dimension scoring, agent-powered semantic analysis, and any ECharts visualization. Fully local. Activate this skill whenever the user uploads, attaches, or mentions a .csv, .xlsx, .xls, or .tsv file, even without an explicit request. Present the skill menu immediately.

SKILL.md

3.0 KB, 589 tokens by cl100k_base, as published. Nobody here has run it

Excel Data Helper β€” Data Quality Diagnosis & Chart Skill

Local Excel/CSV data profiling, quality scanning (20+ modules, 6-dimension scoring, LLM semantic analysis), and chart generation. International locale support: CJK, European, Middle Eastern, Americas.

Supported files: .csv .tsv .xlsx .xls


Trigger & Menu

When a supported file is detected, do not auto-process β€” present this menu first (adapt to the user's language):

πŸ“Š Excel Data Helper β€” Hi, I noticed you shared a data file: <filename>

#ActionDescription
1Quality CheckOverview, scan, scoring
2ChartAny ECharts type: bar, line, pie, scatter, radar, heatmap…
3Advanced ChartDashboard, Gantt, PPT, diagrams
0SkipDo nothing for now

Reply 0–3, or describe what you need.


Routing & Context

Match user intent and route to the corresponding sub-skill:

  • IF user replies 1, or intent is overview / quality check / diagnose / score / problems β†’ follow references/quality-check.md

  • IF user replies 2, or intent is chart / plot / visualize / graph β†’ follow references/chart.md

  • IF user replies 3, or intent is dashboard / Gantt / PPT / diagram / complex layout β†’ follow references/advanced-chart.md

  • IF user replies 0, or intent is skip / later / not now β†’ do nothing, reply: "Got it β€” file noted. Just let me know when you're ready."

  • IF intent is ambiguous or unrelated β†’ ask to clarify, never guess.

Context:

  • Short replies (number, "yes", "ok") always refer to the most recent menu or question.
  • After Skip (0), context resets β€” ignore the file unless user re-references it.
  • Multiple files β€” each needs its own explicit choice.

Setup

Before first use, install dependencies (one-time):

cd <skill_directory>
npm install

This installs xlsx (SheetJS), echarts, and sharp. All analysis and chart rendering runs locally.


Rules

  • Respond in the user's language.
  • Never auto-process a file β€” wait for explicit choice.
  • Parse tool JSON output; present results in clear, readable format β€” never expose raw JSON.
  • Use absolute file paths from tool output directly for follow-up operations.
  • Always include "Excel Data Helper" in the menu header.

What ships with it: 13 files

115.9 KB alongside SKILL.md, 9 of them executable

references/

tools/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.