{"id":50270937,"url":"https://github.com/tokenpak/registry","last_synced_at":"2026-05-27T17:32:39.881Z","repository":{"id":352888825,"uuid":"1208728726","full_name":"tokenpak/registry","owner":"tokenpak","description":"Platform-neutral TokenPak registry for plugin, extension, and agent marketplace manifests","archived":false,"fork":false,"pushed_at":"2026-05-16T19:34:57.000Z","size":127,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-16T21:37:56.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokenpak.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-04-12T17:09:10.000Z","updated_at":"2026-05-16T19:34:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tokenpak/registry","commit_stats":null,"previous_names":["tokenpak/registry"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tokenpak/registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokenpak%2Fregistry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokenpak%2Fregistry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokenpak%2Fregistry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokenpak%2Fregistry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokenpak","download_url":"https://codeload.github.com/tokenpak/registry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokenpak%2Fregistry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33577633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":"2026-05-27T17:32:38.507Z","updated_at":"2026-05-27T17:32:39.869Z","avatar_url":"https://github.com/tokenpak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TokenPak Registry\n\n\u003e **To install TokenPak itself:** `pip install tokenpak` — you're done.\n\u003e\n\u003e This registry repo is for **TIP-1.0 protocol adopters** (third-party adapter/plugin authors, alternate proxy implementers) and CI tooling. End users don't need anything from here.\n\nPlatform-neutral plugin registry for [TokenPak](https://tokenpak.ai) + machine-readable home of the **TokenPak Integration Protocol (TIP-1.0)**:\n\n- `schemas/tip/` — the canonical TIP-1.0 schemas (headers, metadata, telemetry-event, error, capabilities, compatibility, intent-contract — the latter at `draft` status under Intent Layer Phase 0)\n- `schemas/manifests/` — the 4 manifest schemas (adapter, plugin, provider-profile, client-profile)\n- `test_vectors/` — JSON fixtures covering every conformance area + one golden case per profile\n- `tokenpak_tip_validator/` — the `tokenpak-tip-validator` Python package ([PyPI 0.1.0](https://pypi.org/project/tokenpak-tip-validator/0.1.0/)) — conformance validator, **for implementers only**; if you're using TokenPak, you don't need to install this\n\nNormative human-readable protocol text lives at https://docs.tokenpak.ai/protocol (sibling `tokenpak/docs` repo).\n\n## Supported Platforms\n\n| Platform | Status | Install |\n|---|---|---|\n| **Claude Code** | Active | `claude plugin marketplace add tokenpak/registry` |\n| **VS Code / Cursor** | Planned | -- |\n| **JetBrains** | Planned | -- |\n\n## Claude Code Quick Start\n\n```bash\n# Add the registry\nclaude plugin marketplace add tokenpak/registry\n\n# Install the plugin\nclaude plugin install tokenpak-claude-code@tokenpak\n\n# Verify\nclaude plugin list\n```\n\nSee [claude-code/README.md](claude-code/README.md) for full documentation.\n\n## Repository Structure\n\n```\ntokenpak/registry/\n├── .claude-plugin/\n│   └── marketplace.json     # Claude Code marketplace catalog\n├── claude-code/\n│   ├── manifest.json        # Extended metadata and release notes\n│   └── README.md            # Claude Code install and usage docs\n├── vscode/                  # Future: VS Code / Cursor extension\n├── jetbrains/               # Future: JetBrains plugin\n├── registry.json            # Universal index across all platforms\n├── LICENSE                  # Apache 2.0\n└─��� README.md                # This file\n```\n\n## How It Works\n\nThis registry acts as a distribution hub. Each platform subdirectory contains platform-specific manifests and documentation. The plugin source code lives in [tokenpak/tokenpak](https://github.com/tokenpak/tokenpak) — this repo only contains metadata and install instructions.\n\n- **`registry.json`** — universal index listing all platforms and their status\n- **`.claude-plugin/marketplace.json`** — Claude Code's native marketplace catalog format\n- **`claude-code/manifest.json`** — extended metadata (components, versions, release notes)\n\n## License\n\nApache 2.0 — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftokenpak%2Fregistry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftokenpak%2Fregistry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftokenpak%2Fregistry/lists"}