← 返回 Skills 市场
m2kar

ccfrank

作者 m2kar · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install ccfrank
功能描述
查询会议/期刊的 CCF 等级。当用户提到 CCF 等级、论文评级、会议排名、期刊等级,或需要查询某个会议/期刊是 CCF-A/B/C 时使用此技能。支持通过会议简称(如 PLDI、ICSE)、全称、或 DBLP URL 查询。
使用说明 (SKILL.md)

CCFrank

查询会议/期刊的 CCF 等级(A/B/C/E/P/none)。

安装配置(MCP)

全局安装 CLI(安装命令不限制版本):

npm install -g ccfrank
{
  "mcpServers": {
    "ccfrank": {
      "command": "npx",
      "args": ["--no-install", "ccfrank"]
    }
  }
}

使用

调用工具:ccfrank.ccf_rank

  • 参数:query: string
  • 支持输入:简称(如 PLDI)、全称、DBLP 路径(如 /conf/pldi/2024

示例:PLDIICSEIEEE Transactions on Software Engineering

返回字段(核心)

  • matched:是否匹配
  • rankA | B | C | E | P | none
  • canonicalName:标准名称
  • venueTypeconference | journal
  • matchedBy:匹配方式(简称/全称/URL)
  • sourceKey:归一化来源键

说明

  • 数据基于 CCF 2026 年 3 月版目录
  • 未收录返回 none
  • 元数据依赖固定为 [email protected](含 integrity / tarball

资源

安全使用建议
This skill is a thin wrapper around the public npm package 'ccfrank' and appears coherent for querying CCF ranks. Before installing or allowing the agent to invoke it: (1) ensure the environment has npm/npx or preinstall the package if you prefer; (2) review the package source on GitHub (https://github.com/m2kar/CCFrank4dblp) to confirm it does only lookups and doesn't perform unexpected network or filesystem actions; (3) prefer running it in a sandbox or review package version integrity if you will install globally; and (4) note the SKILL.md lists no required env vars but does rely on npm tooling — this minor mismatch is benign but worth being aware of.
能力评估
Purpose & Capability
Name/description (query CCF ranks for venues) match the declared dependency on the ccfrank npm package and the described tool entrypoint (ccfrank.ccf_rank). The npm package and GitHub repo are plausible sources for this functionality.
Instruction Scope
SKILL.md instructs only to invoke the ccfrank CLI/tool with a simple 'query' string and returns structured fields; it does not instruct reading arbitrary files, environment variables, or transmitting unrelated data to external endpoints.
Install Mechanism
Install uses an npm package from the public registry (registry.npmjs.org) with an integrity hash and a tarball URL — a typical but moderately risky mechanism compared with instruction-only skills. The install/execution uses 'npx --no-install ccfrank' (which requires npx/npm to be available or the package preinstalled). This is not a dangerous download host, but it does mean third‑party code will run locally; the SKILL.md also suggests global npm installation (npm install -g ccfrank).
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportional for a read-only lookup tool.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. Normal autonomous invocation is allowed by default and is not a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ccfrank
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ccfrank 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
安装配置改为 npx --no-install 运行已安装包
v1.0.3
增加 Skill 元数据依赖声明(npm 包/版本/integrity/tarball/source);改为本地隔离安装,禁用全局安装
v1.0.2
审核修复:移除 npx 动态执行,改为固定版本安装;统一 GitHub 来源链接
v1.0.1
精简 SKILL.md 文档
v1.0.0
- Initial release of the ccfrank skill (version 1.0.0). - Provides CCF level (A/B/C/E/P/none) lookup for conferences and journals by name, abbreviation, or DBLP URL. - Uses the official CCF 2022 directory for reliable and authoritative results. - Works offline after installation. - Easily integrates with MCP-based systems (OpenClaw, mcporter). - Returns structured query results including details like canonical name, rank, and match method.
元数据
Slug ccfrank
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

ccfrank 是什么?

查询会议/期刊的 CCF 等级。当用户提到 CCF 等级、论文评级、会议排名、期刊等级,或需要查询某个会议/期刊是 CCF-A/B/C 时使用此技能。支持通过会议简称(如 PLDI、ICSE)、全称、或 DBLP URL 查询。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 ccfrank?

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

ccfrank 是免费的吗?

是的,ccfrank 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ccfrank 支持哪些平台?

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

谁开发了 ccfrank?

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

💬 留言讨论