github source
pass
github.search_repositories()
passSearch GitHub repositories.
table function captured 2026-08-30 07:09:39Z
Verdict: TRUE
All trials returned rows, no errors.
Arguments
| Name | Required | Notes |
|---|---|---|
| q | required | — |
| sort | optional | — |
| order | optional | — |
SQL used
SELECT * FROM github.search_repositories(q => 'opencode') LIMIT 10rendering…
Trials
| Trial | Latency | Rows | isError | First row keys |
|---|---|---|---|---|
| 1 | 9451 ms | 10 | false | id, full_name, html_url, description, language, stargazers_count, forks_count, updated_at |
| 2 | 10011 ms | 10 | false | id, full_name, html_url, description, language, stargazers_count, forks_count, updated_at |
Sample row (last trial)
{
"id": "975734319",
"full_name": "anomalyco/opencode",
"html_url": "https://github.com/anomalyco/opencode",
"description": "The open source coding agent.",
"language": "TypeScript",
"stargazers_count": "202442",
"forks_count": "26309",
"updated_at": "2026-08-30T07:06:12Z",
"score": "1.0"
}