{"id":28375605,"url":"https://github.com/neuwcodebox/starseeker","last_synced_at":"2026-05-06T01:38:57.988Z","repository":{"id":290962524,"uuid":"976168533","full_name":"neuwcodebox/starseeker","owner":"neuwcodebox","description":"A CLI tool to search your starred GitHub repositories using natural language","archived":false,"fork":false,"pushed_at":"2025-05-02T04:33:00.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T07:58:33.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/starseeker","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neuwcodebox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-05-01T16:11:45.000Z","updated_at":"2025-05-02T04:33:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"b621e166-887c-4d11-8f37-3190a9ebeca7","html_url":"https://github.com/neuwcodebox/starseeker","commit_stats":null,"previous_names":["neurowhai/starseeker","neuwcodebox/starseeker"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/neuwcodebox/starseeker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuwcodebox%2Fstarseeker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuwcodebox%2Fstarseeker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuwcodebox%2Fstarseeker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuwcodebox%2Fstarseeker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuwcodebox","download_url":"https://codeload.github.com/neuwcodebox/starseeker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuwcodebox%2Fstarseeker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278861159,"owners_count":26058654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-05-29T23:06:13.103Z","updated_at":"2025-10-07T23:19:48.292Z","avatar_url":"https://github.com/neuwcodebox.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⭐ Starseeker\n\nStarSeeker is a CLI tool to search your starred GitHub repositories using natural language.\n\n![demo](./docs/demo.png)\n\n## Features\n\n- Index your starred GitHub repositories via the GitHub API\n- Natural language repository search powered by Ollama\n- Configuration management (GitHub PAT, Ollama settings, embedding models, etc.)\n\n## Installation\n\n```bash\nnpm install -g starseeker\n```\n\n## Usage\n\n### Configuration\n\nBefore using StarSeeker, you need to set up a few configurations:\n\n```bash\nstarseeker init\n```\n\nTo make each setting yourself, see the following.\n\n#### Set GitHub Personal Access Token (Required)\n\n```bash\n# https://github.com/settings/personal-access-tokens\nstarseeker config set pat \u003cyour-github-pat\u003e\n```\n\n![pat](./docs/pat.png)\n\n#### Ollama Configuration (Optional)\n\n```bash\n# Set Ollama host\nstarseeker config set ollama host \u003collama-host-url\u003e\n\n# Set Ollama API key (if required)\nstarseeker config set ollama key \u003collama-api-key\u003e\n```\n\n#### Embedding Model Configuration (Required)\n\n```bash\n# First install Ollama and download an embedding model you want\nstarseeker config set embed model \u003cembedding-model-name\u003e\n```\n\n### View Current Configuration\n\n```bash\n# View GitHub PAT\nstarseeker config get pat\n\n# View Ollama host\nstarseeker config get ollama host\n\n# View Ollama API key\nstarseeker config get ollama key\n\n# View embedding model\nstarseeker config get embed model\n```\n\n### Indexing Repositories\n\nIndex your starred GitHub repositories:\n\n```bash\n# This may take a while, and you can interrupt(Ctrl+C) it along the way.\nstarseeker index --batch 4\n```\n\n### Searching Repositories\n\nSearch your indexed repositories using natural language:\n\n```bash\n# Basic search (returns top 5 results by default)\nstarseeker search image processing library\n\n# Specify number of results\nstarseeker search TypeScript ORM with PostgreSQL support --k 10\n```\n\n### Clear Indexed Repositories\n\n```bash\nstarseeker db clear\n```\n\n## Requirements\n\n- GitHub Personal Access Token\n- Access to Ollama and an embedding model\n\n## License\n\nMIT\n\n## Contributing\n\nIssues and pull requests are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuwcodebox%2Fstarseeker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuwcodebox%2Fstarseeker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuwcodebox%2Fstarseeker/lists"}