jaynlabs

Jaynshare — Development skill for Claude Code

Development community

Share your claude subscriptions.

How to install Jaynshare

This entry records only its repository, not the path inside it, so there is no exact command to give. Open jaynlabs/jaynshare and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Jaynshare does

Share your claude subscriptions ! multi-account claude code router

Alternatives in Development

  • Cq — An open standard for shared agent learning 1.3k ★
  • Dario — A local OpenAI- and Anthropic-compatible proxy that brings your Claude Pro/Max subscription to Cursor, Cline 485 ★
  • Skill Flow — Install, manage, and share skills across every major coding agent — Claude Code, Cursor, Copilot, and more 205 ★

README

Jaynshare

Share your claude subscriptions!

Jaynshare is a self-hosted, quota-aware router for Claude Code. It pools multiple Claude accounts behind one private service, rotates away from exhausted or unhealthy accounts, and lets enrolled macOS and Windows clients see fleet availability without receiving the server's credentials.

[!WARNING] Pooling Claude subscriptions conflicts with Anthropic's published terms and can lead to suspension or termination of every account involved, without a refund. Whether a particular deployment also raises legal issues depends on its facts and jurisdiction; this project does not claim that it is legal or authorized. Read the [subscription-sharing risk summary](is_this_safe.md), [security and privacy model](docs/security-and-privacy.md), and [compliance notes](docs/compliance.md) before deploying.

[!IMPORTANT] Jaynshare is a trusted intermediary, not an end-to-end encrypted relay. The server receives prompts, code context, tool results, and model responses in plaintext so it can route and retry them. A server operator—or anyone who compromises the server—can read or alter that traffic. Only use a server whose operator and deployed code you trust.

short demo

demo-2

Highlights

  • OAuth and API-key accounts with quota-aware failover
  • Priority, per-model, and session-aware routing
  • Interactive terminal UI plus headless operation
  • Private client enrollment for macOS and native Windows
  • Tailscale-oriented deployment, audit logging, and credential revocation
  • Strict TypeScript with no runtime npm dependencies

Requirements

  • Node.js 26+
  • Linux with systemd for the hosted server deployment
  • Tailscale for remote client access
  • Git Bash for Windows clients

Quick start

For a local development instance:

git clone https://github.com/jaynlabs/jaynshare.git
cd