.codex/skills/nexusphpweb-site-config/SKILL.md
适配 NexusPHPWeb 类型站点的站点配置与 infoFinder 字段编写。需要检查 `assets/sites_manifest.json` 中站点 id 是否存在,缺失时先调用 Add Site 技能创建配置文件,然后依据 `docs/SITE_CONFIGURATION_GUIDE.md` 与 `assets/site_configs.json` 的 NexusPHPWeb 模板生成或更新 `infoFinder`,并用用户提供的 cookie 抓取静态页面信息时使用。
npx skillsauth add justlookatnow/pt_mate nexusphpweb-site-configInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
用于在本仓库中创建或更新 NexusPHPWeb 类型站点配置,重点生成 infoFinder,并保证站点 id、manifest 与配置文件一致。
id、cookie。必要时确认 cookie 是否为有效登录态;只有在 id 不存在时才询问站点根网址与名称。assets/sites_manifest.json:确认 id 是否已存在。id 不存在:调用 Add Site 技能创建基础站点配置与 manifest 条目,再继续后续步骤。id 已存在:读取 assets/sites/{id}.json 获取站点根网址与站点类型,避免重复向用户询问。docs/SITE_CONFIGURATION_GUIDE.md,再查看 assets/site_configs.json 中 NexusPHPWeb 部分,确定字段含义与默认结构。cookie 直接访问页面并提取 HTML 信息,编写 infoFinder。优先尝试常见路径(如 usercp.php、torrents.php、usercp.php?action=tracker),确保稳定可访问。td.line-content 合并为真实 HTML)。infoFinder,保持与模板风格一致。id 缺失时使用 Add Site 技能创建配置文件。infoFinder 的字段结构以 docs/SITE_CONFIGURATION_GUIDE.md 与模板为准,避免自创字段。assets/sites/{id}.json 获取站点根网址时,才向用户询问站点根网址。documentation
自动化项目的版本发布流程,包括版本号自增、ChangeLog 提取与汇总、代码提交、打标签以及推送到远程仓库。
tools
Create a new site configuration, update the manifest, and fetch icons.
documentation
自动化项目的版本发布流程,包括版本号自增、ChangeLog 提取与汇总、代码提交、打标签以及推送到远程仓库。
tools
Create a new site configuration, update the manifest, and fetch icons.