← 返回 Skills 市场
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install circos-plot-generator-1
功能描述
Use blind-review-sanitizer for academic writing workflows that need structured anonymization, explicit assumptions, and clear output boundaries for double-bl...
使用说明 (SKILL.md)
\r
Blind Review Sanitizer\r
\r Structured manuscript anonymization for double-blind peer review.\r \r
When to Use\r
\r
- Use this skill when the task needs removal or review of author-identifying content in manuscripts prepared for double-blind submission.\r
- Use this skill for academic writing tasks that require explicit assumptions, bounded scope, and a reproducible output format.\r
- Use this skill when you need a documented fallback path for missing inputs, execution errors, or partial evidence.\r \r
Key Features\r
\r
- Scope-focused workflow aligned to: Use blind-review-sanitizer for academic writing workflows that need structured anonymization, explicit assumptions, and clear output boundaries for double-blind submission.\r
- Packaged executable path(s):
scripts/main.py.\r - Reference material available in
references/for task-specific guidance.\r - Structured execution path designed to keep outputs consistent and reviewable.\r \r
Dependencies\r
\r
See ## Prerequisites above for related details.\r
\r
Python:3.10+. Repository baseline for current packaged skills.\rdocx:unspecified. Declared inrequirements.txt.\r \r
Example Usage\r
\r
cd "20260318/scientific-skills/Academic Writing/blind-review-sanitizer"\r
python -m py_compile scripts/main.py\r
python scripts/main.py --help\r
```\r
\r
Example run plan:\r
1. Confirm the user input, output path, and any required config values.\r
2. Edit the in-file `CONFIG` block or documented parameters if the script uses fixed settings.\r
3. Run `python scripts/main.py` with the validated inputs.\r
4. Review the generated output and return the final artifact with any assumptions called out.\r
\r
## Implementation Details\r
\r
See `## Workflow` above for related details.\r
\r
- Execution model: validate the request, choose the packaged workflow, and produce a bounded deliverable.\r
- Input controls: confirm the source files, scope limits, output format, and acceptance criteria before running any script.\r
- Primary implementation surface: `scripts/main.py`.\r
- Reference guidance: `references/` contains supporting rules, prompts, or checklists.\r
- Parameters to clarify first: input path, output path, scope filters, thresholds, and any domain-specific constraints.\r
- Output discipline: keep results reproducible, identify assumptions explicitly, and avoid undocumented side effects.\r
\r
## Quick Check\r
\r
Use this command to verify that the packaged script entry point can be parsed before deeper execution.\r
\r
```bash\r
python -m py_compile scripts/main.py\r
```\r
\r
## Audit-Ready Commands\r
\r
Use these concrete commands for validation. They are intentionally self-contained and avoid placeholder paths.\r
\r
```bash\r
python -m py_compile scripts/main.py\r
python scripts/main.py --help\r
```\r
\r
## Workflow\r
\r
1. Confirm the submission target, source file type, anonymization strictness, and whether acknowledgments should be preserved.\r
2. Check whether the provided material is a supported file format and whether author names or known identifiers are available.\r
3. Use the packaged script for supported files; otherwise produce a manual anonymization checklist without claiming full sanitization.\r
4. Return the sanitized artifact or a verification plan that separates changes made, remaining risks, and manual review points.\r
5. If the request lacks a file path or enough identifiers, stop and request the minimum missing input.\r
\r
## Use Cases\r
\r
- Blind a manuscript before conference submission\r
- Review acknowledgments and self-citations for deanonymization risk\r
- Produce a manual anonymity checklist when automated processing is not possible\r
\r
## Parameters\r
\r
| Parameter | Type | Required | Default | Description |\r
|-----------|------|----------|---------|-------------|\r
| `--input`, `-i` | string | Yes | - | Input manuscript file path (`.docx`, `.md`, `.txt`) |\r
| `--output`, `-o` | string | No | auto-generated | Output path with blinded suffix when omitted |\r
| `--authors` | string | No | - | Comma-separated author names for stronger detection |\r
| `--keep-acknowledgments` | flag | No | false | Preserve acknowledgment section |\r
| `--highlight-self-cites` | flag | No | false | Highlight self-citations without replacement |\r
\r
## Returns\r
\r
- Sanitized manuscript file for supported formats\r
- Summary of removed identifiers when available\r
- Explicit note when manual verification is still required\r
\r
## Example\r
\r
`python scripts/main.py --input manuscript.md --authors "Alice Chen,Bob Smith"`\r
\r
## Risk Assessment\r
\r
| Risk Indicator | Assessment | Level |\r
|----------------|------------|-------|\r
| Code Execution | Local Python script execution only | Medium |\r
| Network Access | No external API calls | Low |\r
| File System Access | Reads manuscript files and writes blinded output | Medium |\r
| Instruction Tampering | Standard prompt-guided workflow | Low |\r
| Data Exposure | Sensitive manuscript content remains local to workspace | Medium |\r
\r
## Security Checklist\r
\r
- [ ] No hardcoded credentials or API keys\r
- [ ] No unauthorized file system access (`../`)\r
- [ ] Sensitive manuscript content stays within approved workspace\r
- [ ] Input file paths validated before processing\r
- [ ] Output file path reviewed before overwrite\r
- [ ] Error messages do not fabricate successful sanitization\r
- [ ] Manual review required before submission\r
- [ ] Metadata cleanup handled separately when needed\r
\r
## Prerequisites\r
\r
Optional dependency: `python-docx` is required only for `.docx` processing.\r
\r
## Evaluation Criteria\r
\r
### Success Metrics\r
- [ ] Script path parses successfully\r
- [ ] Help output documents supported options\r
- [ ] Sanitization stays within double-blind preparation scope\r
- [ ] Missing file or missing identifiers trigger bounded fallback\r
\r
### Test Cases\r
1. **Basic Functionality**: Help output and script parse succeed\r
2. **Edge Case**: Missing file path triggers explicit stop condition\r
3. **Output Quality**: Remaining anonymity risks are called out clearly\r
\r
## Lifecycle Status\r
\r
- **Current Stage**: Draft\r
- **Next Review Date**: 2026-03-20\r
- **Known Issues**: File metadata and embedded image review still require manual checks\r
- **Planned Improvements**:\r
- Safer sample-file smoke test for richer audit coverage\r
- More explicit metadata cleanup guidance\r
\r
## Output Requirements\r
\r
Every final response should make these items explicit when they are relevant:\r
\r
- Objective or requested deliverable\r
- Inputs used and assumptions introduced\r
- Workflow or decision path\r
- Core result, recommendation, or artifact\r
- Constraints, risks, caveats, or validation needs\r
- Unresolved items and next-step checks\r
\r
## Error Handling\r
\r
- If required inputs are missing, state exactly which fields are missing and request only the minimum additional information.\r
- If the task goes outside the documented scope, stop instead of guessing or silently widening the assignment.\r
- If `scripts/main.py` fails, report the failure point, summarize what still can be completed safely, and provide a manual fallback.\r
- Do not fabricate files, citations, data, search results, or execution outcomes.\r
\r
## Input Validation\r
\r
This skill accepts requests that match the documented purpose of `blind-review-sanitizer` and include enough context to complete the workflow safely.\r
\r
Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:\r
\r
> `blind-review-sanitizer` only handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.\r
\r
## References\r
\r
- [references/audit-reference.md](references/audit-reference.md) - Supported scope, audit commands, and fallback boundaries\r
\r
## Response Template\r
\r
Use the following fixed structure for non-trivial requests:\r
\r
1. Objective\r
2. Inputs Received\r
3. Assumptions\r
4. Workflow\r
5. Deliverable\r
6. Risks and Limits\r
7. Next Checks\r
\r
If the request is simple, you may compress the structure, but still keep assumptions and limits explicit when they affect correctness.\r
安全使用建议
Do not install or run this skill until the naming mismatch is resolved. The bundle's code and SKILL.md implement a manuscript anonymizer, but the registry name ("Circos Plot Generator") contradicts that. Ask the publisher/owner to explain the mismatch and provide provenance (homepage, repository, or author identity). If you proceed: 1) inspect the full scripts/main.py file locally for hidden behavior (network calls, exec, or obfuscated code) before executing; 2) correct or confirm the dependency: pip package should likely be python-docx not 'docx' (installing the wrong package could pull in an unexpected project); 3) run the script in an isolated sandbox on non-sensitive test documents and use the provided python -m py_compile and --help checks; 4) verify outputs carefully (metadata, acknowledgments, and removed-items logs) and never run it on sensitive unpublished manuscripts until you trust the source. If the owner cannot explain the registry name mismatch, treat the package as untrusted.
功能分析
Type: OpenClaw Skill
Name: circos-plot-generator-1
Version: 1.0.0
The skill bundle is a legitimate utility designed to anonymize academic manuscripts for double-blind peer review. The core logic in `scripts/main.py` performs local text processing using regular expressions to redact author names, institutions, and contact information from .docx, .md, and .txt files. There is no evidence of data exfiltration, network communication, obfuscation, or malicious instructions in `SKILL.md`. The code operates strictly on user-provided input files and follows defensive programming practices.
能力评估
Purpose & Capability
Registry metadata lists the skill as "Circos Plot Generator" while SKILL.md and scripts/main.py clearly implement a "blind-review-sanitizer" for anonymizing manuscripts. This name/description mismatch is a strong incoherence signal: either the skill was mispackaged or mislabeled, which could be accidental but may also indicate sloppy or malicious repurposing. Other requested resources (none) align with the anonymizer purpose.
Instruction Scope
SKILL.md instructs running the bundled local Python script, validating input/output paths, and performing local-only anonymization. The instructions do not direct the agent to read arbitrary system files or call external endpoints; they emphasize manual review and security guardrails. Behaviour described stays within expected scope of a sanitizer.
Install Mechanism
This is an instruction-only skill (no install spec); a local script is bundled and meant to be executed directly. No network downloads or external installers are invoked. Minor concern: requirements.txt lists 'docx' (one-word) while SKILL.md refers to 'python-docx' — that mismatch could cause an unexpected dependency to be installed if someone blindly runs pip install -r requirements.txt.
Credentials
The skill requests no environment variables, no credentials, and no config paths — appropriate for a local-file anonymizer. There are no declared secrets or unrelated credentials.
Persistence & Privilege
Skill does not request permanent presence (always:false) and does not claim to modify other skills or global agent configuration. It operates on local files and writes output to provided output paths only.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install circos-plot-generator-1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/circos-plot-generator-1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of blind-review-sanitizer for structured anonymization in academic workflows:
- Provides command-line tool for anonymizing manuscripts (.docx, .md, .txt) for double-blind submission.
- Supports customizable options for author identifiers, acknowledgments, and self-citation highlighting.
- Includes clear input validation, bounded error handling, and explicit fallback paths for unsupported cases.
- Offers reproducible, audit-ready workflow with reference guidance and security checks.
- Delivers explicit outputs: sanitized files, risk summaries, and manual review recommendations as appropriate.
元数据
常见问题
Circos Plot Generator 是什么?
Use blind-review-sanitizer for academic writing workflows that need structured anonymization, explicit assumptions, and clear output boundaries for double-bl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Circos Plot Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install circos-plot-generator-1」即可一键安装,无需额外配置。
Circos Plot Generator 是免费的吗?
是的,Circos Plot Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Circos Plot Generator 支持哪些平台?
Circos Plot Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Circos Plot Generator?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills