← 返回 Skills 市场
romancircus

SOTA AI Model Tracker

作者 romancircus · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1858
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sota-tracker-mcp
功能描述
Provides daily updated authoritative data and APIs tracking state-of-the-art AI models across categories from LMArena, Artificial Analysis, and HuggingFace.
安全使用建议
What to consider before installing/running: - If you only need up-to-date SOTA data, prefer downloading the published data/sota_export.json or CSV (SKILL.md Option 1) instead of running scrapers or enabling servers. - Running scrapers requires pip install -r requirements.txt and playwright install chromium (downloads a browser binary). Scrapers will make network requests to LMArena, ArtificialAnalysis, HuggingFace, Civitai, etc.; review scraper code if you have policy concerns about any source. - The project will modify user config if you follow the embedding instructions (writes ~/.claude/CLAUDE.md) and may add a user-level systemd timer; these are normal but persistent changes — back up the file first. - If you run the REST API or MCP server locally, consider firewalling or adding authentication (SKILL.md and SECURITY.md show how) so the service isn't exposed publicly by accident. - The repo includes GitHub Actions automation in its workflow docs; if you fork and enable Actions, the workflow will auto-commit updated data to your fork. Be mindful of what you allow a workflow to push from your account. - To reduce risk: run inside a dedicated virtualenv, inspect init_db.py and scrapers for unexpected behavior, use the static JSON export where possible, and avoid enabling MCP or systemd timers until you’re comfortable with the code. Overall this appears coherent and consistent with its stated purpose; the main risks are operational (network access, local file writes, running a local server) rather than deceptive behavior.
功能分析
Type: OpenClaw Skill Name: sota-tracker-mcp Version: 1.0.0 The OpenClaw AgentSkills skill bundle is classified as suspicious due to its use of persistent execution mechanisms and modification of sensitive agent configuration files. Specifically, `SKILL.md` and `README.md` instruct the agent to set up daily `systemd` timers or `cron` jobs to execute `scripts/update_sota_claude_md.py`. This script then modifies `~/.claude/CLAUDE.md`, a critical file for AI agent instructions, and can execute other scripts within the bundle via `subprocess.run` (e.g., `scrapers/run_all.py`). While the current content written to `CLAUDE.md` and the executed scripts are for the benign purpose of updating SOTA model data, these capabilities represent a high level of control over the agent's environment and configuration, which could be misused if the code or instructions were altered.
能力评估
Purpose & Capability
The name/README/SKILL.md describe a SOTA model tracker; the code files (scrapers, fetchers, init_db, rest_api, server) match that purpose. The metadata declares no credentials or binaries, which is consistent with a self-hosted Python project that runs scrapers and serves a local API.
Instruction Scope
SKILL.md instructs the user to run scrapers (Playwright + Chromium), pip install requirements, write/overwrite ~/.claude/CLAUDE.md for static embedding, and optionally enable a systemd user timer — all within the stated purpose. These instructions do modify user config and run network scrapers; they're expected for this tool but users should be aware these are persistent, local file and system-level changes.
Install Mechanism
There is no install spec in the skill metadata (instruction-only), but the repo includes requirements.txt, pyproject.toml and scripts that require installing Python deps and Playwright/Chromium. That mismatch is explainable (manual install expected) but worth noting: the skill will require downloads (pip packages and a browser) if you follow SKILL.md.
Credentials
The project does not request secrets or unrelated environment variables. SECURITY.md documents optional env vars (SOTA_CACHE_DIR, SOTA_LOG_LEVEL) but none are required. The scrapers use publicly accessible sources; no credentials are stored in the repo.
Persistence & Privilege
always:false and normal autonomous invocation are set. The runtime instructions recommend creating/updating ~/.claude/CLAUDE.md and enabling a systemd --user timer; those are legitimate user-level persistence actions but they change local configuration and create a periodic task. If enabled, the optional MCP server would run a local service that may be reachable depending on host networking and .mcp.json configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sota-tracker-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sota-tracker-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Track 156+ AI models with daily updates from LMArena, Anthropic, HuggingFace
元数据
Slug sota-tracker-mcp
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SOTA AI Model Tracker 是什么?

Provides daily updated authoritative data and APIs tracking state-of-the-art AI models across categories from LMArena, Artificial Analysis, and HuggingFace. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1858 次。

如何安装 SOTA AI Model Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sota-tracker-mcp」即可一键安装,无需额外配置。

SOTA AI Model Tracker 是免费的吗?

是的,SOTA AI Model Tracker 完全免费(开源免费),可自由下载、安装和使用。

SOTA AI Model Tracker 支持哪些平台?

SOTA AI Model Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SOTA AI Model Tracker?

由 romancircus(@romancircus)开发并维护,当前版本 v1.0.0。

💬 留言讨论