{"id":39953122,"url":"https://github.com/golergka/clx","last_synced_at":"2026-01-18T20:33:40.095Z","repository":{"id":331527996,"uuid":"1131391967","full_name":"golergka/clx","owner":"golergka","description":"Every API as a CLI. Built for AI agents.","archived":false,"fork":false,"pushed_at":"2026-01-10T06:45:58.000Z","size":1549,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-10T22:09:39.216Z","etag":null,"topics":["agents","api","llm","mcp","openapi","rest"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/golergka.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-09T23:39:32.000Z","updated_at":"2026-01-10T16:40:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f213d10-ab5a-4bc8-9416-fa3d3280731a","html_url":"https://github.com/golergka/clx","commit_stats":null,"previous_names":["golergka/clx"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/golergka/clx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golergka%2Fclx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golergka%2Fclx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golergka%2Fclx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golergka%2Fclx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golergka","download_url":"https://codeload.github.com/golergka/clx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golergka%2Fclx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28549848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:56:05.265Z","status":"ssl_error","status_checked_at":"2026-01-18T19:55:54.685Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","api","llm","mcp","openapi","rest"],"created_at":"2026-01-18T20:33:39.569Z","updated_at":"2026-01-18T20:33:40.091Z","avatar_url":"https://github.com/golergka.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clx\n\nEvery API as a CLI. Built for AI agents.\n\n## Quick Start\n\n```bash\nnpm install -g clx-cli\nclx install stripe\nstripe auth login\nstripe customers list\n```\n\n## Why\n\nAI agents already know CLIs. They read `--help`, figure out the flags, and get things done. MCPs add protocol overhead and custom tooling for something curl already solved. clx gives your agent every API as a native command — auth, pagination, and errors handled automatically.\n\n## Usage\n\n```bash\n# List Stripe customers\nstripe customers list --limit=10\n\n# Create a customer\nstripe customers create --email=user@example.com\n\n# Get help at any level\nstripe --help\nstripe customers --help\nstripe customers create --help\n\n# JSON output for piping\nstripe customers list | jq '.data[].email'\n\n# Dry-run shows the curl command\nstripe customers list --dry-run\n```\n\n## APIs\n\nStripe, GitHub, Petstore (demo).\n\nMissing one? [Open an issue](https://github.com/golergka/clx/issues).\n\n## License\n\nAGPL-3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolergka%2Fclx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgolergka%2Fclx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolergka%2Fclx/lists"}