convert-cowork-skill-to-sharepoint

convert-cowork-skill-to-sharepoint is a skill for Claude Code, Codex from pnp/sharepoint-skills. It costs 130 tokens per session (1,718 once invoked), scanned A, original, MIT.

A migration guide for changing a Copilot Cowork skill into a skill for Copilot in SharePoint. Copilot is Microsoft's AI assistant, while SharePoint is Microsoft's platform for shared sites and files.

In plain words
What is it for?
Reading the source skill and its supporting files, preparing a SharePoint-specific conversion plan, and creating or updating the converted skill in AgentAssets/Skills after approval.
Why use it?
It identifies assumptions tied to Cowork and prevents files from being changed before the conversion plan is approved.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reading the source skill and its supporting files, preparing a SharePoint-specific conversion plan, and creating or updating the converted skill in AgentAssets/Skills after approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pnp/sharepoint-skills/convert-cowork-skill-to-sharepoint
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pnp/sharepoint-skills --skill convert-cowork-skill-to-sharepoint
Clone the repo
git clone --depth 1 https://github.com/pnp/sharepoint-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for convert-cowork-skill-to-sharepoint

README.md
[![agentmods](https://agentmods.dev/badge/skills/pnp/sharepoint-skills/convert-cowork-skill-to-sharepoint/github.svg)](https://agentmods.dev/skills/pnp/sharepoint-skills/convert-cowork-skill-to-sharepoint)
Your own site
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/convert-cowork-skill-to-sharepoint"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/convert-cowork-skill-to-sharepoint/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for convert-cowork-skill-to-sharepoint

Your own site · 80×15
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/convert-cowork-skill-to-sharepoint"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/convert-cowork-skill-to-sharepoint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,718 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00130 $0.01718
Opus 5 $0.00065 $0.00859
Sonnet 5 $0.00026 $0.00344
Haiku 4.5 $0.00013 $0.00172

Measured 13d ago against content hash 38bc81cbbb61, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

convert-cowork-skill-to-sharepoint scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Skills/convert-cowork-skill-to-sharepoint/convert-cowork-skill-to-sharepoint/SKILL.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Convert Cowork Skill to SharePoint

When to use

Use this skill when the user has an existing skill written for Copilot Cowork and wants it converted for Copilot in SharePoint.

Do not use this skill to create a brand-new skill from scratch. If there is no existing Cowork skill or Cowork pattern to migrate, use create-skill instead.

Inputs

The source Cowork skill may come from:

  • A direct OneDrive link
  • A skill name to resolve under the user's OneDrive Cowork skills folder
  • A folder already present in this site's AgentAssets/Skills
  • A .zip file added to chat

Required inputs:

  • Source SKILL.md
  • Any referenced files that affect routing, dependencies, schemas, examples, outputs, or execution behavior
  • User preferences for name, scope, output format, and rewrite aggressiveness

Safety and save rules

Never overwrite or create files until the user approves the conversion plan.

Before updating an existing skill in AgentAssets/Skills:

  1. Read the current files that will be changed.
  2. Summarize exactly what will be replaced, added, removed, or preserved.
  3. Ask for explicit confirmation to proceed.

If required source files cannot be found or read, stop and say what is missing. Do not invent missing skill content.

Do not create duplicate skill folders when converting a skill that already exists in this site unless the user explicitly asks for a separate copy.

Supporting files may be created, updated, rewritten, split, merged, renamed, replaced, or deprecated only after approval.

Do not delete deprecated supporting files automatically unless the user explicitly asks. If a file is renamed or replaced, list the old path as deprecated unless deletion was approved.

Steps

Tool routing rule: use SharePoint-native tools explicitly. Use load_skill({skillName}) for skills already in AgentAssets/Skills; use cat_file({fileUrl|serverRelativeUrl}) to read known files; use find_items(...) to locate candidate skill files or folders; use create_file(...) to create or update SKILL.md and supporting files after approval.

Read the full file on GitHub · 179 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 179 lines · 130 tokens per session scan A 38bc81cbbb61

Subscribe to this mod's changes

convert-cowork-skill-to-sharepoint is a skill published in the GitHub repository pnp/sharepoint-skills (118 stars, last pushed 4d ago), licensed MIT. It adds 130 tokens to every session and 1,718 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

html-ppt-obsidian-claude-gradient

OpenDesign's enterprise AI-adoption brief: local-first agents at work, the risk controls, the ROI, and the rollout plan. Built as a decision-grade AI literacy deck for leadership, IT, security.

nexu-io/open-design · 53 tokens

skill-doc-delivery

Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.

nyldn/claude-octopus · 29 tokens

skill-deck

Generate slide deck presentations from briefs — use when you need slides, pitch decks, or visual summaries.

nyldn/claude-octopus · 23 tokens

speech-to-text

Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content.

calesthio/OpenMontage · 37 tokens

msgraph-files

Read OneDrive and SharePoint files via the Microsoft 365 MCP server — list folder contents, fetch item metadata, inspect versions and sharing permissions. Use when locating a document in OneDrive/SharePoint, checking who a file is shared with, or reviewing file version history.

automateyournetwork/netclaw · 58 tokens

managedcode-markitdown

Use ManagedCode.MarkItDown when a .NET application needs deterministic document-to-Markdown conversion for ingestion, indexing, summarization, or content-processing workflows. USE FOR: ManagedCode.MarkItDown integration; document ingestion flows; Office or rich-text conversion to Markdown; indexing and summarization…

managedcode/dotnet-skills · 113 tokens