← 返回 Skills 市场
aipoch-ai

Figure Reference Checker

作者 AIpoch · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
197
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install figure-reference-checker
功能描述
Check figure references in manuscripts
使用说明 (SKILL.md)

Figure Reference Checker

Check consistency of figure references in manuscripts.

Parameters

Parameter Type Default Required Description
--manuscript, -m string - Yes Path to manuscript file

Usage

python scripts/main.py --manuscript paper.docx

Features

  • Detect orphaned figure references
  • Check figure-label consistency
  • Flag missing citations

Risk Assessment

Risk Indicator Assessment Level
Code Execution Python/R scripts executed locally Medium
Network Access No external API calls Low
File System Access Read input files, write output files Medium
Instruction Tampering Standard prompt guidelines Low
Data Exposure Output files saved to workspace Low

Security Checklist

  • No hardcoded credentials or API keys
  • No unauthorized file system access (../)
  • Output does not expose sensitive information
  • Prompt injection protections in place
  • Input file paths validated (no ../ traversal)
  • Output directory restricted to workspace
  • Script execution in sandboxed environment
  • Error messages sanitized (no stack traces exposed)
  • Dependencies audited

Prerequisites

No additional Python packages required.

Evaluation Criteria

Success Metrics

  • Successfully executes main functionality
  • Output meets quality standards
  • Handles edge cases gracefully
  • Performance is acceptable

Test Cases

  1. Basic Functionality: Standard input → Expected output
  2. Edge Case: Invalid input → Graceful error handling
  3. Performance: Large dataset → Acceptable processing time

Lifecycle Status

  • Current Stage: Draft
  • Next Review Date: 2026-03-06
  • Known Issues: None
  • Planned Improvements:
    • Performance optimization
    • Additional feature support
安全使用建议
This skill is low-risk in that it contains a short, local Python script with no network or credential access. However, the documentation and code disagree: the README/usage implies you pass a file path (e.g., a .docx) and that results are written to workspace, but the script expects the manuscript argument to be the actual text and only prints results. Before using: (1) inspect or run the script on a harmless sample to confirm behavior; (2) don't pass sensitive documents until you confirm how input is read and where output goes; (3) if you want to process .docx files, modify the script to safely open/convert those files (validate paths, avoid ../ traversal, whitelist extensions) and/or add explicit input validation; (4) run in a sandbox (container/VM) if you will process unknown files; and (5) ask the publisher/author of this skill to fix the SKILL.md so it accurately reflects the script's behavior (or update the script to actually read files and implement the claimed safeguards).
功能分析
Type: OpenClaw Skill Name: figure-reference-checker Version: 0.1.0 The skill bundle is a simple utility for identifying figure references in text using regular expressions. The code in scripts/main.py is minimal and contains no high-risk behaviors such as network access, shell execution, or sensitive data handling. While the script currently treats the input argument as literal text rather than reading from a file path (a functional bug), there are no indicators of malicious intent or security vulnerabilities.
能力评估
Purpose & Capability
The declared purpose (check figure references) matches the small included Python implementation, which uses regex to find 'Fig. <number>' tokens. However, the SKILL.md repeatedly describes passing a manuscript file path (example: paper.docx) and claims the tool reads/writes files; the script instead treats the --manuscript argument as manuscript text and does not open or write any files. This inconsistency is disproportionate to the stated functionality and may mislead users.
Instruction Scope
SKILL.md instructs running 'python scripts/main.py --manuscript paper.docx' implying the script will read a .docx file. The script does not read files or parse .docx — it treats the argument as raw text. SKILL.md also claims output files are saved to workspace and lists filesystem access in its risk table, but the code only prints to stdout. This gap between instructions and actual behavior is a scope/instruction mismatch.
Install Mechanism
No install spec and no external dependencies. The script uses only the Python standard library (argparse, re). This is low-risk from an install perspective.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not require secrets or external service access; the requested environment is proportionate.
Persistence & Privilege
The skill does not request persistent installation or elevated privileges (always:false). It does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install figure-reference-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /figure-reference-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Figure Reference Checker. - Checks consistency of figure references in manuscripts - Detects orphaned figure references and flags missing citations - Verifies figure-label consistency - Accepts path to manuscript file as input - Includes built-in risk assessment and security checklist - No additional Python packages required
元数据
Slug figure-reference-checker
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Figure Reference Checker 是什么?

Check figure references in manuscripts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 197 次。

如何安装 Figure Reference Checker?

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

Figure Reference Checker 是免费的吗?

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

Figure Reference Checker 支持哪些平台?

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

谁开发了 Figure Reference Checker?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v0.1.0。

💬 留言讨论