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.
npx skills add modu-ai/moai-cowork --skill meta-skill-templategit clone --depth 1 https://github.com/modu-ai/moai-coworkWrote 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.
[](https://agentmods.dev/skills/modu-ai/moai-cowork/meta-skill-template)<a href="https://agentmods.dev/skills/modu-ai/moai-cowork/meta-skill-template"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-cowork/meta-skill-template/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.
<a href="https://agentmods.dev/skills/modu-ai/moai-cowork/meta-skill-template"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-cowork/meta-skill-template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00108 | $0.01283 |
| Opus 5 | $0.00054 | $0.00642 |
| Sonnet 5 | $0.00022 | $0.00257 |
| Haiku 4.5 | $0.00011 | $0.00128 |
Grade A, and why
meta-skill-template 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SKILL.md Standard Template
새 스킬 작성 시 아래 구조를 따릅니다. 모든 섹션이 필수이며, 해당 없는 경우에도 섹션 제목을 유지하고 "해당 없음"으로 표시합니다.
Frontmatter Schema
---
name: <skill-name> # 필수. 소문자 하이픈 (예: doc-docx)
description: | # 필수. 목적 + 트리거 키워드
<스킬 목적을 서술형으로 작성>
다음과 같은 요청 시 반드시 이 스킬을 사용하세요:
- "<트리거 문장 1>"
- "<트리거 문장 2>"
---
user-invocable은 쓰지 않는 것이 기본입니다. 이 필드를true로 두면 데스크톱 앱이 해당 스킬을 "스킬"이 아니라 "커맨드"로 분류해 플러그인의 스킬 수에서 빠집니다. 스킬이 하나뿐인 플러그인이라면 목록에 스킬 0개로 표시됩니다(2026-08-22 PM 플러그인 사례). 현재 배포 스킬 224개 중 214개가 이 필드를 아예 쓰지 않고 정상 동작합니다 — 자연어 요청과Skill()호출로 얼마든지 불립니다. 슬래시 진입점이 필요하면user-invocable대신commands/<이름>.md파일을 만드세요(그쪽이 Claude Cowork의 정식 경로입니다).
금지 필드 (v1.3.0 정책)
metadata:블록 (version, status, updated, tags)keywords:(비표준)- 본문 상단
> vX.Y.Z | ...버전 배너
본문 구조 (필수 섹션 순서)
# <Skill Name> — <한 줄 요약>
> <플러그인명> | <카테고리>
## 개요
스킬의 목적과 핵심 기능을 2-4문장으로 설명합니다.
어떤 문제를 해결하는지, 누가 사용하는지, 언제 사용하는지를 포함합니다.
## 트리거 키워드
<스킬 활성화 키워드를 공백으로 구분하여 나열>
예: 보고서 작성 리포트 생성 docx 워드 문서
## 워크플로우
단계별 실행 흐름을 번호와 함께 나열합니다:
1. [단계명] — 설명
2. [단계명] — 설명
3. [단계명] — 설명
## 실행 규칙
### 1단계: <단계명>
상세 실행 규칙을 작성합니다.
| 조건 | 동작 |
|------|------|
| 케이스 A | 결과 A |
| 케이스 B | 결과 B |
### 2단계: <단계명>
...
## 사용 예시
사용자가 복사-붙여넣기 할 수 있는 실제 프롬프트를 최소 2개 제공합니다.
**예시 1: 기본 사용**
> "<자연어 프롬프트>"
**예시 2: 고급 사용**
> "<자연어 프롬프트>"
## 출력 형식
스킬이 생성하는 산출물의 형식을 명시합니다.
| 산출물 | 형식 | 설명 |
|--------|------|------|
| <산출물1> | <포맷> | <설명> |
## 주의사항
- 스킬 사용 시 주의할 점
- 한계점 및 제약사항
- 대안 스킬 참조 (해당 시)
## 관련 스킬
| 스킬 | 관계 | 설명 |
|------|------|------|
| <연관 스킬> | <before/after/alternative> | <설명> |
복잡도 티어
| 티어 | 기준 | 필수 섹션 | 검증 |
|---|---|---|---|
| Simple | < 50줄 | 개요, 트리거, 워크플로우, 예시 1개 | 자가 검증 |
| Standard | 50-150줄 | 전체 섹션 + 예시 2개 | 자가 + 권장 피어 |
| Complex | 150+줄 | 전체 섹션 + 예시 3개 + 테스트 케이스 | 자가 + 필수 피어 |
품질 체크리스트
작성 완료 후 반드시 확인:
- Frontmatter에
name,description필드 존재 -
metadata:블록 없음 (v1.3.0 정책) - 모든 필수 섹션 존재 (개요, 트리거, 워크플로우, 예시, 출력, 주의사항)
- 사용 예시 최소 2개 (Simple 티어는 1개)
- 트리거 키워드가 다른 스킬과 중복되지 않음
- 워크플로우 단계가 순차적으로 실행 가능함
- 관련 스킬 섹션에 before/after/alternative 관계 명시
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.
- 8d ago First seen · 142 lines · 108 tokens per session scan A a1e13b6c105a
meta-skill-template is a skill published in the GitHub repository modu-ai/moai-cowork (300 stars, last pushed 9d ago), licensed Apache-2.0. It adds 108 tokens to every session and 1,283 once invoked, about $0.0005 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.
Other skills, from other repositories
market-intelligence-report
Produce a Market Intelligence Report — YouTube competitive research, channel analysis, content gap discovery, idea generation, daily scanning, and AI trend scouting — then render it as a BenAI-branded HTML dashboard in the instant-ui design language. Use this skill whenever the user says "market intelligence report"…
linkedin-writer-vault
Vault-aware LinkedIn writer. Same step-by-step LinkedIn post process as linkedin-writer, but ICP, voice, and offer context come from the vault's Context/ folder instead of being bundled inside the skill. Update one file in the vault and every skill pointing to it inherits the change. TRIGGERS: LinkedIn post, LinkedIn…
operator
Build and schedule a personalized Operator prompt that runs a Baalda vault as a second brain on a recurring cadence. Run it from inside the vault: it reads Context/ and CLAUDE.md first to infer org, team, brand voice and paths, then asks only the gaps (cadence, connectors, DM recipient, budgets, signature), writes the…
crm-prospect-mining
Mine high-value prospects from CRM pipeline stages (Lost, No Show, Churned, Stalled) by cross-referencing records with LinkedIn company data and comms history. Connects to any CRM, pulls records from target stages, filters out personal email domains, finds company LinkedIn pages via web research, bulk-scrapes company…
marketing-os-carousel
Build an image-first social carousel from an asset already filed in the Marketing OS, export it as a PDF, and record it back as a real channel asset. Brand palette, typography, the logo pointer and the never-black-background rule all resolve from Context/brand/brand-kit.md. Source is a filed newsletter edition…
seo-hreflang
Hreflang and international SEO audit, validation, and generation. Detects common mistakes, validates language/region codes, and generates correct hreflang implementations for HTML, HTTP headers, and XML sitemaps. Use when user says "hreflang", "i18n SEO", "international SEO", "multi-language", "multi-region"…