m365-spo-search

m365-spo-search is a skill for Claude Code, Codex from rcarmo/piclaw-addons. It costs 18 tokens per session (126 once invoked), scanned A, original, MIT.

A file search tool for SharePoint and OneDrive, Microsoft's online document storage services. It uses keyword and path filters, including file-type filters, to find matching files.

In plain words
What is it for?
Use it to find files by keywords, site or library location, path, and file type, then review their names, locations, and relevance hints.
Why use it?
It narrows large document collections to relevant results instead of requiring broad tenant-wide searches.

Skill for Claude CodeCodex

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

Good fit Use it to find files by keywords, site or library location, path, and file type, then review their names, locations, and relevance hints.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rcarmo/piclaw-addons/m365-spo-search
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 rcarmo/piclaw-addons --skill m365-spo-search
Clone the repo
git clone --depth 1 https://github.com/rcarmo/piclaw-addons

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 m365-spo-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/rcarmo/piclaw-addons/m365-spo-search/github.svg)](https://agentmods.dev/skills/rcarmo/piclaw-addons/m365-spo-search)
Your own site
<a href="https://agentmods.dev/skills/rcarmo/piclaw-addons/m365-spo-search"><img src="https://agentmods.dev/badge/skills/rcarmo/piclaw-addons/m365-spo-search/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 m365-spo-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/rcarmo/piclaw-addons/m365-spo-search"><img src="https://agentmods.dev/badge/skills/rcarmo/piclaw-addons/m365-spo-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 126 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.
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.00018 $0.00126
Opus 5 $0.00009 $0.00063
Sonnet 5 $0.00004 $0.00025
Haiku 4.5 $0.00002 $0.00013

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

Security

Grade A, and why

m365-spo-search 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 12d 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.

addons/m365/skills/m365-spo-search/SKILL.md · 21 lines

What it actually says

Use this skill to find files across SharePoint sites or OneDrive.

Workflow

  1. Use the m365_spo_search tool with narrow KQL filters (keywords, paths, filetype:).
  2. Prefer specific site URLs when available.
  3. Return file name, path, and relevance hints.

Guardrails

  • Use filetype: filters for precision.
  • Prefer targeted site/library URLs over broad tenant-wide searches.
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. 12d ago First seen · 21 lines · 18 tokens per session scan A 01989f6ef101

Subscribe to this mod's changes

m365-spo-search is a skill published in the GitHub repository rcarmo/piclaw-addons (23 stars, last pushed today), licensed MIT. It adds 18 tokens to every session and 126 once invoked, about $0.0001 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

officecli-academic-paper

Use this skill to build academic-style .docx output: journal / conference / thesis chapters carrying formal citation style (APA, Chicago, IEEE, MLA), numbered equations, figure & table cross-references, footnotes/endnotes, bibliography, or multi-column journal layout. Trigger on: 'research paper', 'journal paper'…

iOfficeAI/OfficeCLI · 141 tokens

officecli-word-form

Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…

iOfficeAI/OfficeCLI · 224 tokens

officecli

Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.

iOfficeAI/OfficeCLI · 56 tokens

officecli-data-dashboard

Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…

iOfficeAI/OfficeCLI · 157 tokens

pdf

A set of instructions for working with PDF files, which are documents designed to preserve their layout across devices.

agentscope-ai/QwenPaw · 95 tokens

pptx

A set of instructions for working with PowerPoint presentation files, including extracting content, editing slides, and creating decks.

agentscope-ai/QwenPaw · 165 tokens