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 agentmods add skills/justinz12xd/hackaton-taws/creating-project-modulenpx skills add justinz12xd/HACKATON-TAWS --skill creating-project-modulegit clone --depth 1 https://github.com/justinz12xd/HACKATON-TAWSWrote 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/justinz12xd/hackaton-taws/creating-project-module)<a href="https://agentmods.dev/skills/justinz12xd/hackaton-taws/creating-project-module"><img src="https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/creating-project-module.svg" alt="Measured on agentmods" height="20"></a>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.00027 | $0.00658 |
| Opus 5 | $0.00014 | $0.00329 |
| Sonnet 5 | $0.00005 | $0.00132 |
| Haiku 4.5 | $0.00003 | $0.00066 |
Grade A, and why
creating-project-module 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 5d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
1 file 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.
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.
- 5d ago First seen · 114 lines · 27 tokens per session scan A 16900180cace
creating-project-module is a skill published in the GitHub repository justinz12xd/HACKATON-TAWS (2 stars, last pushed 1mo ago), with no licence file. It adds 27 tokens to every session and 658 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-31.
Other skills, from other repositories
procurement-analysis
采购分析主技能包。串联完整分析流程:需求拆解 → 数据收集 → 执行分析 → 生成图表 → 输出报告。 当需要进行供应商对比、价格分析、物料筛选、采购策略评估时加载此技能。.
supplier-price-urls
供应商零配件报价网址映射表。根据 ERP 系统查到的零部件名和供应商名, 查找对应的报价页面 URL,供后续爬虫技能获取最新价格。 当需要获取外部报价数据时优先使用此技能。.
web-scraper
网页抓取工具 | 从沙箱内直接发起 HTTP 请求获取网页内容,解析 HTML 并转换为干净的 Markdown 文件保存到 /analysis/temp/。支持本地演示 URL。触发词:抓取网页、网页转markdown、爬取内容、保存网页、scrape webpage、fetch and save.
web-content-fetcher
网页内容获取工具 | 当常规爬虫被过滤时,使用替代服务获取网页内容。支持:1) r.jina.ai - 最稳定 2) markdown.new - Cloudflare 专用 3) defuddle.md - 备用方案。触发词:获取网页内容、网页转markdown、内容抓取、fetch webpage、bypass cloudflare.
skill-management
用于管理用户技能的完整生命周期:从 URL 下载技能 ZIP 包并解压、根据需求创建新技能、沙箱内测试验证、持久化到 StoreBackend、分配给指定子 Agent。当用户要下载、创建、安装、分配技能时激活。.
agent-orchestration
Agent orchestration patterns for agentic loops, multi-agent coordination, alternative frameworks, and multi-scenario workflows. Use when building autonomous agent loops, coordinating multiple agents, evaluating CrewAI/AutoGen/Swarm, or orchestrating complex multi-step scenarios.