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 | # Secrets and local credentials |
| #2 | .env |
| #3 | .env.* |
| #4 | !.env.example |
| #5 | !**/.env.example |
| #6 | !**/.env.sample |
| #7 | !**/.env.template |
| #8 | .npmrc |
| #9 | .netrc |
| #10 | *.pem |
| #11 | *.key |
| #12 | *.p12 |
| #13 | *.pfx |
| #14 | *.crt |
| #15 | *.cer |
| #16 | *.mobileprovision |
| #17 | id_rsa |
| #18 | id_ed25519 |
| #19 | clawd-terminal |
| #20 | # Wrangler / Cloudflare Workers build artifacts |
| #21 | .wrangler/ |
| #22 | .wrangler |
| #23 | **/.wrangler/ |
| #24 | **/.wrangler |
| #25 | |
| #26 | # Dependencies and package manager caches |
| #27 | node_modules/ |
| #28 | .pnpm-store/ |
| #29 | |
| #30 | # Build output |
| #31 | dist/ |
| #32 | build/ |
| #33 | target/ |
| #34 | **/target/ |
| #35 | .next/ |
| #36 | coverage/ |
| #37 | *.tsbuildinfo |
| #38 | |
| #39 | # Solana / Anchor generated keys |
| #40 | *-keypair.json |
| #41 | keypair.json |
| #42 | id.json |
| #43 | wallet.json |
| #44 | **/target/deploy/*-keypair.json |
| #45 | |
| #46 | # Logs and local databases |
| #47 | *.log |
| #48 | *.sqlite |
| #49 | *.sqlite3 |
| #50 | |
| #51 | # OS and editor noise |
| #52 | .DS_Store |
| #53 | .idea/ |
| #54 | .vscode/ |
| #55 | |
| #56 | # Nested repositories and release noise |
| #57 | **/.git |
| #58 | UltraThink-SKill/ |
| #59 | skills/UltraThink-SKill/ |
| #60 | skills/dflow-phantom-connect-skill/ |
| #61 | skills/dflow-skills/ |
| #62 | tui/dist/ |
| #63 | tui/node_modules/ |
| #64 | llm_oracle/upstream/percolator-prog |
| #65 | |
| #66 | # Private framework workspace — keep local only, never publish to public GitHub |
| #67 | openclawd-framework/ |
| #68 | openclawd-framework/NanoSolana/ |
| #69 | openclawd-framework/pay/ |
| #70 | openclawd-framework/*.tar.gz |
| #71 | openclawd-framework/Solanapolis-restore/ |
| #72 | openclawd-framework/Solanapolis-tmp/ |
| #73 | openclawd-framework/**/node_modules/ |
| #74 | openclawd-framework/**/dist/ |
| #75 | openclawd-framework/**/__pycache__/ |
| #76 | openclawd-framework/**/*.tsbuildinfo |
| #77 | |
| #78 | # Private / internal — never expose publicly |
| #79 | openclawd-framework/multiagents-infinite-backroom/ |
| #80 | openclawd-framework/clawd-terminal/ |
| #81 | openclawd-framework/clawd-voice/ |
| #82 |