Publish Agents

Build and publish to the LegalPunkt ecosystem.

Deploy fully autonomous agents that orchestrate skills and playbooks. Share them internally with your firm or monetize them globally.

risk_analyzer.ts
import { Agent } from '@legalpunkt/sdk';

const riskAgent = new Agent({
  name: 'RiskAnalyzer',
  version: '1.0.0'
});

Marketplace
NEW
RiskAnalyzer
Published by You

Create New Agent

Deploy a fully autonomous legal agent.

NEW
Official

RiskAnalyzer

by You

Autonomous agent that scores jurisdictional risk across your contracts.

RISKCORE
Official

Drafting Assistant

by LegalPunkt Core

Specialized agent for drafting initial contract templates from prompts.

CREATIVECORE
Community

Compliance Auditor

by Agentpunkt

Continuously monitors connected drives for policy violations.

MONITORING
Community

Research Scout

by Community Contributor

Surfaces relevant case law and regulation for open matters.

RESEARCH

Publish Skills

Build and publish to the LegalPunkt ecosystem.

Develop modular skills agents can call. Share atomic capabilities internally or publish them to the global marketplace.

privacy_skill.ts
import { Skill } from '@legalpunkt/sdk';

const privacy = new Skill({
  name: 'PrivacyGuard',
  region: 'EU'
});

Marketplace
NEW
PrivacyGuard
Published by You

Create New Skill

Develop atomic capabilities for agents to use.

NEW
Official

Legal Risk Assessment

by You

Score and classify legal risks on a severity matrix automatically.

GLOBALRISK
Community

Privacy Compliance

by Agentpunkt

Navigate GDPR, CCPA, UK GDPR and other privacy regulations seamlessly.

EUUS
Official

Contract Parsing

by LegalPunkt Core

Extract key clauses, dates, and obligations from standard legal agreements.

GLOBAL
Community

Entity Extraction

by Community Contributor

Identify and categorize organizations, people, and locations in documents.

NLP

Publish Playbooks

Build and publish to the LegalPunkt ecosystem.

Orchestrate skills into standard playbooks for repeatable legal workflows. Share best practices with your firm or the community.

nda_playbook.ts
import { Playbook } from '@legalpunkt/sdk';

const nda = new Playbook({
  name: 'NDA Protocol',
  steps: 3
});

Marketplace
NEW
NDA Protocol
Published by You

Create New Playbook

Orchestrate skills into a reusable workflow.

NEW
Official

Standard NDA Protocol

by You

Automated workflow for reviewing and executing NDAs end to end.

CONTRACTSSTANDARD
Official

M&A Due Diligence

by LegalPunkt Core

Checklist and extraction rules for Mergers & Acquisitions reviews.

COMPLEXFINANCE
Community

Vendor Onboarding

by Agentpunkt

Playbook for screening vendors against privacy and security policies.

PROCUREMENT
Community

Litigation Hold

by Community Contributor

Preserve evidence and notify custodians when litigation is anticipated.

LITIGATION

Your logic. A global audience.

Whether you're automating internal firm processes or building the next top-selling agent on the LegalPunkt marketplace, start your journey here.

Get Started