By Instafill
Upload the current Claude Code chat session to instashare.to and return a public share link. Redacts API keys, tokens, auth/cookie headers, and private keys before upload.
A Claude Code Skill that uploads the current Claude Code chat session to instashare.to and returns a public share link — in one shell call.
Ask Claude things like:
…and you get back a short URL like https://instashare.to/c/aB3xQ7 and a one-shot delete URL.
~/.claude/projects/<slug>/<uuid>.jsonl).{ url, deleteUrl }.The InstaShare server is open and the source is at Instafill/instashare (Next.js + MongoDB).
In Claude Code:
/plugin marketplace add Instafill/instashare-skill
/plugin install instashare@instashare
# macOS / Linux
git clone https://github.com/Instafill/instashare-skill.git
cp -r instashare-skill/skills/instashare ~/.claude/skills/
# Windows
git clone https://github.com/Instafill/instashare-skill.git
Copy-Item -Recurse instashare-skill\skills\instashare $env:USERPROFILE\.claude\skills\
Restart Claude Code (or open a new session) and the instashare skill becomes available.
| Env var | Default | Purpose |
|---|---|---|
INSTASHARE_API_URL | https://instashare.to | Override the API endpoint — e.g. http://localhost:3000 when developing the server locally. |
No credentials. Anyone with the printed URL can read the chat; anyone with the delete URL can revoke it.
Shared transcripts are public to anyone with the link. They contain verbatim tool inputs and outputs — file contents Claude read, command outputs, etc. Review before sharing, and use the printed delete URL to revoke a share you didn't mean to publish.
Apache-2.0. See LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub instafill/instashare-skill --plugin instashareComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Professional WordPress engineering skills for Claude Code — performance optimization, security auditing, Gutenberg block development, and theme/plugin best practices