valid-skill

valid-skill is a skill for Claude Code, Codex from crewAIInc/crewAI. It costs 13 tokens per session (95 once invoked), scanned A, original, MIT.

A complete example skill containing instructions and all optional skill folders. The available details do not explain what tasks those instructions perform.

In plain words
What is it for?
The available details only show that it can serve as a full test skill; its concrete jobs are not specified.
Why use it?
The description does not provide enough information to identify a specific problem it solves.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/crewaiinc/crewai/valid-skill
Any agent
npx skills add crewAIInc/crewAI --skill valid-skill
Clone the repo
git clone --depth 1 https://github.com/crewAIInc/crewAI

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 valid-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/crewaiinc/crewai/valid-skill.svg)](https://agentmods.dev/skills/crewaiinc/crewai/valid-skill)
Your own site
<a href="https://agentmods.dev/skills/crewaiinc/crewai/valid-skill"><img src="https://agentmods.dev/badge/skills/crewaiinc/crewai/valid-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 95 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00013 $0.00095
Opus 5 $0.00006 $0.00048
Sonnet 5 $0.00003 $0.00019
Haiku 4.5 $0.00001 $0.00010

Measured 4d ago against content hash 0d33c7ca645a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

valid-skill 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/setup.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

lib/crewai/tests/skills/fixtures/valid-skill/SKILL.md · 23 lines

What it actually says

Instructions

This skill provides comprehensive instructions for the agent.

Usage

Follow these steps to use the skill effectively.

Notes

Additional context for the agent.

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. 4d ago First seen · 23 lines · 13 tokens per session scan A 0d33c7ca645a

Subscribe to this mod's changes

valid-skill is a skill published in the GitHub repository crewAIInc/crewAI (57,962 stars, last pushed yesterday), licensed MIT. It adds 13 tokens to every session and 95 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

jarviscore

Build multi-agent AI systems with the JarvisCore Python framework. Use when writing, reviewing, or debugging code that imports jarviscore, defines AutoAgent or CustomAgent classes, runs a Mesh, or configures agent memory (Athena), P2P, Nexus credentials, or tracing.

Prescott-Data/jarviscore-framework · 63 tokens

mcp-apps-builder

MANDATORY for ALL MCP server work - mcp-use framework best practices and patterns. READ THIS FIRST before any MCP server work, including: Creating new MCP servers Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) Debugging MCP server issues or errors Reviewing MCP server code for…

Shubhamsaboo/awesome-llm-apps · 139 tokens

project-graveyard

Scans the developer's machine for dead side projects, autopsies each one from its git history (died at the payments wall, killed by a newer project, finished but never shipped), surfaces their personal death patterns, and picks the corpse most worth resurrecting — then helps ship it. Use when the user mentions…

Shubhamsaboo/awesome-llm-apps · 127 tokens

commit-archaeologist

Reconstructs why code exists from local git history, including the introducing commit, later changes, current authors, repeated companion files, and likely intent. Use when the user asks "why does this code exist", "who wrote this function and why", or to "explain the history of this function" before a rewrite…

Shubhamsaboo/awesome-llm-apps · 82 tokens

dependency-doctor

Checks requirements.txt, pyproject.toml, and package.json dependency manifests for surface-level direct-dependency footguns: standard-library shadowing pins, abandoned backports, unpinned dependencies, and obvious intra-manifest conflicts, plus opt-in PyPI yanked releases. Use when the user asks to check a manifest…

Shubhamsaboo/awesome-llm-apps · 115 tokens

scope-creep-detector

Analyzes git diffs against a stated intent to detect scope creep, unrelated files, broad pull requests, changes that grew beyond a fix, dependency additions, public API renames, config or CI edits, oversized hunks, and formatting-only files. Use when the user asks whether a change grew beyond the fix, a PR is too…

Shubhamsaboo/awesome-llm-apps · 98 tokens