A decentralized peer-to-peer skill marketplace built on Intercom (TRAC Network)
SkillMatch P2P is a decentralized skill marketplace where people can:
- 📢 Post skills they offer — dev, design, writing, marketing, and more
- 🔍 Post skills they're seeking — find the right collaborator for any project
- 🤝 Connect directly P2P — no middleman, no platform fees, no KYC
- 📡 Broadcast listings over Intercom sidechannels — real-time P2P negotiation
- 🔒 Settle agreements peer-to-peer — using TRAC/TNK or any agreed medium
Think of it as a decentralized Fiverr / Upwork, but fully P2P — negotiations happen over Intercom sidechannels and there's no central authority taking a cut.
- Live listings board — skill offers and skill requests in one feed
- Category filtering — Dev, Design, Writing, Marketing, Other
- Post a listing — name, description, tags, rate, and your contact/Trac address
- P2P contact modal — copy a peer's Trac address to connect directly via Intercom
- Live activity feed — see real-time network activity
- Fully client-side — single HTML file, no backend needed
See
screenshots/folder for proof-of-work images.
Just open index.html in your browser. No installation needed.
git clone https://github.com/YOUR_USERNAME/intercom
cd intercom
open index.htmlThis app uses Intercom's P2P sidechannel concept to:
- Broadcast skill listings over the decentralized network
- Negotiate rates & terms directly between peers without a central server
- Exchange contact/Trac addresses for direct P2P settlement
The index.html is the frontend UI. In a full integration, the listing broadcast and peer discovery would use Intercom's socket-based sidechannel layer.
trac183pv7zxk705m29w6y2l9fvwntacps4vr6v0cua06qq507g22kxeqczfzks
Replace
trac183pv7zxk705m29w6y2l9fvwntacps4vr6v0cua06qq507g22kxeqczfzkswith your actual Trac address to receive the 500 TNK payout.
/
├── index.html # Main app — P2P skill marketplace UI
├── SKILL.md # Agent skill instructions
├── README.md # This file
└── screenshots/ # Proof of app working
See SKILL.md for instructions on how AI agents can interact with SkillMatch P2P via Intercom.
MIT — Fork freely, build freely.
Built with ❤️ on the TRAC Network / Intercom stack