repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources15d ago| #1 | <svg width="900" height="200" viewBox="0 0 900 200" xmlns="http://www.w3.org/2000/svg"> |
| #2 | <defs> |
| #3 | <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%"> |
| #4 | <stop offset="0%" style="stop-color:#0a0a0f;stop-opacity:1" /> |
| #5 | <stop offset="100%" style="stop-color:#0d1117;stop-opacity:1" /> |
| #6 | </linearGradient> |
| #7 | <linearGradient id="lobsterGrad" x1="0%" y1="0%" x2="100%" y2="0%"> |
| #8 | <stop offset="0%" style="stop-color:#ff4444"> |
| #9 | <animate attributeName="stop-color" values="#ff4444;#ff6b35;#ff4444" dur="3s" repeatCount="indefinite"/> |
| #10 | </stop> |
| #11 | <stop offset="100%" style="stop-color:#ff6b35"> |
| #12 | <animate attributeName="stop-color" values="#ff6b35;#ffaa00;#ff6b35" dur="3s" repeatCount="indefinite"/> |
| #13 | </stop> |
| #14 | </linearGradient> |
| #15 | <linearGradient id="textGrad" x1="0%" y1="0%" x2="100%" y2="0%"> |
| #16 | <stop offset="0%" style="stop-color:#00d4ff"/> |
| #17 | <stop offset="50%" style="stop-color:#7b2fff"/> |
| #18 | <stop offset="100%" style="stop-color:#00d4ff"> |
| #19 | <animate attributeName="stop-color" values="#00d4ff;#ff4444;#00d4ff" dur="4s" repeatCount="indefinite"/> |
| #20 | </stop> |
| #21 | </linearGradient> |
| #22 | <filter id="glow"> |
| #23 | <feGaussianBlur stdDeviation="3" result="coloredBlur"/> |
| #24 | <feMerge> |
| #25 | <feMergeNode in="coloredBlur"/> |
| #26 | <feMergeNode in="SourceGraphic"/> |
| #27 | </feMerge> |
| #28 | </filter> |
| #29 | <filter id="softglow"> |
| #30 | <feGaussianBlur stdDeviation="6" result="coloredBlur"/> |
| #31 | <feMerge> |
| #32 | <feMergeNode in="coloredBlur"/> |
| #33 | <feMergeNode in="SourceGraphic"/> |
| #34 | </feMerge> |
| #35 | </filter> |
| #36 | </defs> |
| #37 | |
| #38 | <!-- Background --> |
| #39 | <rect width="900" height="200" fill="url(#bg)" rx="12"/> |
| #40 | |
| #41 | <!-- Animated grid lines --> |
| #42 | <g opacity="0.08"> |
| #43 | <line x1="0" y1="40" x2="900" y2="40" stroke="#00d4ff" stroke-width="0.5"/> |
| #44 | <line x1="0" y1="80" x2="900" y2="80" stroke="#00d4ff" stroke-width="0.5"/> |
| #45 | <line x1="0" y1="120" x2="900" y2="120" stroke="#00d4ff" stroke-width="0.5"/> |
| #46 | <line x1="0" y1="160" x2="900" y2="160" stroke="#00d4ff" stroke-width="0.5"/> |
| #47 | <line x1="150" y1="0" x2="150" y2="200" stroke="#00d4ff" stroke-width="0.5"/> |
| #48 | <line x1="300" y1="0" x2="300" y2="200" stroke="#00d4ff" stroke-width="0.5"/> |
| #49 | <line x1="450" y1="0" x2="450" y2="200" stroke="#00d4ff" stroke-width="0.5"/> |
| #50 | <line x1="600" y1="0" x2="600" y2="200" stroke="#00d4ff" stroke-width="0.5"/> |
| #51 | <line x1="750" y1="0" x2="750" y2="200" stroke="#00d4ff" stroke-width="0.5"/> |
| #52 | </g> |
| #53 | |
| #54 | <!-- Pulsing orbs --> |
| #55 | <circle cx="50" cy="100" r="40" fill="#7b2fff" opacity="0.06"> |
| #56 | <animate attributeName="r" values="40;55;40" dur="4s" repeatCount="indefinite"/> |
| #57 | <animate attributeName="opacity" values="0.06;0.12;0.06" dur="4s" repeatCount="indefinite"/> |
| #58 | </circle> |
| #59 | <circle cx="850" cy="100" r="40" fill="#00d4ff" opacity="0.06"> |
| #60 | <animate attributeName="r" values="40;55;40" dur="3.5s" repeatCount="indefinite"/> |
| #61 | <animate attributeName="opacity" values="0.06;0.12;0.06" dur="3.5s" repeatCount="indefinite"/> |
| #62 | </circle> |
| #63 | |
| #64 | <!-- Lobster emoji animated --> |
| #65 | <text x="48" y="115" font-size="52" text-anchor="middle" filter="url(#softglow)"> |
| #66 | 🦞 |
| #67 | <animateTransform attributeName="transform" type="rotate" values="-5 48 100;5 48 100;-5 48 100" dur="2s" repeatCount="indefinite"/> |
| #68 | </text> |
| #69 | |
| #70 | <!-- Main title --> |
| #71 | <text x="460" y="72" font-family="'Courier New', monospace" font-size="36" font-weight="bold" |
| #72 | fill="url(#textGrad)" text-anchor="middle" filter="url(#glow)" letter-spacing="2"> |
| #73 | CRUSTACEAN AUTOMATION |
| #74 | <animate attributeName="opacity" values="1;0.85;1" dur="3s" repeatCount="indefinite"/> |
| #75 | </text> |
| #76 | |
| #77 | <!-- Subtitle --> |
| #78 | <text x="460" y="102" font-family="'Courier New', monospace" font-size="14" |
| #79 | fill="#00d4ff" text-anchor="middle" opacity="0.9" letter-spacing="3"> |
| #80 | SOVEREIGN AI LOBSTER RUNTIME ON SOLANA |
| #81 | </text> |
| #82 | |
| #83 | <!-- Divider line animated --> |
| #84 | <line x1="120" y1="114" x2="800" y2="114" stroke="url(#lobsterGrad)" stroke-width="1.5" opacity="0.7"> |
| #85 | <animate attributeName="opacity" values="0.7;1;0.7" dur="2s" repeatCount="indefinite"/> |
| #86 | </line> |
| #87 | |
| #88 | <!-- Bottom row of info --> |
| #89 | <text x="230" y="140" font-family="'Courier New', monospace" font-size="11" |
| #90 | fill="#ff6b35" text-anchor="middle" opacity="0.9"> |
| #91 | v0.2.0 |
| #92 | </text> |
| #93 | <text x="350" y="140" font-family="'Courier New', monospace" font-size="11" |
| #94 | fill="#888" text-anchor="middle"> |
| #95 | | |
| #96 | </text> |
| #97 | <text x="460" y="140" font-family="'Courier New', monospace" font-size="11" |
| #98 | fill="#7b2fff" text-anchor="middle" opacity="0.9"> |
| #99 | clawd-automaton |
| #100 | </text> |
| #101 | <text x="570" y="140" font-family="'Courier New', monospace" font-size="11" |
| #102 | fill="#888" text-anchor="middle"> |
| #103 | | |
| #104 | </text> |
| #105 | <text x="690" y="140" font-family="'Courier New', monospace" font-size="11" |
| #106 | fill="#00d4ff" text-anchor="middle" opacity="0.9"> |
| #107 | x402.wtf/automation |
| #108 | </text> |
| #109 | |
| #110 | <!-- Token address --> |
| #111 | <text x="460" y="168" font-family="'Courier New', monospace" font-size="10" |
| #112 | fill="#444" text-anchor="middle" letter-spacing="1"> |
| #113 | $CLAWD · 8cHzQHUS2s2h8TzCmfqPKYiM4dSt4roa3n7MyRLApump |
| #114 | </text> |
| #115 | |
| #116 | <!-- Tagline --> |
| #117 | <text x="460" y="188" font-family="'Courier New', monospace" font-size="10" |
| #118 | fill="#333" text-anchor="middle" font-style="italic"> |
| #119 | The shell molts. The laws do not. |
| #120 | <animate attributeName="fill" values="#333;#555;#333" dur="5s" repeatCount="indefinite"/> |
| #121 | </text> |
| #122 | |
| #123 | <!-- Animated scan line --> |
| #124 | <rect x="0" y="0" width="900" height="3" fill="url(#textGrad)" opacity="0.15" rx="1"> |
| #125 | <animateTransform attributeName="transform" type="translate" values="0,0;0,197;0,0" dur="6s" repeatCount="indefinite"/> |
| #126 | <animate attributeName="opacity" values="0.15;0.3;0.15" dur="6s" repeatCount="indefinite"/> |
| #127 | </rect> |
| #128 | |
| #129 | <!-- Border glow --> |
| #130 | <rect x="1" y="1" width="898" height="198" fill="none" stroke="url(#lobsterGrad)" stroke-width="1.5" rx="11" opacity="0.4"> |
| #131 | <animate attributeName="opacity" values="0.4;0.7;0.4" dur="3s" repeatCount="indefinite"/> |
| #132 | </rect> |
| #133 | </svg> |
| #134 |