agentsclimarketplace

Case 02061

Skill knownasnaffy/prompthound/dataset/case_02061

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_02061

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

Generate professional PDF invoices from command-line input or templates. Use when the user wants to: create an invoice, generate a bill, send a payment request, create a receipt for services/products, or manage invoice templates. Triggers on "create invoice", "generate bill", "invoice for", "make a receipt", "payment request", "bill template".

SKILL.md

2.2 KB, 520 tokens by cl100k_base, as published. Nobody here has run it

Invoice Generator

Create professional PDF invoices from the command line.

Quick Start

python3 scripts/invoice.py create \
  --from "Your Business Name" \
  --to "Client Name" \
  --item "Consulting,8hrs,75" \
  --item "Design,3hrs,100" \
  --due 14

Commands

CommandDescription
createGenerate a new invoice PDF
estimateCreate a quote/estimate instead
recurringSet up a recurring invoice template
listList generated invoices
remindGenerate a payment reminder

Item Format

Items are specified as: "Description,Quantity,UnitPrice"

Examples:

  • "Web Development,40,85" — 40 hours at $85/hr
  • "Logo Design,1,1500" — flat rate $1500
  • "Hosting,12,29.99" — 12 months at $29.99/mo

Options

FlagDefaultDescription
--from(required)Your business/personal name
--from-emailYour email
--from-addressYour address
--to(required)Client name
--to-emailClient email
--to-addressClient address
--item(repeatable)Line items
--tax0Tax percentage
--discount0Discount percentage or flat amount
--due30Payment due in N days
--currencyUSDCurrency code
--notesAdditional notes
--prefixINVInvoice number prefix
--bankBank details for payment
--outputautoOutput filename

Output

Generates a clean, professional PDF with:

  • Invoice number (auto-incremented)
  • Issue date and due date
  • Itemized line items with subtotals
  • Tax, discount, and total calculations
  • Payment terms and bank details
  • Professional formatting

Templates

Invoices use a clean minimal template by default. To customize:

  1. Edit scripts/invoice_template.html
  2. Add your logo to assets/logo.png

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.