Global Rank · of 600 Skills
ai-agent-builder AI Agent Skill
View Source: claude-office-skills/skills
MediumInstallation
npx skills add claude-office-skills/skills --skill ai-agent-builder 383
Installs
Claude Office Skills
A curated collection of practical Claude Skills for real-world office tasks. Zero setup required.
π NEW: Office MCP Server
39 fully-implemented tools for Office document operations via MCP (Model Context Protocol).
| Module | Tools | Capabilities |
|---|---|---|
| 10 | Extract, merge, split, compress, watermark, forms, OCR | |
| Spreadsheet | 7 | Read/write Excel, analyze, formulas, pivot tables |
| Document | 6 | Create/edit Word, templates, merge documents |
| Conversion | 9 | xlsxβcsv, docxβmd, jsonβxlsx, batch convert |
| Presentation | 7 | Create PPT, extract, Markdownβslides, HTML export |
Quick Start:
cd mcp-servers/office-mcp && npm install && npm run buildπ Full MCP Documentation | π» MCP Source Code
π NEW: Extensible Knowledge Base
Domain knowledge as structured data - customize Claude's expertise for your jurisdiction and industry.
| Layer | Description | Customizable |
|---|---|---|
| Base | Universal risk patterns, completeness checklists | Core team |
| Jurisdictions | US, China, EU, California... | Community |
| Domain | Healthcare, Finance, Government... | Community |
| Custom | Your company rules, private knowledge | You |
Available Knowledge:
- 15+ risk patterns (liability, IP, termination, confidentiality...)
- 19 completeness check items
- 4 jurisdictions (US Federal, California, China, EU)
Quick Start:
# In your SKILL.md
knowledge:
base:
- mcp-servers/office-mcp/knowledge/base/risk_patterns.json
jurisdictions:
- mcp-servers/office-mcp/knowledge/base/jurisdictions/california.jsonπ Knowledge Index | π€ Contribute Knowledge
π€ NEW: Pre-built Agents
5 ready-to-deploy AI personas with curated skills, knowledge, and personality.
| Agent | Role | Key Skills | Deploy To |
|---|---|---|---|
| βοΈ Legal Specialist | Contract Review | contract-review, nda-generator | All platforms |
| π Data Analyst | Excel & Finance | data-analysis, dcf-valuation | All platforms |
| π Admin Assistant | Email & Calendar | email-drafter, meeting-notes | All platforms |
| π¬ Research Analyst | Deep Research | deep-research, company-research | All platforms |
| βοΈ Content Creator | Writing & Marketing | content-writer, seo-optimizer | All platforms |
Quick Deploy:
# Install agent to Moltbot
curl -fsSL https://molt.bot/install | bash -s -- --agent legal-specialistπ All Agents | π οΈ Create Custom Agent
Contents
- What Are Claude Skills?
- Getting Started
- Skills
- Legal & Contracts
- HR & Careers
- Finance & Business
- Communication & Writing
- Productivity
- PDF Power Tools
- Document Processing (Official)
- Core Document Skills
- Document Conversion Skills
- Document Parsing & OCR Skills
- Presentation Skills
- Template Skills
- Workflow & Automation Skills
- CRM & Sales Automation
- Marketing & Advertising
- E-commerce
- Communication & Messaging
- Project Management
- Customer Support
- Financial Analysis
- Accounting & Payments
- Data Engineering
- Research & Intelligence
- Visual & Creative
- Media & Content
- Smart Home & IoT
- DevOps & Security
- HR & Operations
- AI & Agents
- Creating Skills
- Advanced Usage
- Contributing
- Resources
What Are Claude Skills?
Claude Skills are customizable workflows that teach Claude how to perform specific tasks according to your unique requirements. Skills enable Claude to execute tasks in a repeatable, standardized manner.
Unlike generic AI prompts, these skills contain embedded domain knowledge and professional workflows that make Claude genuinely useful for business tasks.
This repository focuses on Office & Business scenarios:
- Contracts, invoices, proposals
- HR documents, resumes, offer letters
- Reports, presentations, emails
- Data analysis and document processing
Getting Started
Using Skills in Claude.ai
- Click any skill below
- Copy the
SKILL.mdcontent - Paste into your Claude conversation
- Upload your document and ask for help
Using Skills in Claude Code
# Place the skill in your skills directory
mkdir -p ~/.config/claude-code/skills/
cp -r contract-review ~/.config/claude-code/skills/
# Start Claude Code - skill loads automatically
claudeUsing Skills via Direct Link
Please use this skill: https://raw.githubusercontent.com/claude-office-skills/skills/main/contract-review/SKILL.md
Then review my contract: [upload file]Using Skills via API
import anthropic
client = anthropic.Anthropic(api_key="your-api-key")
# Load skill content
skill_content = open("contract-review/SKILL.md").read()
response = client.messages.create(
model="claude-sonnet-4-20250514",
system=skill_content,
messages=[{"role": "user", "content": "Review this contract..."}]
)Using Skills with Moltbot (Clawdbot)
One-click install all 136+ Office Skills to your Moltbot:
# Install ALL skills
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash
# Install by category
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash -s -- --category legal
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash -s -- --category pdf
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash -s -- --category workflowAvailable categories: legal, hr, finance, pdf, workflow, template, doc, conversion, parsing, slide, productivity, marketing
Or install a single skill via chat:
Install this skill: https://raw.githubusercontent.com/claude-office-skills/skills/main/contract-review/SKILL.mdSkills
Legal & Contracts
| Skill | Description | Department | Link |
|---|---|---|---|
| Contract Review | Analyze contracts for risks, check completeness, get recommendations | Legal | View |
| NDA Generator | Create professional NDAs for different scenarios | Legal | View |
HR & Careers
| Skill | Description | Department | Link |
|---|---|---|---|
| Resume Tailor | Optimize resume for specific job applications | HR/Personal | View |
| Cover Letter | Write compelling, personalized cover letters | HR/Personal | View |
| Job Description | Create clear, inclusive job postings | HR | View |
| Offer Letter | Generate professional employment offers | HR | View |
| Applicant Screening | Screen candidates against job requirements | HR | View |
Finance & Business
| Skill | Description | Department | Link |
|---|---|---|---|
| Invoice Generator | Create professional invoices with proper formatting | Finance | View |
| Expense Report | Organize and summarize business expenses | Finance | View |
| Invoice Organizer | Organize, categorize, and track invoices | Finance | View |
| Proposal Writer | Write winning business proposals | Sales | View |
Sales & Marketing
| Skill | Description | Department | Link |
|---|---|---|---|
| Lead Research | Research company/contact info for sales outreach | Sales | View |
| Lead Qualification | Score and qualify leads based on criteria | Sales | View |
| Content Writer | Research and write content (blogs, articles) | Marketing | View |
| Brand Guidelines | Create and maintain brand style guides | Marketing | View |
Communication & Writing
| Skill | Description | Department | Link |
|---|---|---|---|
| Internal Comms | Status reports, newsletters, FAQs | Ops | View |
| Doc Co-authoring | Structured workflow for writing documentation | All | View |
| Email Drafter | Professional email templates and responses | All | View |
| Email Classifier | Auto-categorize emails by type and priority | All | View |
| Suspicious Email | Analyze emails for phishing and scam indicators | Security | View |
Productivity
| Skill | Description | Department | Link |
|---|---|---|---|
| Meeting Notes | Transform raw notes into structured summaries | All | View |
| Weekly Report | Create consistent status updates | All | View |
| File Organizer | Organize and rename files based on content | All | View |
| Changelog Generator | Generate release notes from commits/updates | Dev/PM | View |
| Data Analysis | Analyze spreadsheet data and generate insights | All | View |
PDF Power Tools
Comprehensive PDF manipulation skills inspired by Stirling-PDF (73k+ stars).
| Skill | Description | Department | Link |
|---|---|---|---|
| Chat with PDF | Answer questions, summarize, extract from PDFs | All | View |
| PDF Converter | Convert PDF to/from Word, Excel, Image formats | All | View |
| PDF OCR | Extract text from scanned PDFs using OCR | All | View |
| PDF Merge/Split | Combine or split PDF documents | All | View |
| PDF Form Filler | Fill out PDF forms programmatically | All | View |
| PDF Compress | Reduce PDF file size while maintaining quality | All | View |
| PDF Watermark | Add watermarks, page numbers, headers/footers | All | View |
Document Processing (Official)
Official Anthropic skills for working with Office documents. See official-skills/ for details.
| Skill | Description | Department | License |
|---|---|---|---|
| DOCX | Word document creation, editing, tracked changes | All | Source-available |
| XLSX | Excel spreadsheets, formulas, financial models | Finance/Ops | Source-available |
| PPTX | PowerPoint presentations | Marketing/All | Source-available |
| PDF processing, forms, extraction | All | Source-available |
Core Document Skills
Based on Python libraries for native Office document manipulation.
| Skill | Library | Stars | Description | Link |
|---|---|---|---|---|
| DOCX Manipulation | python-docx | 5.4k | Create/edit Word documents programmatically | View |
| PPTX Manipulation | python-pptx | 3.2k | Create/edit PowerPoint presentations | View |
| XLSX Manipulation | openpyxl | 3.8k | Create/edit Excel spreadsheets | View |
| Excel Automation | xlwings | 3.3k | Advanced Excel automation with Python | View |
| PDF Extraction | pdfplumber | 9.6k | Extract text, tables from PDFs | View |
Document Conversion Skills
Based on document format conversion tools.
| Skill | Library | Stars | Description | Link |
|---|---|---|---|---|
| MD to Office | pandoc | 42k | Convert Markdown to Word/PPT/PDF | View |
| Office to MD | markitdown | 86k | Convert Office docs to Markdown (Microsoft) | View |
| PDF to DOCX | pdf2docx | 3.3k | Convert PDF to editable Word | View |
| HTML to PPT | marp-cli | 3.1k | Convert HTML/Markdown to presentations | View |
| Batch Convert | multi-format | - | Multi-format batch conversion pipeline | View |
Document Parsing & OCR Skills
Based on document parsing and OCR libraries.
| Skill | Library | Stars | Description | Link |
|---|---|---|---|---|
| Smart OCR | PaddleOCR | 69k | OCR for 100+ languages | View |
| Doc Parser | docling | 51.5k | IBM's document parser for complex layouts | View |
| Layout Analyzer | surya | 19k | Analyze document structure and layout | View |
| Data Extractor | unstructured | 14k | Extract data from any document format | View |
| Table Extractor | camelot | 4.2k | Extract tables from PDFs accurately | View |
Presentation Skills
Based on presentation generation tools.
| Skill | Library | Stars | Description | Link |
|---|---|---|---|---|
| HTML Slides | reveal.js | 70.5k | Create HTML-based presentations | View |
| Dev Slides | slidev | 44k | Developer-friendly Vue-based slides | View |
| MD Slides | marp | 3.1k | Markdown to PDF/PPTX presentations | View |
| Report Generator | gilfoyle | - | Generate data reports automatically | View |
| AI Slides | sli-ai | - | AI-powered slide generation | View |
Template Skills
Based on document template engines.
| Skill | Library | Stars | Description | Link |
|---|---|---|---|---|
| CV Builder | rendercv | 15.4k | YAML to PDF resume generator | View |
| Form Builder | docassemble | 919 | Interactive form builder | View |
| Contract Template | accord-project | 322 | Smart contract templates | View |
| Invoice Template | easy-invoice | 476 | PDF invoice generation | View |
| Template Engine | docxtpl | 2.1k | Document auto-fill engine | View |
Workflow & Automation Skills
Based on workflow automation platforms.
| Skill | Library | Stars | Description | Link |
|---|---|---|---|---|
| n8n Workflow | n8n | 172k | 7800+ workflow templates | View |
| MCP Hub | mcp-servers | 40k+ | 1200+ AI Agent tools | View |
| Office MCP | office-mcp | - | Word/Excel/PPT MCP operations | View |
| Batch Processor | custom | - | Bulk document processing | View |
| Doc Pipeline | custom | - | Document workflow pipeline | View |
| Webhook Automation | - | - | Build webhook integrations | View |
| Browser Automation | Puppeteer | - | Web scraping & testing | View |
CRM & Sales Automation
| Skill | Description | Platform | Link |
|---|---|---|---|
| CRM Automation | Multi-CRM workflows (HubSpot, Salesforce) | HubSpot/SF | View |
| Pipedrive Automation | Deal management, pipeline tracking | Pipedrive | View |
| Lead Routing | Intelligent lead assignment | Multi | View |
| Customer Success | Onboarding, health scoring, retention | Multi | View |
Marketing & Advertising
| Skill | Description | Platform | Link |
|---|---|---|---|
| Google Ads Manager | Campaign management, keyword research | View | |
| Facebook/Meta Ads | FB & Instagram advertising | Meta | View |
| TikTok Marketing | Content strategy, posting, analytics | TikTok | View |
| LinkedIn Automation | B2B marketing, lead generation | View | |
| Twitter/X Automation | Social media management | View | |
| Mailchimp Automation | Email marketing campaigns | Mailchimp | View |
| Email Marketing | Multi-platform email automation | Multi | View |
| SEO Optimizer | SEO strategy and optimization | - | View |
| Ads Copywriter | Multi-platform ad copy generation | Multi | View |
| Social Publisher | Cross-platform social publishing | Multi | View |
E-commerce
| Skill | Description | Platform | Link |
|---|---|---|---|
| Shopify Automation | Orders, inventory, customers | Shopify | View |
| WooCommerce Automation | WordPress e-commerce automation | WooCommerce | View |
| Amazon Seller | FBA, inventory, PPC management | Amazon | View |
Communication & Messaging
| Skill | Description | Platform | Link |
|---|---|---|---|
| Slack Workflows | Slack automation & integrations | Slack | View |
| Microsoft Teams | Teams messaging & meetings | Teams | View |
| Discord Bot | Community management & bots | Discord | View |
| Telegram Bot | Bot development & automation | Telegram | View |
| WhatsApp Automation | Business messaging & support | View | |
| Twilio SMS | SMS & voice automation | Twilio | View |
Project Management
| Skill | Description | Platform | Link |
|---|---|---|---|
| Jira Automation | Issue tracking, sprints | Jira | View |
| Asana Automation | Task & project management | Asana | View |
| Monday.com Automation | Work management platform | Monday | View |
| Linear Automation | Engineering issue tracking | Linear | View |
| Trello Automation | Kanban board management | Trello | View |
| ClickUp Automation | All-in-one productivity | ClickUp | View |
| Notion Automation | Database & wiki automation | Notion | View |
| Airtable Automation | Database automation | Airtable | View |
Customer Support
| Skill | Description | Platform | Link |
|---|---|---|---|
| Zendesk Automation | Ticket management & routing | Zendesk | View |
| Intercom Automation | Customer messaging & support | Intercom | View |
Financial Analysis
| Skill | Description | Department | Link |
|---|---|---|---|
| Stock Analysis | Stock research & analysis | Finance | View |
| DCF Valuation | Discounted cash flow models | Finance | View |
| Financial Modeling | Build financial models | Finance | View |
| Company Research | Company deep research | Finance | View |
| Investment Memo | Write investment memos | Finance | View |
| Crypto Report | Cryptocurrency analysis | Finance | View |
| SaaS Metrics | MRR, ARR, churn analysis | Finance | View |
Accounting & Payments
| Skill | Description | Platform | Link |
|---|---|---|---|
| QuickBooks Automation | Bookkeeping & accounting | QuickBooks | View |
| Stripe Payments | Payment processing & subscriptions | Stripe | View |
| Invoice Automation | Multi-platform invoicing | Multi | View |
| Expense Tracker | Receipt processing & tracking | Multi | View |
| Subscription Management | SaaS billing lifecycle | Multi | View |
Data Engineering
| Skill | Description | Use Case | Link |
|---|---|---|---|
| ETL Pipeline | Extract, Transform, Load workflows | Data | View |
| Database Sync | Cross-database synchronization | Data | View |
| Sheets Automation | Google Sheets workflows | Productivity | View |
| Gmail Workflows | Email automation & organization | Productivity | View |
| Calendar Automation | Scheduling & time management | Productivity | View |
Research & Intelligence
| Skill | Description | Use Case | Link |
|---|---|---|---|
| Deep Research | Multi-source deep research | Research | View |
| Web Search | Intelligent web search | Research | View |
| Academic Search | Scholarly paper research | Research | View |
| Competitive Analysis | Competitor research | Strategy | View |
| News Monitor | News tracking & alerts | Intelligence | View |
Visual & Creative
| Skill | Description | Use Case | Link |
|---|---|---|---|
| Image Generation | AI image creation | Creative | View |
| Diagram Creator | Technical diagrams | Documentation | View |
| Chart Designer | Data visualization | Analytics | View |
| Infographic | Infographic design | Marketing | View |
| PPT Visual | Presentation visuals | Presentations | View |
Media & Content
| Skill | Description | Platform | Link |
|---|---|---|---|
| YouTube Automation | Video management & analytics | YouTube | View |
| Podcast Automation | Podcast production workflows | Multi | View |
| Transcription | Audio/video transcription | Multi | View |
Smart Home & IoT
| Skill | Description | Platform | Link |
|---|---|---|---|
| Home Assistant | Smart home automation | HA | View |
| Spotify Automation | Music playback & playlists | Spotify | View |
| Weather Automation | Weather-based workflows | Multi | View |
| Apple Shortcuts | iOS/macOS automation | Apple | View |
DevOps & Security
| Skill | Description | Use Case | Link |
|---|---|---|---|
| DevOps Automation | CI/CD & infrastructure | DevOps | View |
| Security Monitoring | Threat detection & response | Security | View |
HR & Operations
| Skill | Description | Department | Link |
|---|---|---|---|
| HR Automation | Recruiting & onboarding workflows | HR | View |
| DocuSign Automation | E-signature workflows | Legal/Ops | View |
AI & Agents
| Skill | Description | Use Case | Link |
|---|---|---|---|
| AI Agent Builder | Design multi-step AI agents | Development | View |
| Obsidian Automation | Knowledge management | PKM | View |
Creating Skills
Skill Structure
Each skill is a folder containing a SKILL.md file with YAML frontmatter:
skill-name/
βββ SKILL.md # Required: Skill instructions and metadata
βββ README.md # Optional: Usage documentation
βββ examples/ # Optional: Example filesBasic Skill Template
---
name: my-skill-name
description: A clear description of what this skill does
version: 1.0.0
author: your-name
license: MIT
---
# My Skill Name
## Overview
[What this skill does and when to use it]
## How to Use
[Step-by-step instructions]
## Domain Knowledge
[Embedded expertise that makes this skill valuable]
## Examples
[Real-world usage examples]
## Limitations
[What this skill cannot do]What Makes a Good Skill?
- Specific: Solves one clear problem
- Knowledge-rich: Contains real domain expertise
- Actionable: Clear steps and outputs
- Tested: Actually works with Claude
- Documented: Examples and edge cases
See CONTRIBUTING.md for detailed guidelines.
Architecture

