@interactivetech/copyrightable
v0.1.6
Published
Copyrightable: captures every prompt, tool call, and assistant response from Claude Code as tamper-evident authorship evidence
Maintainers
Readme
@interactivetech/copyrightable
The Claude Code hook for Copyrightable. Install it once and every prompt, file edit, and model response you make in Claude Code is recorded as tamper-evident authorship evidence, with zero change to how you work.
Install
One command. Grab your free key at https://www.copyrightable.app (sign in, copy your capture key), then:
npx @interactivetech/copyrightable install --key ck_live_...This patches ~/.claude/settings.json with the capture hooks and saves your key to ~/.copyrightable/config.json so it persists across new shells. That's it: every Claude Code session is now captured.
Already installed and just want to set or change your key? Re-run with a new --key, or run plain npx @interactivetech/copyrightable install and set COPYRIGHTABLE_API_KEY in your environment.
By default the install is global: one install captures every Claude Code project on your machine. To capture only the current repo instead, add --project (writes to ./.claude/settings.json). Remove it the same way: npx @interactivetech/copyrightable uninstall --project.
Multiple orgs on one machine
Everything you capture lands in your default (Personal) org. If you also belong to other orgs (e.g. a company org) and want a specific repo's work to go there instead, run this inside that repo:
npx @interactivetech/copyrightable use --key ck_live_... # that org's capture keyAll future Claude Code work in that repo lands in that org. use --default reverts the repo to your default org. Repos you never route always use the default. status shows your routes.
What it captures
Prompts, tool calls, file edits, and assistant responses, hashed into a chain the moment they happen. Secrets are scrubbed before anything leaves your machine. Sessions rotate per work session so your timeline reads as distinct sittings, not one giant blob. Nothing blocks your Claude Code session: capture failures are logged and ignored.
Your evidence shows up in your dashboard at https://www.copyrightable.app/dashboard, where you can see your authorship profile and turn captures into a registrable filing.
(c) Interactive Technology, LLC 2025+
