load

load is a skill for Claude Code from Open-Agent-Tools/General-OAT-Skills. It costs 57 tokens per session (266 once invoked), scanned A, original, Apache-2.0.

A utility that loads all Markdown files directly inside a chosen folder into the agent's working context. It does not load files in subfolders.

In plain words
What is it for?
Use it to load project notes, README files, specifications, or other Markdown documentation from the current directory or a specified directory.
Why use it?
It saves time when documentation is spread across several top-level Markdown files and makes those files available for review together.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the general-oat-skills plugin — 9 skills shipped together

Good fit Use it to load project notes, README files, specifications, or other Markdown documentation from the current directory or a specified directory.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/open-agent-tools/general-oat-skills/load
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 Open-Agent-Tools/General-OAT-Skills --skill load
Clone the repo
git clone --depth 1 https://github.com/Open-Agent-Tools/General-OAT-Skills

Made for: Claude Code.

Or install general-oat-skills, the plugin that ships this one along with the rest of its 9 skills.

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 load

README.md
[![agentmods](https://agentmods.dev/badge/skills/open-agent-tools/general-oat-skills/load.svg)](https://agentmods.dev/skills/open-agent-tools/general-oat-skills/load)
Your own site
<a href="https://agentmods.dev/skills/open-agent-tools/general-oat-skills/load"><img src="https://agentmods.dev/badge/skills/open-agent-tools/general-oat-skills/load.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 266 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.00057 $0.00266
Opus 5 $0.00028 $0.00133
Sonnet 5 $0.00011 $0.00053
Haiku 4.5 $0.00006 $0.00027

Measured 7d ago against content hash 4849b6eea1c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

load 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 7d 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/load/SKILL.md · 37 lines

What it actually says

Please load all markdown (.md) files from the current directory or specified directory into context for analysis and reference.

Important: Only load files directly in the specified directory, NOT in any subdirectories.

Process:

  1. Use glob to find all .md files in the target directory (non-recursive)
  2. Read each file found to bring it into context
  3. Provide a brief summary of what files were loaded

Directory Selection:

  • If no directory is specified in arguments, use current directory
  • If directory is specified, use that path
  • Validate directory exists before processing

Output Format:

  • List each file loaded with its path
  • Provide brief description of total files processed
  • Note any files that couldn't be read

$ARGUMENTS

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. 7d ago First seen · 37 lines · 57 tokens per session scan A 4849b6eea1c5

Subscribe to this mod's changes

load is a skill published in the GitHub repository Open-Agent-Tools/General-OAT-Skills (2 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 57 tokens to every session and 266 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

skill-builder

Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.

yusufkaraaslan/Skill_Seekers · 38 tokens

skill-builder

Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.

yusufkaraaslan/Skill_Seekers · 38 tokens

servicenow-sdk-docs-builder

Automation skill to generate or update the servicenow-sdk-docs documentation skill by fetching and processing the ServiceNow SDK and Examples repositories. It combines READMEs, extracts code samples, harvests the SDK CLI/auth docs, and creates a self-contained, portable documentation skill.

Knuckles-Team/servicenow-api · 65 tokens

skill-deep-wiki

Gera documentação técnica navegável de um repositório, com arquitetura, Mermaid, onboarding, AGENTS.md, llms.txt e páginas por domínio.

IAPro-Community/Orquestrador-Maestro · 37 tokens

documentation-automation

Automate doc generation with JSDoc/TSDoc, linters, and pre-commit hooks. Use when setting up markdownlint, configuring doc linting pipelines, integrating JSDoc/TSDoc, or building automated documentation workflows.

PracticalSwan/agent-skills · 52 tokens

public-repo-creation

Create production-ready public GitHub repositories with comprehensive documentation, automated setup, and quality assurance.

kevinnft/ai-agent-skills · 23 tokens