Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add Andrejones92/canifi-life-os --skill "ironclad"
Install specific skill from multi-skill repository
# Description
Manage enterprise contracts with Ironclad's digital contracting platform.
# SKILL.md
name: ironclad
description: Manage enterprise contracts with Ironclad's digital contracting platform.
category: legal
Ironclad Skill
Manage enterprise contracts with Ironclad's digital contracting platform.
Quick Install
curl -sSL https://canifi.com/skills/ironclad/install.sh | bash
Or manually:
cp -r skills/ironclad ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set IRONCLAD_API_KEY "your_api_key"
canifi-env set IRONCLAD_SUBDOMAIN "your_subdomain"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
1. Complete the Browser Automation Setup using CDP mode
2. Login to the service manually in the Playwright-controlled Chrome window
3. Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- Contract Workflow: Build and manage contract approval workflows
- Clause Library: Access and insert approved legal clauses
- AI Review: Use AI to review and analyze contracts
- Repository: Central repository for all contracts
- Reporting: Track contract metrics and bottlenecks
Usage Examples
Launch Workflow
User: "Start a new vendor agreement workflow"
Assistant: Initiates contract workflow
Review Contract
User: "Analyze this contract for risk"
Assistant: Returns AI-powered risk analysis
Search Repository
User: "Find all contracts with TechCorp"
Assistant: Returns matching contracts
Track Workflow
User: "Where is the sales agreement in the approval process?"
Assistant: Returns workflow status
Authentication Flow
- Generate API key in Ironclad admin
- Note your subdomain
- Use API key for authentication
- Scoped by workspace
Error Handling
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 403 Forbidden | No access | Check permissions |
| 404 Not Found | Resource not found | Verify ID |
| 429 Rate Limited | Too many requests | Wait and retry |
Notes
- Enterprise CLM platform
- AI-powered features
- Advanced workflows
- Legal team focused
- Salesforce integration
- Premium pricing
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.