← 返回 Skills 市场
SOTA Tracker (Claw)
作者
romancircus
· GitHub ↗
· v1.0.1
1601
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install sota-tracker-claw
功能描述
Provides daily-updated, authoritative rankings and metadata of state-of-the-art AI models aggregated from leading sources via JSON, API, or local queries.
安全使用建议
This project appears coherent and fits its stated purpose (daily scrapers, exports, REST API, optional MCP). Before installing or enabling automation: 1) Review the scripts that will write to your home (update_sota_claude_md.py, any recommended copies to ~/.claude or ~/.cyrus) so you know what they change. 2) If you run scrapers, do so in an isolated environment (virtualenv, container, or VM) because Playwright will download browser binaries and scrapers make external network requests. 3) Don’t expose the REST API publicly without adding authentication or firewall rules; docs note wildcard CORS and no built-in auth by default. 4) If you enable GitHub Actions on a fork, review the workflow to understand what it commits; enabling workflows gives the repo the ability to push commits in that fork's context (standard GitHub behavior). 5) If you want to integrate as an MCP server, understand that adding the .mcp.json entry and running server.py will make a local service available to agents — only enable if you trust the code and network exposure. 6) No secrets are requested by the skill, which is good; still run tests and read init_db.py / scrapers/run_all.py to confirm they only access the public sources you expect. If any of these points are unclear, run the project locally in a sandbox first or ask for a targeted code review of specific scripts (e.g., update_sota_claude_md.py, server.py, scrapers/run_all.py).
功能分析
Type: OpenClaw Skill
Name: sota-tracker-claw
Version: 1.0.1
The OpenClaw AgentSkills skill bundle is designed to provide up-to-date State-of-the-Art (SOTA) AI model information to an AI agent. It uses web scraping (Playwright) from legitimate sources (LMArena, Artificial Analysis, HuggingFace, Civitai), maintains a local SQLite database, and offers a REST API and MCP server. While it employs high-risk capabilities such as browser automation for scraping and persistence via systemd/cron for daily updates (`update_agents_md.py`), these are clearly aligned with its stated purpose. The agent-facing instructions in `server.py` and the example `SKILL.md` in `SKILLS_VS_MCP.md` are forms of prompt engineering to guide the agent in correctly using the SOTA tools, not for harmful objectives. No evidence of intentional harmful behavior like data exfiltration to unauthorized endpoints, unauthorized remote control, or obfuscation for malicious purposes was found.
能力评估
Purpose & Capability
Although the registry metadata lacked a short description, the included SKILL.md and many code files describe the same purpose: scrape LMArena/ArtificialAnalysis/HuggingFace, produce JSON/CSV/SQLite exports, run a REST API and an optional MCP server, and provide scripts to embed data into agent files. Required env vars and credentials are none, which is proportionate for a public-data scraper/reader. The code files (scrapers, rest_api, server.py, init_db.py) align with the stated goal.
Instruction Scope
Runtime instructions tell the user to run scrapers, install Playwright (which downloads browsers), run init_db.py, start uvicorn/rest_api or server.py, set up systemd timers / cron jobs, copy scripts into ~/.claude or ~/.cyrus, and add an .mcp.json entry to enable the MCP server. These actions are all relevant to the repo's purpose, but they grant the code permission to write to user home files and run periodically — users should verify what the scripts do before enabling automation.
Install Mechanism
No automatic install spec is provided (instruction-only), which limits silent installs. However the repo expects users to pip install requirements.txt and to run 'playwright install chromium' — that step downloads a browser binary from Playwright distribution servers. The project does not reference obscure download URLs; dependencies and browser downloads are standard for Playwright-based scrapers.
Credentials
The project declares no required credentials or secret environment variables. SECURITY.md lists optional env vars (SOTA_CACHE_DIR, SOTA_LOG_LEVEL) only. There are no requests for unrelated cloud credentials or sensitive tokens. Note: the REST API is described as read-only but with wildcard CORS by default in docs — exposing the server without auth may be acceptable for public data but is a deployment decision you should make consciously.
Persistence & Privilege
The skill is not flagged always:true and does not request elevated system privileges. It does, however, instruct you how to persist data/automation: enabling GitHub Actions on a fork (server-side automation), adding a systemd timer or cron job, and writing to agent files (e.g., ~/.claude/CLAUDE.md, ~/.claude/skills/...). Those are appropriate for the intended use but represent persistent presence on your system and changes to agent configuration, so inspect the scripts before enabling them.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sota-tracker-claw - 安装完成后,直接呼叫该 Skill 的名称或使用
/sota-tracker-claw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Renamed from MCP to Claw v1.0.1 - optimized for agents.md static file workflow
v1.0.0
Renamed from MCP to Claw - now optimized for agents.md static file updates
元数据
常见问题
SOTA Tracker (Claw) 是什么?
Provides daily-updated, authoritative rankings and metadata of state-of-the-art AI models aggregated from leading sources via JSON, API, or local queries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1601 次。
如何安装 SOTA Tracker (Claw)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sota-tracker-claw」即可一键安装,无需额外配置。
SOTA Tracker (Claw) 是免费的吗?
是的,SOTA Tracker (Claw) 完全免费(开源免费),可自由下载、安装和使用。
SOTA Tracker (Claw) 支持哪些平台?
SOTA Tracker (Claw) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SOTA Tracker (Claw)?
由 romancircus(@romancircus)开发并维护,当前版本 v1.0.1。
推荐 Skills