/ Annuaire / Playground / Claude Office Skills
● Communauté claude-office-skills ⚡ Instantané

Claude Office Skills

par claude-office-skills · claude-office-skills/skills

Practical Claude Skills for office tasks — XLSX, DOCX, PPTX, PDF workflows with official skill guides.

Practical Claude Skills for office tasks — XLSX, DOCX, PPTX, PDF workflows with official skill guides.

Démo en direct

Aperçu en pratique

claude-office-skills-collection.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-office-skills-collection": {
      "command": "npx",
      "args": [
        "-y",
        "claude-office-skills-collection"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-office-skills-collection": {
      "command": "npx",
      "args": [
        "-y",
        "claude-office-skills-collection"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-office-skills-collection": {
      "command": "npx",
      "args": [
        "-y",
        "claude-office-skills-collection"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-office-skills-collection": {
      "command": "npx",
      "args": [
        "-y",
        "claude-office-skills-collection"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-office-skills-collection",
      "command": "npx",
      "args": [
        "-y",
        "claude-office-skills-collection"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-office-skills-collection": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "claude-office-skills-collection"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add claude-office-skills-collection -- npx -y claude-office-skills-collection

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Claude Office Skills

Get started with Claude Office Skills

Quand l'utiliser : When you want to bring Claude Office Skills into your Claude workflow.

Déroulement
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Claude Office Skills to help me with a task.✓ Copié

Résultat : Claude can interact with Claude Office Skills directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills