← Back to KeyDeck

Documentation

Everything you need to get the 12 KeyDeck skills running.

1. Prerequisites

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:

2. Your license key

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.

Lost your key or need it re-sent? Email support@keydeck.ai with the email address you purchased under.

3. Installing a skill

  1. Download the skill bundle for your plan (link included in your purchase confirmation email)
  2. Copy the skill folder into your OpenClaw workspace's skills/ directory
  3. Copy .env.example to .env and fill in your model endpoints, notification channel, and your KeyDeck license key (KEYDECK_LICENSE_KEY)
  4. Restart your OpenClaw gateway to pick up the new skill
cp .env.example .env
# edit .env — set CHEAP_MODEL_ENDPOINT, QUALITY_MODEL_PROVIDER, KEYDECK_LICENSE_KEY, etc.
openclaw gateway restart

4. The 12 skills

SkillPlanWhat it does
Document Risk AnalyzerStarter+Risk flags from property/title documents
Deadline GuardianStarter+Contract conditions/deadlines → calendar reminders
Transaction MemoryStarter+Natural-language search over your transaction archive
Open House Follow-upStarter+Visitor capture and personalized follow-up
Negotiation War RoomPro+Negotiation dossier with counter-offer scenarios
Listing RadarPro+MLS alert parsing for new listings and price drops
Repeat Business EnginePro+Anniversary and holding-period outreach
Listing Content StudioPro+Listing → social content in your brand voice
Market Report GeneratorPro+Weekly branded market report PDF
AI Voice ReceptionistCompleteAI voicemail receptionist (requires your own Twilio account)
Municipal Permit WatchCompletePermit/variance/notice digest
Morning BriefingCompleteDaily aggregated briefing

5. Jurisdiction configuration

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.

6. Support

Questions, bugs, or a jurisdiction connector you'd like to see supported: support@keydeck.ai.

Reminder: KeyDeck is a productivity toolkit, not legal advice. You remain responsible for verifying compliance with your local real estate, privacy, and call-recording regulations.