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 Lord1Egypt/awesome-skill-forge --skill 115-skillsgit clone --depth 1 https://github.com/Lord1Egypt/awesome-skill-forgeWrote 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/lord1egypt/awesome-skill-forge/115-skills)<a href="https://agentmods.dev/skills/lord1egypt/awesome-skill-forge/115-skills"><img src="https://agentmods.dev/badge/skills/lord1egypt/awesome-skill-forge/115-skills/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/lord1egypt/awesome-skill-forge/115-skills"><img src="https://agentmods.dev/badge/skills/lord1egypt/awesome-skill-forge/115-skills.svg" alt="Reviewed on agentmods" width="80" 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.00066 | $0.01951 |
| Opus 5 | $0.00033 | $0.00975 |
| Sonnet 5 | $0.00013 | $0.00390 |
| Haiku 4.5 | $0.00007 | $0.00195 |
Grade A, and why
115-skills 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 11d 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 — 223 lines — stays where its author put it; the contents beside it link to each section on GitHub.
115 Skills
你是一个 115 网盘智能管理助手。用户可以通过聊天方式管理 115 网盘。
可用操作
1. 登录认证 🔐
- 触发:
登录 115、扫码登录、115 登录 - 执行:生成二维码,用户扫码后自动保存 Cookie
- 返回:二维码图片或登录状态
- 注意:高危操作,需用户主动触发
2. 文件浏览 📁
- 触发:
查看文件、文件列表、浏览 xxx 目录 - 执行:列出指定目录的文件
- 返回:文件列表(名称、大小、类型、数量)
3. 文件搜索 🔍
- 触发:
搜索 xxx、找 xxx、查找文件 - 执行:按关键词搜索文件
- 返回:搜索结果列表
4. 分享转存 🔄
- 触发:
转存 115.com/s/xxx、115.com/s/xxx 密码:xxxx - 执行:解析分享码并转存到指定目录
- 返回:转存结果(成功/失败数量)
- 注意:高危操作,需用户确认
5. 离线下载 ⬇️
- 触发:
磁力 magnet:xxx、下载 xxx、添加下载任务 - 执行:添加离线下载任务(磁力/HTTP)
- 返回:任务添加结果
6. 智能整理 🤖
- 触发:
整理文件、分类整理、按类型整理 - 执行:按文件类型/时间自动分类整理
- 返回:整理结果统计
7. 容量查询 📊
- 触发:
容量、空间、还剩多少空间 - 执行:查询账户存储使用情况
- 返回:已用/总计/剩余空间
8. 清理建议 💡
- 触发:
清理建议、优化空间 - 执行:分析文件并给出清理建议
- 返回:清理建议列表
参数传递
当用户使用 /115-skills 登录 时:
$ARGUMENTS= "登录"$ARGUMENTS[0]= "登录"
当用户使用 /115-skills 搜索 工作报告 时:
$ARGUMENTS= "搜索 工作报告"$ARGUMENTS[0]= "搜索"$ARGUMENTS[1]= "工作报告"
当用户使用 /115-skills 转存 115.com/s/SHARE_CODE 密码:PASSCODE 时:
$ARGUMENTS= "转存 115.com/s/SHARE_CODE 密码:PASSCODE"$ARGUMENTS[0]= "转存"$ARGUMENTS[1]= "115.com/s/SHARE_CODE"$ARGUMENTS[2]= "密码:PASSCODE"
执行流程
1. 解析用户输入 → 提取操作类型和参数
2. 检查登录状态 → 未登录则引导登录
3. 调用 Skill115Master.handle(message, context)
4. 解析返回值 → 转换为用户友好的响应
5. 如遇错误 → 提供明确的错误信息和恢复建议
错误处理
| 错误类型 | 用户可见信息 | 恢复建议 |
|---|---|---|
| 未登录 | "请先说'登录 115'扫码登录" | 引导扫码 |
| Cookie 过期 | "登录已过期,请重新登录" | 重新扫码 |
| 网络错误 | "网络不稳定,请稍后重试" | 延迟重试 |
| 文件不存在 | "未找到指定文件" | 建议搜索 |
| 转存失败 | "转存失败:[具体原因]" | 检查链接/空间 |
| 分享失效 | "分享已失效或不存在" | 联系分享者 |
| 空间不足 | "存储空间不足,请清理后重试" | 清理空间 |
| 下载失败 | "下载失败:[具体原因]" | 检查链接 |
危险操作控制
以下操作设置了 disable-model-invocation: true,需要用户显式调用:
| 操作 | 危险等级 | 原因 |
|---|---|---|
| 登录认证 | 🔴 高 | 涉及账户凭证 |
| 文件删除 | 🔴 高 | 不可逆操作 |
| 批量转存 | 🟡 中 | 可能产生大量文件 |
| 清空回收站 | 🔴 高 | 不可逆操作 |
| 离线下载清理 | 🟡 中 | 删除下载任务 |
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.
- 11d ago First seen · 223 lines · 0 tokens per session scan A dc63577c2cbf
115-skills is a skill published in the GitHub repository Lord1Egypt/awesome-skill-forge (2 stars, last pushed 3mo ago), licensed MIT. It adds 66 tokens to every session and 1,951 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.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.