Home / w3c0929 / myscoop · .claude/skills-myscoop/SKILL.md · GitHub

myscoop skillA

myscoop is agent-read markdown (skill) from w3c0929/myscoop: 将 GitHub 上的 Windows 软件收录到 myscoop bucket。分析目标项目的 release 资产,选择合适的安装方式,生成 manifest 并验证。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Scoop Manifest 制作技能

## 触发条件

当用户说"添加这个软件到 myscoop"、"收录"、"把 xxx 加到 bucket"等,或给出一个仓库/下载链接时触发。

## 执行流程

### 第零步:链接类型自动判断

用户提供链接时,先自动判断链接类型,决定后续流程:

| 链接类型 | 判断规则 | 处理方式 |
|---------|---------|---------|
| GitHub 仓库链接 | 域名含 `github.com/{owner}/{repo}`(或 gitee.com) | **必须**执行 `python3 myscoop-update.py --add <链接> [--name 应用名]` 自动生成 manifest(脚本内部完成 API 收集与资产分析;zip 等内部的 bin/shortcuts 仍需手动确认) |
| 直接下载链接 | 以 `.exe` / `.zip` / `.7z` / `.msi` 结尾的文件直链 | 跳过第一步(GitHub API 收集),直接进入第二步,**必须由用户确认收录方式**后才能继续 |
| 其他网页链接 | 官网、网盘、论坛等非直链页面 | 先向用户确认最终下载地址;确认后按"直接下载链接"处理 |

> 判断规则:URL 路径包含 `github.com/` 且后面跟 `{owner}/{repo}`(或 `{owner}/{repo}/releases/...`)视为 GitHub 链接;否则按下载链接或网页链接处理。

### 第一步:信息收集(并行请求)

> 仅 GitHub 链接执行本步;直接下载链接跳过本步。

同时执行以下查询,获取项目基本信息:

```bash
# 项目元信息(描述、License)
curl -s "https://api.github.com/repos/{owner}/{repo}" | python3 -c "
import sys,json; r=json.load(sys.stdin)
print('Description:', r.get('description'))
print('License:', r.get('license',{}).get('spdx_id','unknown'))
print('Homepage:', r.get('homepage',''))
"

# 最新 Release 资产(文件名、大小、下载 URL)
curl -s "https://api.github.com/repos/{owner}/{repo}/releases/latest" | python3 -c "
import sys,json; r=json.load(sys.stdin)
…

Read the whole file at its exact version.

How to install

Latest version
mdr add w3c0929/myscoop/myscoop@git:20260914.91a6c40
Exact content
mdr add w3c0929/myscoop/myscoop@sha256:525d95b5946338b4

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_l6a6yeezskcu5f4o.svg)](https://markdownregistry.com/a/art_l6a6yeezskcu5f4o)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260914.91a6c40 latest2026-09-14 91a6c40 25,033 BA view · diff
git:20260911.c1a800f2026-09-11 c1a800f 24,945 BA view · diff
git:20260829.f52309d2026-08-29 f52309d 24,108 BA view · diff
git:20260819.4ccd3a62026-08-19 4ccd3a6 23,621 BA view · diff
git:20260818.85ccc5a2026-08-18 85ccc5a 22,221 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (25033 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

w3c0929/myscoop · 15 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_l6a6yeezskcu5f4o
GET https://markdownregistry.com/api/v1/resolve?ref=w3c0929/myscoop/myscoop
GET https://markdownregistry.com/api/v1/blob/525d95b5946338b41efad8d006411b86a52eef72b33a4b0fe7f8e00770a4d078

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

Browse by kind, by grade A, or by owner.