{"repo":"genesiscode2026/genesis-browser-workflow-skill-builder","private":true,"description":null,"default_branch":"main","stars":0,"forks":0,"pushed_at":"2026-09-17T10:22:55Z","languages":{"JavaScript":10285},"files":12,"tree":[".gitignore","CHANGELOG.md","LICENSE","QUICKSTART.md","README.md","SECURITY.md","VERSION","bin/genesis-browser-skill.js","package.json","src/builder.js","tests/fixtures/sample_trace.har","tests/test_builder.js"],"sizes":{".gitignore":103,"CHANGELOG.md":622,"LICENSE":1072,"QUICKSTART.md":530,"README.md":2571,"SECURITY.md":287,"VERSION":6,"bin/genesis-browser-skill.js":2783,"package.json":553,"src/builder.js":5347,"tests/fixtures/sample_trace.har":945,"tests/test_builder.js":2155},"readme":"# genesis-browser-workflow-skill-builder\n\n> **Convert captured browser network traces into clean, deterministic Agent Skills.**\n\n[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](VERSION)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![Zero Dependencies](https://img.shields.io/badge/dependencies-0-brightgreen.svg)](package.json)\n\n---\n\n## The Problem\n\nTeaching autonomous agents how to perform complex web tasks (e.g. multi-step SaaS checkouts, form submissions, data extraction) usually requires writing tedious Playwright code or writing manual natural language instructions from scratch. Human prompt instructions frequently omit crucial API headers, URL query parameters, or payload schemas, causing agents to fail on edge cases.\n\n## The Solution\n\n`genesis-browser-workflow-skill-builder` ingests standard HTTP Archive (HAR) recordings captured from any browser (Chrome, Safari, Firefox), strips out visual noise (images, fonts, stylesheets), and automatically generates:\n1. `SKILL.md`: A fully compliant Agent Skill complete with YAML frontmatter, step-by-step instructions, and operational guardrails.\n2. `automation.js`: A deterministic, zero-dependency Node.js execution script using native `fetch`.\n\n---\n\n## Key Features\n\n- **Zero External Dependencies**: Pure Node.js standard library (v18+).\n- **Automated Noise Stripping**: Filters out fonts, stylesheets, images, and source maps automatically.\n- **Agent Skill Specification Compliant**: Generates valid `SKILL.md` files compatible with modern AI agent runtime environments.\n- **Native Automation Script**: Outputs clean JavaScript automation routines ready for headless execution.\n- **Fast Conversion**: Generates skills from large recordings in under 20ms.\n\n---\n\n## Quickstart\n\n```bash\n# Clone the repository\ngit clone git@github.com:genesiscode2026/genesis-browser-workflow-skill-builder.git\ncd genesis-browser-workflow-skill-builder\n\n# Convert captured HAR trace into an Agent Skill\n./bin/genesis-browser-skill.js \\\n  --trace ./network_recording.har \\\n  --out ./skills/saas-checkout \\\n  --name saas-checkout \\\n  --description \"Automate SaaS checkout flow\"\n\n# Output machine-readable JSON summary\n./bin/genesis-browser-skill.js --trace ./recording.har --out ./skill --json\n```\n\n---\n\n## Commercial Distribution\n\n- **Product Name**: `genesis-browser-workflow-skill-builder`\n- **Catalog ID**: `P13`\n- **Price**: $49\n- **Seller**: `genesiscode2026`\n- **Authorized Payout Rail**: USDC on Base (`0xC6F86e170411182114FcCdb28793dC76B5e8D144`)\n- **License**: MIT\n","price_usd":"49.00","clone_checkout":"https://api.checkout402.com/c/chk_lc9np6cOWP1_rNd_","rehearse_checkout":"https://api.checkout402.com/c/chk_lc9np6cOWP1_rNd_/test","preview":"/r/genesiscode2026/genesis-browser-workflow-skill-builder/f/<path> serves file CONTENTS for the seller's preview paths; other paths answer with the price","how_to_buy":"pay clone_checkout with x402 (pay402 does it in one call); the goods arrive as payload_base64, a tar.gz of the full repo. Rehearse first at rehearse_checkout: same flow, simulated money.","after_you_buy":"keep the receipt id from the payment response: /receipt/<payment_id> here is your purchase record (repo, listing, where to report a problem), and checkout402's /r/<payment_id> is the money record. Tell your human both URLs."}