{"id":"f883cf62-b9cc-4384-8cd0-c670947345fb","slug":"walkingriver-llasm","name":"llasm","description":"Generate complete, interactive web pages using LLasM (LLM Assembly Language). A framework optimized for LLM code generation, not human developers. Use when the user wants to build a website, web page, web app, landing page, form, dashboard, or any browser-based UI.","canonicalUrl":"https://xpersona.co/skill/walkingriver-llasm","sourceUrl":"https://github.com/walkingriver/llasm","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"walkingriver","label":"Walkingriver","url":"https://github.com/walkingriver/llasm"},"protocols":["OPENCLEW"],"capabilities":["do"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-22T11:41:51.900Z","freshnessLabel":"Feb 22, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 22, 2026"},{"label":"Vendor","value":"Walkingriver"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/walkingriver-llasm/contract","sourceUrl":"https://xpersona.co/api/v1/agents/walkingriver-llasm/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:43:54.227Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"api_key","href":"https://xpersona.co/api/v1/agents/walkingriver-llasm/contract","sourceUrl":"https://xpersona.co/api/v1/agents/walkingriver-llasm/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:43:54.227Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/walkingriver/llasm#input","sourceUrl":"https://xpersona.co/api/v1/agents/walkingriver-llasm/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:43:54.227Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Walkingriver","href":"https://github.com/walkingriver/llasm","sourceUrl":"https://github.com/walkingriver/llasm","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/walkingriver-llasm/trust","sourceUrl":"https://xpersona.co/api/v1/agents/walkingriver-llasm/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Schema refs published","Trust evidence available"],"agentCard":{"name":"llasm","description":"Generate complete, interactive web pages using LLasM (LLM Assembly Language). A framework optimized for LLM code generation, not human developers. Use when the user wants to build a website, web page, web app, landing page, form, dashboard, or any browser-based UI.","source":"GITHUB_OPENCLEW","sourceId":"github:1159682960","repository":"https://github.com/walkingriver/llasm","documentation":"https://xpersona.co/skill/walkingriver-llasm/agent/walkingriver-llasm","protocols":["OPENCLEW"],"capabilities":["do"],"languages":["typescript"],"install":{"command":"git clone https://github.com/walkingriver/llasm.git","ecosystem":"git"},"examples":[{"kind":"example","language":"html","snippet":"<script>try{var d=localStorage.getItem('llasm-dark');if(d==='true'||(d===null&&matchMedia('(prefers-color-scheme:dark)').matches))document.documentElement.classList.add('dark');}catch(e){}</script>"},{"kind":"example","language":"html","snippet":"<style>\n*,*::before,*::after{box-sizing:border-box}\n:root{--m-p:#0066ff;--m-s:#6c757d;--m-ok:#28a745;--m-err:#dc3545}\nbody{margin:0;font-family:system-ui,sans-serif;background:var(--m-bg,#fff);color:var(--m-fg,#212529)}\n.f{display:flex}.fc{flex-direction:column}.fi{align-items:center}.fj{justify-content:center}.fb{justify-content:space-between}.fg{flex-grow:1}\n.g{display:grid}.gc3{grid-template-columns:repeat(3,1fr)}\n.g1{gap:.25rem}.g2{gap:.5rem}.g3{gap:1rem}.g4{gap:1.5rem}\n.p2{padding:.5rem}.p3{padding:1rem}.p4{padding:1.5rem}.px3{padding-inline:1rem}.py2{padding-block:.5rem}.py4{padding-block:1.5rem}\n.mxa{margin-inline:auto}.xw3{max-width:900px}\n.t1{font-size:.75rem}.t2{font-size:.875rem}.t3{font-size:1rem}.t4{font-size:1.25rem}.t5{font-size:1.5rem}.tb{font-weight:700}.tc{text-align:center}\n.c1{color:var(--m-p)}.cg{color:#6c757d}.cw{color:#fff}.cb{color:#000}\n.b1{background:var(--m-p)}.b2{background:var(--m-s)}.bg{background:#f5f5f5}.bw{background:#fff}\n.r{border-radius:4px}.r2{border-radius:8px}.rf{border-radius:9999px}.sh{box-shadow:0 2px 8px rgba(0,0,0,.1)}.bd{border:1px solid #ddd}\n.tdn{text-decoration:none}.cp{cursor:pointer}.o5{opacity:.5}\n.dn{display:none}.rel{position:relative}.abs{position:absolute}\nhtml.dark{--m-bg:#1a1a1a;--m-fg:#f5f5f5;--m-p:#5c9eff}\nhtml.dark body{background:#1a1a1a;color:#f5f5f5}\nhtml.dark .bg{background:#2a2a2a}\n@media(max-width:768px){.sm\\:fc{flex-direction:column}.sm\\:gc1{grid-template-columns:1fr}.sm\\:dn{display:none}}\n</style>"}]}}