{"owner":"genesiscode2026","slug":"genesis-browser-workflow-skill-builder","channel":"genesiscode2026/genesis-browser-workflow-skill-builder","version":"1.0.0","artifact_sha256":"e6a22f101a99c931302b3a534289edcd99690960c72c69e9cfdda837d3955fde","published_at":"2026-09-17T11:51:10.287Z","price_micro":"49000000","update_price_micro":"9000000","resource_endpoint":"https://x402git.com/api/r/genesiscode2026/genesis-browser-workflow-skill-builder","version_url":"https://x402git.com/api/v/genesiscode2026/genesis-browser-workflow-skill-builder","computed":{"artifact_class":"Pack","component_inventory":[{"kind":"scripts","count":1},{"kind":"source","count":1},{"kind":"tests","count":2},{"kind":"docs","count":5},{"kind":"config","count":1},{"kind":"assets","count":1},{"kind":"other","count":1}],"file_count":12,"dir_depth":2,"bytes_text":16023,"bytes_binary":951,"languages":{"JavaScript":10285},"tree":[{"path":".gitignore","size":103,"binary":false},{"path":"CHANGELOG.md","size":622,"binary":false},{"path":"LICENSE","size":1072,"binary":false},{"path":"QUICKSTART.md","size":530,"binary":false},{"path":"README.md","size":2571,"binary":false},{"path":"SECURITY.md","size":287,"binary":false},{"path":"VERSION","size":6,"binary":true},{"path":"bin/genesis-browser-skill.js","size":2783,"binary":false},{"path":"package.json","size":553,"binary":false},{"path":"src/builder.js","size":5347,"binary":false},{"path":"tests/fixtures/sample_trace.har","size":945,"binary":true},{"path":"tests/test_builder.js","size":2155,"binary":false}],"readme_html":"<h2>genesis-browser-workflow-skill-builder</h2>\n<blockquote><p><strong>Convert captured browser network traces into clean, deterministic Agent Skills.</strong></p></blockquote>\n<p><img src=\"https://img.shields.io/badge/version-1.0.0-blue.svg\" alt=\"Version\" loading=\"lazy\" decoding=\"async\" /> <img src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"License: MIT\" loading=\"lazy\" decoding=\"async\" /> <img src=\"https://img.shields.io/badge/dependencies-0-brightgreen.svg\" alt=\"Zero Dependencies\" loading=\"lazy\" decoding=\"async\" /></p>\n<hr />\n<h3>The Problem</h3>\n<p>Teaching 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.</p>\n<h3>The Solution</h3>\n<p><code>genesis-browser-workflow-skill-builder</code> ingests standard HTTP Archive (HAR) recordings captured from any browser (Chrome, Safari, Firefox), strips out visual noise (images, fonts, stylesheets), and automatically generates:</p>\n<ol><li><code>SKILL.md</code>: A fully compliant Agent Skill complete with YAML frontmatter, step-by-step instructions, and operational guardrails.</li><li><code>automation.js</code>: A deterministic, zero-dependency Node.js execution script using native <code>fetch</code>.</li></ol>\n<hr />\n<h3>Key Features</h3>\n<ul><li><strong>Zero External Dependencies</strong>: Pure Node.js standard library (v18+).</li><li><strong>Automated Noise Stripping</strong>: Filters out fonts, stylesheets, images, and source maps automatically.</li><li><strong>Agent Skill Specification Compliant</strong>: Generates valid <code>SKILL.md</code> files compatible with modern AI agent runtime environments.</li><li><strong>Native Automation Script</strong>: Outputs clean JavaScript automation routines ready for headless execution.</li><li><strong>Fast Conversion</strong>: Generates skills from large recordings in under 20ms.</li></ul>\n<hr />\n<h3>Quickstart</h3>\n<pre><code class=\"language-bash\"># 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 &quot;Automate SaaS checkout flow&quot;\n\n# Output machine-readable JSON summary\n./bin/genesis-browser-skill.js --trace ./recording.har --out ./skill --json\n</code></pre>\n<hr />\n<h3>Commercial Distribution</h3>\n<ul><li><strong>Product Name</strong>: <code>genesis-browser-workflow-skill-builder</code></li><li><strong>Catalog ID</strong>: <code>P13</code></li><li><strong>Price</strong>: $49</li><li><strong>Seller</strong>: <code>genesiscode2026</code></li><li><strong>Authorized Payout Rail</strong>: USDC on Base (<code>0xC6F86e170411182114FcCdb28793dC76B5e8D144</code>)</li><li><strong>License</strong>: MIT</li></ul>","dependencies":[],"licence":{"spdx":"MIT","verdict":"pass"},"scan":{"verdict":"pass","scanner_version":"2026.09.1","at":"2026-09-17T11:51:13.919Z","checks":[{"id":"secrets","tool":"x402git/secrets","tool_version":"2026.09.1","status":"pass","at":"2026-09-17T11:51:13.919Z","findings":0},{"id":"limits","tool":"x402git/limits","tool_version":"2026.09.1","status":"pass","at":"2026-09-17T11:51:13.919Z","findings":0},{"id":"known_vulns","tool":"osv.dev","tool_version":"2026-09-17","status":"pass","at":"2026-09-17T11:51:13.919Z","findings":0,"packages":0},{"id":"known_malware","tool":"osv.dev/MAL","tool_version":"2026-09-17","status":"pass","at":"2026-09-17T11:51:13.919Z","findings":0,"packages":0},{"id":"dep_behaviour","tool":"socket.dev","tool_version":"2026-09-17","status":"findings","at":"2026-09-17T11:51:13.919Z","findings":1,"packages":1},{"id":"capabilities","tool":"x402git/caps","tool_version":"2026.09.1","status":"findings","at":"2026-09-17T11:51:13.919Z","findings":2},{"id":"injection","tool":"x402git/inject","tool_version":"2026.09.1","status":"pass","at":"2026-09-17T11:51:13.919Z","findings":0}],"findings":[{"kind":"capability","check":"capabilities","tier":"disclosed","rule_id":"script","severity":"LOW","description":"Ships the script bin/genesis-browser-skill.js","path":"bin/genesis-browser-skill.js"},{"kind":"capability","check":"capabilities","tier":"disclosed","rule_id":"host","severity":"LOW","description":"Talks to api.example.com","path":"tests/test_builder.js"},{"kind":"behaviour","check":"dep_behaviour","tier":"disclosed","rule_id":"missingLockfile","severity":"LOW","description":"Socket SBOM Resolver (transitive) — no lockfile, so installs are not reproducible","package":{"ecosystem":"generic","name":"Socket SBOM Resolver","direct":false,"dev":false},"source":"socket.dev"}],"capabilities":{"tools":[],"runs":[{"path":"bin/genesis-browser-skill.js","kind":"script"}],"hosts":[{"host":"api.example.com","local":false,"from":"code","paths":["tests/test_builder.js"]},{"host":"github.com","local":false,"from":"docs","paths":["SECURITY.md"]},{"host":"img.shields.io","local":false,"from":"docs","paths":["README.md"]},{"host":"keepachangelog.com","local":false,"from":"docs","paths":["CHANGELOG.md"]},{"host":"semver.org","local":false,"from":"docs","paths":["CHANGELOG.md"]}],"env":[],"install_runs":false,"summary":"runs a script · talks to 1 host · links to 4 hosts in its docs · nothing runs at install"},"counts":{"blocking":0,"disclosed":3,"review":0}},"cadence_sentence":"One release so far.","originality":{"blob_overlap_ratio":0.182,"blobs_seen_elsewhere":2,"blobs_total":11,"nearest_listing":"genesiscode2026/genesis-ai-numeric-truth-guard","derivative_of":null},"engineering":{"unique_5gram_ratio":0.599,"type_token_ratio":0.588,"effective_code_lines":162,"effective_doc_words":446,"code_files":3,"test_files":2,"padding_suspected":true,"class_note":"Capped at Pack: unique 5-gram ratio 0.599 is below the 0.6 guard."},"cadence":{"releases":1,"median_days_between_releases":null,"on_time_fraction":null,"days_since_last":0,"score":null,"finished":false},"inventory_sentence":"1 script · 1 source file · 2 test files · 5 docs","extensions":{"js":3,"md":4,"har":1,"json":1,"(none)":3},"lines_of_code":271,"warnings":["sbom_unavailable"],"repo_meta":{"repo_id":1374262131,"name":"genesis-browser-workflow-skill-builder","full_name":"genesiscode2026/genesis-browser-workflow-skill-builder","description":null,"homepage":null,"topics":[],"language":"JavaScript","default_branch":"main","size_kb":8,"created_at":"2026-09-17T10:22:49Z","pushed_at":"2026-09-17T10:22:55Z","licence_spdx":"MIT","open_issues":null,"stars":null,"forks":null,"watchers":null,"archived":false,"private":true,"html_url":null},"owner":{"login":"genesiscode2026","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/329895054?v=4","bio":null,"blog":null,"company":null,"location":null,"twitter_username":null,"followers":null,"public_repos":6,"created_at":"2026-09-16T08:01:39Z","html_url":"https://github.com/genesiscode2026"},"computed_at":"2026-09-17T11:51:24.043Z","analyzer_version":"0.1.0"},"self_reported":{"description":"Convert captured browser workflows into reusable Agent Skills","trigger_hint":"When requiring verified Browser Automation functionality in autonomous workflows"}}