platforms/hermes/skills/social-media/linuxdo/SKILL.md
Read LINUX DO forum content via Discourse JSON API + Chrome Cookie auth. Actions: check login, latest topics, top/trending, full-text search, read topic details, browse categories. Keywords: linuxdo, linux.do, l站, 帖子, 搜索, 最新, 热门, 分类, discourse, forum.
npx skillsauth add codingsamss/ai-dotfiles linuxdoInstall 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.
通过本地 Python 脚本只读访问 LINUX DO(linux.do)论坛内容。默认使用 Discourse JSON API + Chrome Cookie 自动提取认证,可访问有信任等级限制的帖子。
https://linux.do;如需代理,建议:
HTTP_PROXY=http://127.0.0.1:7897HTTPS_PROXY=http://127.0.0.1:7897推荐命令前缀:
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
SCRIPT="$CODEX_HOME/skills/linuxdo/scripts/linuxdo.py"
HTTP_PROXY=http://127.0.0.1:7897 HTTPS_PROXY=http://127.0.0.1:7897 python3 "$SCRIPT" <subcommand>
Triggers: linuxdo 登录状态、linuxdo whoami、l站身份
python3 "$SCRIPT" whoami
Triggers: linuxdo 最新帖子、l站最新、latest linuxdo
python3 "$SCRIPT" latest --limit 20 --page 0
Triggers: linuxdo 热门、l站热帖、linuxdo top、l站 trending
python3 "$SCRIPT" top --period weekly --limit 20
--period 可选:daily / weekly / monthly / yearly / all
Triggers: 搜索 linuxdo、linuxdo 搜索、search linuxdo、l站搜索
python3 "$SCRIPT" search "OpenAI" --limit 10
Triggers: 查看 linuxdo 帖子、读帖、linuxdo topic、看看这个帖子
python3 "$SCRIPT" topic "https://linux.do/t/topic/1611298" --posts 5
支持输入格式:
https://linux.do/t/topic/1611298topic/16112981611298Triggers: linuxdo 分类、l站分类、linuxdo categories
列出分类:
python3 "$SCRIPT" category
查看分类帖子:
python3 "$SCRIPT" category develop --limit 20
默认认证优先级:
--cookie 显式传入--cookie-file(支持 name=value; ... 或 Netscape Cookie 文件)LINUXDO_COOKIE示例:
python3 "$SCRIPT" --cookie-file ~/.config/linuxdo/cookie.txt topic 1611298 --posts 3
tools
Apifox 接口测试用例:test-case 与 test-data 的查询、创建、更新、删除、分类和运行;处理测试步骤、断言、提取变量、前后置处理器、数据集,以及“CLI 创建后前端测试步骤无法展示”等问题。
tools
通过 Apifox CLI 管理 Apifox 项目资源。触发场景:运行接口自动化测试/测试套件,查询/创建/更新/删除接口、环境、Schema、Mock、分支等项目资源,导入导出 API 文档,查看测试报告,管理 Runner、定时任务、通知等 CI/CD 配置。CLI 输出为结构化 JSON,常含 agentHints.nextSteps;所有命令支持 --help。
tools
Apifox 接口测试用例:test-case 与 test-data 的查询、创建、更新、删除、分类和运行;处理测试步骤、断言、提取变量、前后置处理器、数据集,以及“CLI 创建后前端测试步骤无法展示”等问题。
tools
通过 Apifox CLI 管理 Apifox 项目资源。触发场景:运行接口自动化测试/测试套件,查询/创建/更新/删除接口、环境、Schema、Mock、分支等项目资源,导入导出 API 文档,查看测试报告,管理 Runner、定时任务、通知等 CI/CD 配置。CLI 输出为结构化 JSON,常含 agentHints.nextSteps;所有命令支持 --help。