| Component | Description | Users |
|---|---|---|
| Community Hub (this repo) | Zero setup - copy & paste SKILL.md | 90% of users |
| Advanced | MCP Server + HTTP API + Cloudflare | Power users |
Advanced Usage
For power users who need programmatic access or integrations:
| Repository | Description | Features |
|---|---|---|
| contract-review-skill | Full MCP server + HTTP API | Claude Desktop, Cloudflare, CI/CD |
Contributing
We welcome contributions! No coding required - just write clear instructions in Markdown.
Quick Contribution
- Fork this repo
- Create
your-skill-name/SKILL.md - Follow the template
- Submit a PR
Contribution Ideas
See our Skill Roadmap for planned skills and CONTRIBUTING.md for detailed guidelines.
Future skill ideas:
- Privacy Policy - GDPR/CCPA compliant policies
- Terms of Service - Fair, legally-sound ToS
- Project Brief - Project scope and requirements
- Signal Integration - Privacy-focused messaging
- Sonos/Audio - Multi-room audio control
- 3D Printing - Printer management & slicing
Resources
Official Documentation
- Claude Skills Overview - Official announcement
- Skills User Guide - How to use skills
- Creating Custom Skills - Development guide
- Agent Skills Blog - Engineering deep dive
Community Resources
- Anthropic Skills Repository - Official example skills
- Awesome Claude Skills - Community curation (27k+ stars)
- Awesome n8n Templates - Workflow automation inspiration
Related Projects
- MCP Protocol - Model Context Protocol specification
- Claude Code - Claude's coding environment
License
This repository is licensed under the MIT License.
Individual skills may have different licenses - check each skill's folder for specific terms.
Acknowledgments
Inspired by:
- Anthropic Skills - Official Claude Skills
- Awesome Claude Skills - Community curation
- Awesome n8n Templates - Workflow automation
Made with Claude, for everyone who works with documents.
Note: Claude Skills work across Claude.ai, Claude Code, and the Claude API. Once you create a skill, it's portable across all platforms.
Installs
Security Audit
How to use this skill
Install ai-agent-builder by running npx skills add claude-office-skills/skills --skill ai-agent-builder in your project directory. Run the install command above in your project directory. The skill file will be downloaded from GitHub and placed in your project.
No configuration needed. Your AI agent (Claude Code, Cursor, Windsurf, etc.) automatically detects installed skills and uses them as context when generating code.
The skill enhances your agent's understanding of ai-agent-builder, helping it follow established patterns, avoid common mistakes, and produce production-ready output.
What you get
Skills are plain-text instruction files β not executable code. They encode expert knowledge about frameworks, languages, or tools that your AI agent reads to improve its output. This means zero runtime overhead, no dependency conflicts, and full transparency: you can read and review every instruction before installing.
Compatibility
This skill works with any AI coding agent that supports the skills.sh format, including Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider, and other tools that read project-level context files. Skills are framework-agnostic at the transport level β the content inside determines which language or framework it applies to.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.