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| #2 |
| # Allow all crawlers to index our JSON API and documentation |
| #3 |
| #4 | User-agent: * |
| #5 | Allow: / |
| #6 | Allow: /index.json |
| #7 | Allow: /index.*.json |
| #8 | Allow: /*.json |
| #9 | Allow: /docs/ |
| #10 | Allow: /schema/ |
| #11 | Disallow: /node_modules/ |
| #12 | Disallow: /.git/ |
| #13 | Disallow: /scripts/ |
| #14 |
| #15 | # Specific crawler permissions |
| #16 | User-agent: GPTBot |
| #17 | Allow: / |
| #18 |
| #19 | User-agent: CCBot |
| #20 | Allow: / |
| #21 |
| #22 | User-agent: anthropic-ai |
| #23 | Allow: / |
| #24 |
| #25 | User-agent: Googlebot |
| #26 | Allow: / |
| #27 |
| #28 | User-agent: Bingbot |
| #29 | Allow: / |
| #30 |
| #31 | User-agent: ClaudeBot |
| #32 | Allow: / |
| #33 |
| #34 | # Sitemap |
| #35 | Sitemap: https://clawd.click/sitemap.xml |
| #36 |
| #37 |
| #38 |