115-skills

115-skills is a skill for Claude Code from Lord1Egypt/awesome-skill-forge. It costs 66 tokens per session (1,951 once invoked), scanned A, original, MIT.

A chat-based manager for 115 cloud storage, a file-hosting service. It can handle login, file browsing, searching, transfers, offline downloads, organization, storage checks, and cleanup suggestions.

In plain words
What is it for?
Use it to log in by QR code, browse or search files, save shared files, add magnet or HTTP downloads, organize files, check storage space, and get cleanup suggestions.
Why use it?
It lets users manage stored files through conversational commands instead of navigating the storage service manually.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to log in by QR code, browse or search files, save shared files, add magnet or HTTP downloads, organize files, check storage space, and get cleanup suggestions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lord1egypt/awesome-skill-forge/115-skills
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 Lord1Egypt/awesome-skill-forge --skill 115-skills
Clone the repo
git clone --depth 1 https://github.com/Lord1Egypt/awesome-skill-forge

Made for: Claude Code.

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 115-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/lord1egypt/awesome-skill-forge/115-skills/github.svg)](https://agentmods.dev/skills/lord1egypt/awesome-skill-forge/115-skills)
Your own site
<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.

agentmods 80×15 button for 115-skills

Your own site · 80×15
<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>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,951 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.00066 $0.01951
Opus 5 $0.00033 $0.00975
Sonnet 5 $0.00013 $0.00390
Haiku 4.5 $0.00007 $0.00195

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

Security

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.

community/clawhub/1/115-skills/SKILL.md · 223 lines

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/xxx115.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,需要用户显式调用:

操作 危险等级 原因
登录认证 🔴 高 涉及账户凭证
文件删除 🔴 高 不可逆操作
批量转存 🟡 中 可能产生大量文件
清空回收站 🔴 高 不可逆操作
离线下载清理 🟡 中 删除下载任务

Read the full file on GitHub · 223 lines

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. 11d ago First seen · 223 lines · 0 tokens per session scan A dc63577c2cbf

Subscribe to this mod's changes

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.