{"id":35718191,"url":"https://github.com/zhensherlock/quick-launch-url","last_synced_at":"2026-01-13T20:36:07.160Z","repository":{"id":330061302,"uuid":"1115040685","full_name":"zhensherlock/quick-launch-url","owner":"zhensherlock","description":"One-click launch URL generator for protocol-based apps","archived":false,"fork":false,"pushed_at":"2026-01-12T01:36:17.000Z","size":1339,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T05:56:52.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://zhensherlock.github.io/quick-launch-url/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhensherlock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2025-12-12T08:56:36.000Z","updated_at":"2026-01-09T01:48:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zhensherlock/quick-launch-url","commit_stats":null,"previous_names":["zhensherlock/quick-launch-url"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/zhensherlock/quick-launch-url","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhensherlock%2Fquick-launch-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhensherlock%2Fquick-launch-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhensherlock%2Fquick-launch-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhensherlock%2Fquick-launch-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhensherlock","download_url":"https://codeload.github.com/zhensherlock/quick-launch-url/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhensherlock%2Fquick-launch-url/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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":[],"created_at":"2026-01-06T06:27:24.174Z","updated_at":"2026-01-13T20:36:07.154Z","avatar_url":"https://github.com/zhensherlock.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://zhensherlock.github.io/quick-launch-url/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg width=\"300\" src=\"https://zhensherlock.github.io/quick-launch-url/logo.svg\" alt=\"quick-launch-url\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Quick Launch URL\n\nOne-click launch URL generator for protocol-based apps.\n\n[![][npm-release-shield]][npm-release-link]\n[![][codecov-shield]][codecov-link]\n[![][github-release-date-shield]][github-release-date-link]\n[![][github-action-build-shield]][github-action-build-link]\n[![][github-license-shield]][github-license-link]\n\n## Features\n\n- 🛡️️ Type-Safe\n- 🌍 Multi-App Ready\n- 🌿 On-Demand / Tree-shakable\n- 🔐 Secure Encoding\n- ⚙️ Zero Runtime Dependencies\n- 📦 ESM First\n\n## Installation\n\n```bash\nnpm install @quick-launch-url/core\n```\n\nor\n\n```bash\nyarn install @quick-launch-url/core\n```\n\nor\n\n```bash\npnpm install @quick-launch-url/core\n```\n\n## Usage\n\n### On-Demand Import (Recommended)\n\n```ts\n// Cherry Studio\nimport { installMCP, installProvider } from '@quick-launch-url/core/cherry-studio'\n\n// Cursor\nimport { installMCP as installCursorMCP } from '@quick-launch-url/core/cursor'\n```\n\n### Full Import\n\n```ts\nimport { cherryStudio, cursor } from '@quick-launch-url/core'\n```\n\n## Docs\n\nFull guides and examples: https://zhensherlock.github.io/quick-launch-url/\n\n## Contributing\n\nFeel free to dive in! [Open an issue](https://github.com/zhensherlock/quick-launch-url/issues/new/choose) or submit PRs.\n\nStandard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.\n\n### Contributors\n\nThis project exists thanks to all the people who contribute.\n\n\u003ca href=\"https://github.com/zhensherlock/quick-launch-url/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=zhensherlock/quick-launch-url\" /\u003e\n\u003c/a\u003e\n\n## License\n\n[MIT](LICENSE) © MichaelSun\n\n[npm-release-link]: https://www.npmjs.com/package/@quick-launch-url/core\n[npm-release-shield]: https://img.shields.io/npm/v/@quick-launch-url/core?color=1677FF\u0026labelColor=black\u0026logo=npm\u0026logoColor=white\u0026style=flat-square\n[codecov-link]: https://coveralls.io/github/zhensherlock/quick-launch-url?branch=main\n[codecov-shield]: https://img.shields.io/coverallsCoverage/github/zhensherlock/quick-launch-url?color=1677FF\u0026labelColor=black\u0026style=flat-square\u0026logo=codecov\u0026logoColor=white\n[github-release-date-link]: https://github.com/zhensherlock/quick-launch-url/releases\n[github-release-date-shield]: https://img.shields.io/github/release-date/zhensherlock/quick-launch-url?color=1677FF\u0026labelColor=black\u0026style=flat-square\n[github-action-build-link]: https://github.com/zhensherlock/quick-launch-url/actions/workflows/build.yml\n[github-action-build-shield]: https://img.shields.io/github/actions/workflow/status/zhensherlock/quick-launch-url/build.yml?branch=main\u0026color=1677FF\u0026label=build\u0026labelColor=black\u0026logo=githubactions\u0026logoColor=white\u0026style=flat-square\n[github-license-link]: https://github.com/zhensherlock/quick-launch-url/blob/main/LICENSE\n[github-license-shield]: https://img.shields.io/github/license/zhensherlock/quick-launch-url?color=1677FF\u0026labelColor=black\u0026style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhensherlock%2Fquick-launch-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhensherlock%2Fquick-launch-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhensherlock%2Fquick-launch-url/lists"}