Claude-skill-registry ironclad

Manage enterprise contracts with Ironclad's digital contracting platform.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ironclad" ~/.claude/skills/majiayu000-claude-skill-registry-ironclad && rm -rf "$T"
manifest: skills/data/ironclad/SKILL.md
source content

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

  1. Contract Workflow: Build and manage contract approval workflows
  2. Clause Library: Access and insert approved legal clauses
  3. AI Review: Use AI to review and analyze contracts
  4. Repository: Central repository for all contracts
  5. 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

  1. Generate API key in Ironclad admin
  2. Note your subdomain
  3. Use API key for authentication
  4. Scoped by workspace

Error Handling

ErrorCauseSolution
401 UnauthorizedInvalid API keyVerify credentials
403 ForbiddenNo accessCheck permissions
404 Not FoundResource not foundVerify ID
429 Rate LimitedToo many requestsWait and retry

Notes

  • Enterprise CLM platform
  • AI-powered features
  • Advanced workflows
  • Legal team focused
  • Salesforce integration
  • Premium pricing