#90

Globales Ranking · von 600 Skills

linkedin automation AI Agent Skill

Quellcode ansehen: claude-office-skills/skills

Medium

Installation

npx skills add claude-office-skills/skills --skill linkedin automation

363

Installationen

Claude Office Skills

A curated collection of practical Claude Skills for real-world office tasks. Zero setup required.

Awesome
License: MIT
PRs Welcome
Skills
MCP Tools


🚀 NEW: Office MCP Server

39 fully-implemented tools for Office document operations via MCP (Model Context Protocol).

Module Tools Capabilities
PDF 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?

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

  1. Click any skill below
  2. Copy the SKILL.md content
  3. Paste into your Claude conversation
  4. 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
claude

Using 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 workflow

Available 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.md

Skills

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 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 Google View
Facebook/Meta Ads FB & Instagram advertising Meta View
TikTok Marketing Content strategy, posting, analytics TikTok View
LinkedIn Automation B2B marketing, lead generation LinkedIn View
Twitter/X Automation Social media management Twitter 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 WhatsApp 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 files

Basic 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

Claude Office Skills 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

  1. Fork this repo
  2. Create your-skill-name/SKILL.md
  3. Follow the template
  4. 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

Community Resources

Related Projects


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:


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.

Installationen

Installationen 363
Globales Ranking #90 von 600

Sicherheitsprüfung

ath Safe
socket Safe
Warnungen: 0 Bewertung: 90
snyk Medium

So verwenden Sie diesen Skill

1

Install linkedin automation by running npx skills add claude-office-skills/skills --skill linkedin automation in your project directory. Führen Sie den obigen Installationsbefehl in Ihrem Projektverzeichnis aus. Die Skill-Datei wird von GitHub heruntergeladen und in Ihrem Projekt platziert.

2

Keine Konfiguration erforderlich. Ihr KI-Agent (Claude Code, Cursor, Windsurf usw.) erkennt installierte Skills automatisch und nutzt sie als Kontext bei der Code-Generierung.

3

Der Skill verbessert das Verständnis Ihres Agenten für linkedin automation, und hilft ihm, etablierte Muster zu befolgen, häufige Fehler zu vermeiden und produktionsreifen Code zu erzeugen.

Was Sie erhalten

Skills sind Klartext-Anweisungsdateien — kein ausführbarer Code. Sie kodieren Expertenwissen über Frameworks, Sprachen oder Tools, das Ihr KI-Agent liest, um seine Ausgabe zu verbessern. Das bedeutet null Laufzeit-Overhead, keine Abhängigkeitskonflikte und volle Transparenz: Sie können jede Anweisung vor der Installation lesen und prüfen.

Kompatibilität

Dieser Skill funktioniert mit jedem KI-Coding-Agenten, der das skills.sh-Format unterstützt, einschließlich Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider und anderen Tools, die projektbezogene Kontextdateien lesen. Skills sind auf Transportebene framework-agnostisch — der Inhalt bestimmt, für welche Sprache oder welches Framework er gilt.

Data sourced from the skills.sh registry and GitHub. Install counts and security audits are updated regularly.

EU Made in Europe

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.