← 返回 Skills 市场
aipoch-ai

Grammar Checker Ama

作者 AIpoch · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
139
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install grammar-checker-ama
功能描述
Grammar checking tool for AMA style medical writing
使用说明 (SKILL.md)

Grammar Checker (AMA)

Specialized grammar checking for medical writing following AMA Manual of Style.

Usage

python scripts/main.py --text "Your text here"

Parameters

Parameter Type Default Required Description
--text, -t string - Yes Text to check for AMA style compliance

Features

  • Passive voice detection
  • AMA style compliance
  • Medical terminology validation

Output

Grammar correction suggestions with explanations.

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's code is small and readable but does not implement most features claimed in the documentation (AMA compliance, medical terminology checks). If you consider installing/use: 1) Treat the tool as very limited — it only looks for a few hardcoded passive‑voice phrases. Do not rely on it for clinical or publication decisions. 2) Ask the author for provenance, tests, and a changelog (no homepage or publisher metadata is provided). 3) Require unit tests or representative sample inputs/outputs to verify the advertised features before using in production. 4) Run the script in a sandboxed environment and review any changes if you extend it to read/write files. 5) If you need real AMA/style checks or terminology validation, prefer a well‑maintained tool or service with documented algorithms and tests.
功能分析
Type: OpenClaw Skill Name: grammar-checker-ama Version: 0.1.0 The skill bundle is a simple grammar checker for AMA medical style. The Python script (scripts/main.py) performs basic string matching to detect passive voice and contains no network calls, file system operations, or suspicious execution logic. The documentation (SKILL.md) accurately reflects the tool's purpose without any prompt injection attempts or malicious instructions.
能力评估
Purpose & Capability
The skill description and SKILL.md claim features like 'AMA style compliance' and 'medical terminology validation', but the included script (scripts/main.py) only implements a very small passive‑voice check using a hardcoded list of phrases. This is a capability mismatch: the advertised functionality is not present in the code.
Instruction Scope
SKILL.md instructs running `python scripts/main.py --text "..."`, which matches the script's CLI. However the documentation refers to reading/writing input/output files and various risk mitigations (input validation, sandboxing) that the script does not implement. The instructions are broader and more security‑conscious than the actual runtime behavior; they leave important validation and file‑IO protections to the environment rather than implementing them.
Install Mechanism
No install spec is provided (instruction-only with a small Python script). This is low risk from an installation perspective because nothing is downloaded or installed automatically.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The script reads only CLI input and prints output to stdout. The requested environment access is minimal and proportional to the apparent runtime behavior.
Persistence & Privilege
The skill is not always-enabled and does not request any persistent privileges or modify other skills or system configuration. It runs only when invoked by the user/agent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install grammar-checker-ama
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /grammar-checker-ama 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of grammar-checker-ama, a grammar checking tool for AMA style medical writing. - Detects passive voice usage - Checks compliance with AMA Manual of Style - Validates medical terminology - Provides grammar correction suggestions with explanations - Command-line interface for checking input text
元数据
Slug grammar-checker-ama
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Grammar Checker Ama 是什么?

Grammar checking tool for AMA style medical writing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 Grammar Checker Ama?

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

Grammar Checker Ama 是免费的吗?

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

Grammar Checker Ama 支持哪些平台?

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

谁开发了 Grammar Checker Ama?

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

💬 留言讨论