Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Wip Readme Format

v1.9.72

Reformat any repo's README to follow the WIP Computer standard.

0· 749· 66 versions· 0 current· 0 all-time· Updated 7h ago· MIT-0
byParker Todd Brooks@parkertoddbrooks

README Formatter

Reformats a repo's README to follow the WIP Computer standard. Agent-first, human-readable.

Commands

wip-readme-format /path/to/repo              # rewrite README.md
wip-readme-format /path/to/repo --dry-run    # preview without writing
wip-readme-format /path/to/repo --check      # validate, exit 0/1

What happens

  1. Detects all interfaces (CLI, Module, MCP, OC Plugin, Skill, CC Hook)
  2. Reads package.json for name, description, repo URL
  3. Reads SKILL.md for features
  4. Generates the README following the standard:
    • WIP Computer header + interface badges
    • Title + tagline
    • "Teach Your AI" onboarding block
    • Features list
    • Interface coverage table (toolbox repos only)
    • More Info links
    • License block
  5. Moves technical content to TECHNICAL.md (never deleted)

The standard

[badges]
# Tool Name
Tagline.

## Teach Your AI to [verb]
[onboarding prompt block]

## Features
[feature list]

## Interface Coverage (toolbox only)
[auto-generated table]

## More Info
- Technical Documentation ... link
- Universal Interface Spec ... link

## License
[standard block]

Interfaces

CLI, Skill

Version tags

latestvk976aq66ab50p9y1r2d23nqzmh8585qt

Runtime requirements

📝 Clawdis
Binsnode

Install

Install via npm
Bins: wip-readme-format
npm i -g @wipcomputer/wip-readme-format