docs: add opencode-handoff-p2p to projects

Transfers OpenCode session share URLs peer-to-peer between machines
or collaborators via personal GitHub private inbox repos. 5-tier
verification (filename / trust / content / commit author / GPG
signature), transactional fetch-before-delete, Chinese trust boundary.

Repo: https://github.com/Eldorado-ling/opencode-handoff-p2p
This commit is contained in:
Eldorado-ling 2026-06-07 13:56:23 +08:00
parent 6624a86531
commit 22015854fd
No known key found for this signature in database
GPG key ID: E4468D63C589FE7E

View file

@ -0,0 +1,4 @@
name: opencode-handoff-p2p
repo: https://github.com/Eldorado-ling/opencode-handoff-p2p
tagline: Transfer OpenCode session share URLs P2P via private GitHub inbox repos
description: An OpenCode skill that transfers session share URLs between machines or collaborators peer-to-peer using personal GitHub private inbox repositories. Features a 5-tier verification pipeline (filename regex, trusted-sender allowlist, byte-level content validation, GitHub commit author+committer attribution, GPG signature), transactional fetch-before-delete (URL fetch failure preserves the inbox file for retry), and a Chinese-language trust-boundary preamble that prevents fetched share content from autonomously triggering local actions. Each user owns one private inbox repo; senders push directly into it via collaborator access. Includes a reference Python verification script for deterministic cross-shell behavior.