Everything you need to get the 12 KeyDeck skills running.
KeyDeck skills run on top of an OpenClaw-compatible agent runtime. If you don't already have one set up, install OpenClaw first — see docs.openclaw.ai.
Each skill also needs:
After checkout, your license key appears on the confirmation page in the format KD-XXXX-XXXX-XXXX-XXXX. Save it — you'll need it to activate each skill.
skills/ directory.env.example to .env and fill in your model endpoints, notification channel, and your KeyDeck license key (KEYDECK_LICENSE_KEY)cp .env.example .env # edit .env — set CHEAP_MODEL_ENDPOINT, QUALITY_MODEL_PROVIDER, KEYDECK_LICENSE_KEY, etc. openclaw gateway restart
| Skill | Plan | What it does |
|---|---|---|
| Document Risk Analyzer | Starter+ | Risk flags from property/title documents |
| Deadline Guardian | Starter+ | Contract conditions/deadlines → calendar reminders |
| Transaction Memory | Starter+ | Natural-language search over your transaction archive |
| Open House Follow-up | Starter+ | Visitor capture and personalized follow-up |
| Negotiation War Room | Pro+ | Negotiation dossier with counter-offer scenarios |
| Listing Radar | Pro+ | MLS alert parsing for new listings and price drops |
| Repeat Business Engine | Pro+ | Anniversary and holding-period outreach |
| Listing Content Studio | Pro+ | Listing → social content in your brand voice |
| Market Report Generator | Pro+ | Weekly branded market report PDF |
| AI Voice Receptionist | Complete | AI voicemail receptionist (requires your own Twilio account) |
| Municipal Permit Watch | Complete | Permit/variance/notice digest |
| Morning Briefing | Complete | Daily aggregated briefing |
Several skills (Document Risk Analyzer, Deadline Guardian, Listing Radar, Municipal Permit Watch) depend on jurisdiction-specific terminology, contract types, or data sources. Each skill's own SKILL.md documents exactly what's plug-and-play via configuration versus what needs a custom connector for your market. A working reference implementation (Québec) ships with each — read the "Configuring for your jurisdiction" section before assuming full out-of-the-box coverage.
Questions, bugs, or a jurisdiction connector you'd like to see supported: support@keydeck.ai.