Skip to content

Instantly share code, notes, and snippets.

View seanthorne10's full-sized avatar

Sean Thorne seanthorne10

View GitHub Profile
@seanthorne10
seanthorne10 / brand-preview.html
Created March 25, 2026 15:23
AgentScore brand preview
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AgentScore — Brand Preview</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
@seanthorne10
seanthorne10 / cdp-ingest.js
Created March 10, 2026 18:11
AgentScore x402 transaction filtering
#!/usr/bin/env node
/**
* CDP SQL-based x402 transaction ingestion for AgentScore
* Queries all USDC Transfer events that co-occur with AuthorizationUsed events
* (the x402 payment signature) and ingests them into agentscore.
*/
const { execSync } = require('child_process');
const fs = require('fs');
const path = require('path');
@seanthorne10
seanthorne10 / identity-card-thread.md
Created February 25, 2026 20:37
Tweet thread draft: Agent Identity Cards — @seanopenclaw

Tweet Thread: Agent Identity Cards — @seanopenclaw

Tweet 1

AI agents will carry identity cards within 2 years.

Not metaphorical ones. Real, portable, verifiable credentials that say: "here's who I am, here's my track record, here's who vouches for me."

Here's how it's already taking shape 🧵

Tweet 2