okhp3-copilot-studio-skill-foundry

okhp3-copilot-studio-skill-foundry is a skill for Claude Code, Codex from OKHP3/skillz. It costs 87 tokens per session (1,737 once invoked), scanned A, original, MIT.

A method for designing and packaging a reusable task capability for Microsoft Copilot Studio agents. Copilot Studio is Microsoft's tool for building agents and workflows; a skill is one focused capability within an agent.

In plain words
What is it for?
Use it to author Markdown skill files, evaluate them, and plan their packaging or deployment.
Why use it?
It separates a specific task from the agent's personality, knowledge sources, and connected tools, making the design easier to test and share.

Skill for Claude CodeCodex

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

Good fit Use it to author Markdown skill files, evaluate them, and plan their packaging or deployment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okhp3/skillz/okhp3-copilot-studio-skill-foundry
View source ↗ OKHP3/skillz
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 OKHP3/skillz --skill okhp3-copilot-studio-skill-foundry
Clone the repo
git clone --depth 1 https://github.com/OKHP3/skillz

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 okhp3-copilot-studio-skill-foundry

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-copilot-studio-skill-foundry/github.svg)](https://agentmods.dev/skills/okhp3/skillz/okhp3-copilot-studio-skill-foundry)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-copilot-studio-skill-foundry"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-copilot-studio-skill-foundry/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 okhp3-copilot-studio-skill-foundry

Your own site · 80×15
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-copilot-studio-skill-foundry"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-copilot-studio-skill-foundry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,737 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.00087 $0.01737
Opus 5 $0.00044 $0.00869
Sonnet 5 $0.00017 $0.00347
Haiku 4.5 $0.00009 $0.00174

Measured 6d ago against content hash 53152d1878a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

okhp3-copilot-studio-skill-foundry 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 6d 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.

copilot/okhp3-copilot-studio-skill-foundry/SKILL.md · 159 lines

How it starts

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

okhp3-copilot-studio-skill-foundry

OverKill Hill P3 · overkillhill.com · github.com/OKHP3

Create a reusable capability for a Copilot Studio agent. This Foundry treats a skill as one task-specific component in an agent design, explicitly separate from agent identity/instructions, knowledge sources, and tools.

Scope

In scope Out of scope
A focused reusable task capability usable by one or more Copilot Studio agents Whole-agent personality, conversation design, or organizational policy
Markdown skill files and optional package contents A connector, API, MCP server, action, or knowledge-source implementation
Authoring, sharing, testing, and package/deployment planning Publishing to a live environment or changing agent configuration without approval

Host contract

  • Target: Copilot Studio agents/workflows powered by the GitHub Copilot harness.
  • Skill shape: name, description, YAML frontmatter, Markdown instructions, and optionally a ZIP package with supporting files.
  • Authoring route: use Build > Skills > Create from blank for an agent-local draft, upload a Markdown skill file, or upload a ZIP whose root contains SKILL.md. The route changes acceptance and revision behavior, not the component boundary.
  • Activation: the orchestration runtime decides relevance using the request and skill description. Therefore descriptions need concrete trigger language and one coherent job.
  • Component boundary: skills guide task behavior; instructions set general behavior, knowledge provides reference data, and tools connect external services. Do not conceal a tool dependency in a skill.
  • Read references/copilot-studio-host-contract.md before defining the capability or package contents.

Foundry workflow

  1. Name a repeatable outcome that recurs across agents, not a one-off answer. Capture real task inputs, expected outputs, known corrections, failure conditions, and the agent surfaces expected to use it.
  2. Classify every requirement: skill instruction, agent instruction, knowledge source, tool/action/connector, or human approval. If a requirement crosses categories, record the dependency and integration point.
  3. Select the authoring route and test boundary. Record whether the package is an agent-local Build draft, one uploaded Markdown file, or a rooted ZIP. Require a Preview-tab test after creation or replacement; do not call upload validation successful task execution.
  4. Design the skill's activation description. It should identify the task, inputs, desired result, and exclusion terms that prevent it from absorbing a neighboring skill.
  5. Put the normal procedure and output template in SKILL.md. Put detailed taxonomies, examples, or schemas in references/ only when the workflow explicitly tells the agent when to load them. Bundle scripts only when their execution contract and environment have been validated.
  6. Default to advice, analysis, and draft output. If a skill directs an agent to a tool or knowledge source, disclose the required component, permission assumption, input/output contract, and user approval point. The skill itself neither creates the tool nor expands its authority.
  7. Create normal, activation-collision/missing-dependency, and tool-action or prompt-injection evaluations. Test through a named Studio agent before claiming that an orchestrator selects or executes the skill correctly.

Read the full file on GitHub · 159 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 159 lines · 87 tokens per session scan A 53152d1878a3

Subscribe to this mod's changes

okhp3-copilot-studio-skill-foundry is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed yesterday), licensed MIT. It adds 87 tokens to every session and 1,737 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

pm-career-coach

PM Career Coach — guides product managers through career transitions, skill development, and growth planning Use when: Planning your PM career path, preparing for promotion, navigating role transitions, or seeking career advice.

konglong87/superPM · 46 tokens

pm-interview-prep

PM Interview Preparation — practice product sense, execution, behavioral, and strategy questions Use when: Preparing for PM job interviews, practicing case studies, or refining interview responses.

konglong87/superPM · 40 tokens

kelly-homework-coach

A child-friendly homework coaching desk for elementary students. It explains photographed or pasted questions, studies wrong answers, keeps a mistake notebook, and prepares practice papers for review.

mr-kelly/skills · 110 tokens

kelly-lesson

A lesson-planning and compliance desk for schools or training programs. It drafts plans from curriculum materials and a required template, checks them against set standards, and routes them for review.

mr-kelly/skills · 110 tokens

kelly-education-intel

A daily research workspace for the education industry, including training centres, tutoring, exams, study abroad, visas, and admissions. It collects source-backed signals, explains their relevance, and prepares possible actions and draft messages for review.

mr-kelly/skills · 98 tokens