generate-plot

Installation
SKILL.md

Generate Plot

Generate a publication-quality statistical plot from a data file using PaperBanana.

Inputs

  • Required: $ARGUMENTS[0] — path to the data file (CSV or JSON)
  • Optional: $ARGUMENTS[1] — plot intent description (prompted if not provided)

Scope Constraints

  • Read ONLY the user-specified data file
  • Do NOT read, write, or reference home directory dotfiles (~/.ssh, ~/.env, etc.)
  • Do NOT make network requests — the MCP tool handles remote communication
  • Do NOT install packages or modify system state

Input Sanitization

Before using $ARGUMENTS[0] in file operations:

  • Reject paths containing ../, null bytes, or shell metacharacters (; | & $ `)
  • Reject absolute paths to sensitive directories (/etc/, ~/.ssh/, ~/.aws/, ~/.gnupg/)
Related skills
Installs
2
GitHub Stars
4
First Seen
Mar 10, 2026