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 sources16d ago| #1 | { |
| #2 | "$schema": "https://solanaclawd.com/schemas/agent-template-index.v1.json", |
| #3 | "apiVersion": "1.0", |
| #4 | "generatedAt": "2026-05-20T17:15:22.480Z", |
| #5 | "hub": { |
| #6 | "gallery": "https://x402.wtf/agents/templates", |
| #7 | "api": "https://x402.wtf/api/agents/templates", |
| #8 | "schema": "https://solanaclawd.com/schemas/agent-template.v1.json" |
| #9 | }, |
| #10 | "stats": { |
| #11 | "totalTemplates": 5, |
| #12 | "byCategory": { |
| #13 | "defi": 1, |
| #14 | "research": 1, |
| #15 | "security": 1, |
| #16 | "infrastructure": 1, |
| #17 | "trading": 1 |
| #18 | } |
| #19 | }, |
| #20 | "templates": [ |
| #21 | { |
| #22 | "templateId": "defi-analyst", |
| #23 | "templateName": "Solana DeFi Analyst", |
| #24 | "templateDescription": "Template for building a DeFi-protocol-focused analyst — yield math, liquidation thresholds, oracle risk awareness.", |
| #25 | "templateCategory": "defi", |
| #26 | "templateAvatar": "📊", |
| #27 | "variableCount": 4, |
| #28 | "requiredVariables": [ |
| #29 | "AGENT_TITLE", |
| #30 | "TARGET_PROTOCOL", |
| #31 | "AUDIT_STATUS" |
| #32 | ], |
| #33 | "optionalVariables": [ |
| #34 | "SECONDARY_PROTOCOLS" |
| #35 | ], |
| #36 | "variables": [ |
| #37 | { |
| #38 | "name": "AGENT_TITLE", |
| #39 | "description": "Display name of your agent", |
| #40 | "example": "Marinade Yield Analyst", |
| #41 | "required": true |
| #42 | }, |
| #43 | { |
| #44 | "name": "TARGET_PROTOCOL", |
| #45 | "description": "The primary Solana protocol this analyst covers", |
| #46 | "example": "Marinade Finance (mSOL) + Marinade Native", |
| #47 | "required": true |
| #48 | }, |
| #49 | { |
| #50 | "name": "SECONDARY_PROTOCOLS", |
| #51 | "description": "Comma-separated list of related protocols to cross-reference", |
| #52 | "example": "Kamino, MarginFi, Drift", |
| #53 | "required": false |
| #54 | }, |
| #55 | { |
| #56 | "name": "AUDIT_STATUS", |
| #57 | "description": "Known audit firms and dates for the protocol", |
| #58 | "example": "OtterSec (Jun 2024), Neodyme (Nov 2023)", |
| #59 | "required": true |
| #60 | } |
| #61 | ], |
| #62 | "path": "templates/defi-analyst.template.json", |
| #63 | "schemaVersion": 1, |
| #64 | "tags": [ |
| #65 | "solana", |
| #66 | "defi", |
| #67 | "analysis", |
| #68 | "yield" |
| #69 | ], |
| #70 | "verified": false, |
| #71 | "sasProgram": null, |
| #72 | "verifierUI": null, |
| #73 | "schemas": null, |
| #74 | "deploy": { |
| #75 | "template": "/api/agents/templates/defi-analyst.json", |
| #76 | "create": "/agents/mint?fromTemplate=defi-analyst" |
| #77 | } |
| #78 | }, |
| #79 | { |
| #80 | "templateId": "firecrawl-researcher", |
| #81 | "templateName": "Firecrawl Researcher", |
| #82 | "templateDescription": "Template for spinning up a site-specific web researcher backed by Firecrawl. Locks the agent to a domain (or short list of domains), gives it scrape/search/map/crawl tools, and enforces a sourced-summary output contract.", |
| #83 | "templateCategory": "research", |
| #84 | "templateAvatar": "🔥", |
| #85 | "variableCount": 5, |
| #86 | "requiredVariables": [ |
| #87 | "AGENT_TITLE", |
| #88 | "PRIMARY_DOMAIN", |
| #89 | "RESEARCH_GOAL" |
| #90 | ], |
| #91 | "optionalVariables": [ |
| #92 | "SECONDARY_DOMAINS", |
| #93 | "MAX_CRAWL_PAGES" |
| #94 | ], |
| #95 | "variables": [ |
| #96 | { |
| #97 | "name": "AGENT_TITLE", |
| #98 | "description": "Display name of your researcher", |
| #99 | "example": "Solana Foundation Docs Researcher", |
| #100 | "required": true |
| #101 | }, |
| #102 | { |
| #103 | "name": "PRIMARY_DOMAIN", |
| #104 | "description": "The main site this agent researches. Must be an absolute URL.", |
| #105 | "example": "https://docs.solana.com", |
| #106 | "required": true |
| #107 | }, |
| #108 | { |
| #109 | "name": "SECONDARY_DOMAINS", |
| #110 | "description": "Comma-separated list of additional domains the agent is allowed to consult.", |
| #111 | "example": "https://github.com/solana-labs, https://solana.com", |
| #112 | "required": false |
| #113 | }, |
| #114 | { |
| #115 | "name": "RESEARCH_GOAL", |
| #116 | "description": "What the agent is optimising for. Drives tool selection and summary style.", |
| #117 | "example": "Surface upgrade timelines, breaking changes, and migration paths for SPL programs.", |
| #118 | "required": true |
| #119 | }, |
| #120 | { |
| #121 | "name": "MAX_CRAWL_PAGES", |
| #122 | "description": "Hard cap on pages per `web_crawl` call. Defaults to 100 if omitted.", |
| #123 | "example": "100", |
| #124 | "required": false |
| #125 | } |
| #126 | ], |
| #127 | "path": "templates/firecrawl-researcher.template.json", |
| #128 | "schemaVersion": 1, |
| #129 | "tags": [ |
| #130 | "firecrawl", |
| #131 | "research", |
| #132 | "scraping", |
| #133 | "openclawd", |
| #134 | "web" |
| #135 | ], |
| #136 | "verified": false, |
| #137 | "sasProgram": null, |
| #138 | "verifierUI": null, |
| #139 | "schemas": null, |
| #140 | "deploy": { |
| #141 | "template": "/api/agents/templates/firecrawl-researcher.json", |
| #142 | "create": "/agents/mint?fromTemplate=firecrawl-researcher" |
| #143 | } |
| #144 | }, |
| #145 | { |
| #146 | "templateId": "screener", |
| #147 | "templateName": "Solana Risk Screener", |
| #148 | "templateDescription": "Template for skeptical-by-default risk screeners — memecoins, new protocols, unaudited programs, or NFT collections.", |
| #149 | "templateCategory": "security", |
| #150 | "templateAvatar": "🛡️", |
| #151 | "variableCount": 4, |
| #152 | "requiredVariables": [ |
| #153 | "AGENT_TITLE", |
| #154 | "TARGET_ASSET_TYPE", |
| #155 | "CHECK_LIST" |
| #156 | ], |
| #157 | "optionalVariables": [ |
| #158 | "HARD_PASS_THRESHOLD" |
| #159 | ], |
| #160 | "variables": [ |
| #161 | { |
| #162 | "name": "AGENT_TITLE", |
| #163 | "description": "Display name of your screener", |
| #164 | "example": "Solana Meme Launch Screener", |
| #165 | "required": true |
| #166 | }, |
| #167 | { |
| #168 | "name": "TARGET_ASSET_TYPE", |
| #169 | "description": "What this screener evaluates", |
| #170 | "example": "New SPL tokens launched within 72 hours", |
| #171 | "required": true |
| #172 | }, |
| #173 | { |
| #174 | "name": "CHECK_LIST", |
| #175 | "description": "Comma-separated list of core checks", |
| #176 | "example": "Top holder concentration, dev wallet history, LP lock status, metadata authenticity, mint authority renounced", |
| #177 | "required": true |
| #178 | }, |
| #179 | { |
| #180 | "name": "HARD_PASS_THRESHOLD", |
| #181 | "description": "Score below which the verdict is HARD PASS", |
| #182 | "example": "30", |
| #183 | "required": false |
| #184 | } |
| #185 | ], |
| #186 | "path": "templates/screener.template.json", |
| #187 | "schemaVersion": 1, |
| #188 | "tags": [ |
| #189 | "solana", |
| #190 | "security", |
| #191 | "screening", |
| #192 | "risk" |
| #193 | ], |
| #194 | "verified": false, |
| #195 | "sasProgram": null, |
| #196 | "verifierUI": null, |
| #197 | "schemas": null, |
| #198 | "deploy": { |
| #199 | "template": "/api/agents/templates/screener.json", |
| #200 | "create": "/agents/mint?fromTemplate=screener" |
| #201 | } |
| #202 | }, |
| #203 | { |
| #204 | "templateId": "solana-attestation-agent", |
| #205 | "templateName": "Solana Attestation Agent", |
| #206 | "templateDescription": "Birth-and-attest service for OpenClawd lobsters. Stamps every newborn agent with a Solana Attestation Service credential, records the OpenClawd Skill + Agent Identity schemas on chain, mints a Metaplex MPL Core asset for the agent's identity, and exposes a verify path. Talks to the SAS program at 22zoJMtdu4tQc2PzL74ZUT7FrwgB1Udec8DdW4yw4BdG and the public verifier UI at attest.solana.com.", |
| #207 | "templateCategory": "infrastructure", |
| #208 | "templateAvatar": "⛓️", |
| #209 | "variableCount": 5, |
| #210 | "requiredVariables": [ |
| #211 | "AGENT_TITLE", |
| #212 | "CREDENTIAL_AUTHORITY", |
| #213 | "CREDENTIAL_NAME" |
| #214 | ], |
| #215 | "optionalVariables": [ |
| #216 | "RPC_URL", |
| #217 | "VAULT_ADDRESS" |
| #218 | ], |
| #219 | "variables": [ |
| #220 | { |
| #221 | "name": "AGENT_TITLE", |
| #222 | "description": "Display name for this attestation agent.", |
| #223 | "example": "OpenClawd Spawn Notary", |
| #224 | "required": true |
| #225 | }, |
| #226 | { |
| #227 | "name": "CREDENTIAL_AUTHORITY", |
| #228 | "description": "Public key (base58) of the on-chain authority that owns the OpenClawd credential. This is the keypair that signs every CreateSchema and CreateAttestation. Must already be funded.", |
| #229 | "example": "AuthxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxX", |
| #230 | "required": true |
| #231 | }, |
| #232 | { |
| #233 | "name": "CREDENTIAL_NAME", |
| #234 | "description": "Human-readable credential name. Becomes part of the credential PDA seed (first 32 bytes only).", |
| #235 | "example": "OpenClawd Skill Authority", |
| #236 | "required": true |
| #237 | }, |
| #238 | { |
| #239 | "name": "RPC_URL", |
| #240 | "description": "Solana RPC endpoint. Defaults to mainnet via Helius. Use a devnet URL while testing.", |
| #241 | "example": "https://mainnet.helius-rpc.com/?api-key=...", |
| #242 | "required": false |
| #243 | }, |
| #244 | { |
| #245 | "name": "VAULT_ADDRESS", |
| #246 | "description": "Hermes vault PDA the newborn agent is custodied under. Required for the Agent Identity attestation.", |
| #247 | "example": "VaultxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxX", |
| #248 | "required": false |
| #249 | } |
| #250 | ], |
| #251 | "path": "templates/solana-attestation-agent.template.json", |
| #252 | "schemaVersion": 1, |
| #253 | "tags": [ |
| #254 | "solana", |
| #255 | "attestation", |
| #256 | "metaplex", |
| #257 | "formal-verification", |
| #258 | "openclawd", |
| #259 | "sas" |
| #260 | ], |
| #261 | "verified": true, |
| #262 | "sasProgram": "22zoJMtdu4tQc2PzL74ZUT7FrwgB1Udec8DdW4yw4BdG", |
| #263 | "verifierUI": "https://attest.solana.com", |
| #264 | "schemas": { |
| #265 | "skill": "OpenClawdSkillAttestation", |
| #266 | "agentIdentity": "OpenClawdAgentIdentity" |
| #267 | }, |
| #268 | "deploy": { |
| #269 | "template": "/api/agents/templates/solana-attestation-agent.json", |
| #270 | "create": "/agents/mint?fromTemplate=solana-attestation-agent" |
| #271 | } |
| #272 | }, |
| #273 | { |
| #274 | "templateId": "trading-agent", |
| #275 | "templateName": "Solana Trading Agent", |
| #276 | "templateDescription": "Template for building a trading-focused Solana agent — Jupiter routing, slippage math, priority fee tiers, and Jito tip logic baked in.", |
| #277 | "templateCategory": "trading", |
| #278 | "templateAvatar": "📈", |
| #279 | "variableCount": 4, |
| #280 | "requiredVariables": [ |
| #281 | "AGENT_TITLE", |
| #282 | "SCOPE_DESCRIPTION", |
| #283 | "RISK_STYLE" |
| #284 | ], |
| #285 | "optionalVariables": [ |
| #286 | "OPENING_MESSAGE" |
| #287 | ], |
| #288 | "variables": [ |
| #289 | { |
| #290 | "name": "AGENT_TITLE", |
| #291 | "description": "Display name of your agent", |
| #292 | "example": "JUP Alpha Hunter", |
| #293 | "required": true |
| #294 | }, |
| #295 | { |
| #296 | "name": "SCOPE_DESCRIPTION", |
| #297 | "description": "What this agent trades — assets, markets, DEXs", |
| #298 | "example": "Mid-cap Solana memecoins on pump.fun and graduated Raydium CPMM pools", |
| #299 | "required": true |
| #300 | }, |
| #301 | { |
| #302 | "name": "RISK_STYLE", |
| #303 | "description": "Risk persona — 'conservative', 'balanced', 'aggressive-degen'", |
| #304 | "example": "balanced", |
| #305 | "required": true |
| #306 | }, |
| #307 | { |
| #308 | "name": "OPENING_MESSAGE", |
| #309 | "description": "First message shown to user", |
| #310 | "example": "I hunt alpha on Solana memecoins. Drop a ticker.", |
| #311 | "required": false |
| #312 | } |
| #313 | ], |
| #314 | "path": "templates/trading-agent.template.json", |
| #315 | "schemaVersion": 1, |
| #316 | "tags": [ |
| #317 | "solana", |
| #318 | "trading", |
| #319 | "{{RISK_STYLE}}" |
| #320 | ], |
| #321 | "verified": false, |
| #322 | "sasProgram": null, |
| #323 | "verifierUI": null, |
| #324 | "schemas": null, |
| #325 | "deploy": { |
| #326 | "template": "/api/agents/templates/trading-agent.json", |
| #327 | "create": "/agents/mint?fromTemplate=trading-agent" |
| #328 | } |
| #329 | } |
| #330 | ] |
| #331 | } |
| #332 |