Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/HalseyYang/Skills-HY --skill cli-anything-zoteroコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
查询 AI HOT 的中文 AI 资讯、精选、当前热点和日报。用户询问今天或最近的 AI 新闻、AI 圈动态、大模型或产品发布、OpenAI/Anthropic/Google 最新消息、AI 论文、AI 日报、AI HOT 精选、当前最热事件,或需要同步当前全部精选时使用。必须通过 aihot.virxact.com 的匿名只读 API 获取当前数据,不凭训练记忆回答新闻;不需要 API Key 或 MCP server。
CAPA system management for medical device QMS. Covers root cause analysis, corrective action planning, effectiveness verification, and CAPA metrics. Use for CAPA investigations, 5-Why analysis, fishbone diagrams, root cause determination, corrective action tracking, effectiveness verification, or CAPA program optimization.
为OpenClaw提供中文文本处理、翻译、OCR、语音识别等功能的综合工具包。支持中文分词、拼音转换、中英文翻译、关键词提取、文本分析等功能。
SOC 職業分類に基づく
SKILL.md を表示中
| name | cli-anything-zotero |
| description | CLI harness for Zotero. |
| disable | true |
cli-anything-zotero is an agent-native CLI for Zotero desktop. It does not reimplement Zotero. Instead, it composes Zotero's real local surfaces:
pip install -e .
cli-anything-zotero
python -m cli_anything.zotero
search items, item export, item citation, and item bibliography require Zotero's Local API to be enabled.note add depends on the live Zotero GUI context and expects the same library to be selected in the app.session use-library <id> before follow-up commands.Application and runtime inspection commands.
| Command | Description |
|---|---|
status | Execute status. |
version | Execute version. |
launch | Execute launch. |
enable-local-api | Execute enable-local-api. |
ping | Execute ping. |
Collection inspection and selection commands.
| Command | Description |
|---|---|
list | Execute list. |
find | Execute find. |
tree | Execute tree. |
get | Execute get. |
items | Execute items. |
use-selected | Execute use-selected. |
create | Execute create. |
Item inspection and rendering commands.
| Command | Description |
|---|---|
list | Execute list. |
find | Execute find. |
get | Execute get. |
children | Execute children. |
notes | Execute notes. |
attachments | Execute attachments. |
file | Execute file. |
export | Execute export. |
citation | Execute citation. |
bibliography | Execute bibliography. |
context | Execute context. |
analyze | Execute analyze. |
add-to-collection | Execute add-to-collection. |
move-to-collection | Execute move-to-collection. |
Saved-search inspection commands.
| Command | Description |
|---|---|
list | Execute list. |
get | Execute get. |
items | Execute items. |
Tag inspection commands.
| Command | Description |
|---|---|
list | Execute list. |
items | Execute items. |
Installed CSL style inspection commands.
| Command | Description |
|---|---|
list | Execute list. |
Official Zotero import and write commands.
| Command | Description |
|---|---|
file | Execute file. |
json | Execute json. |
Read and add child notes.
| Command | Description |
|---|---|
get | Execute get. |
add | Execute add. |
Session and REPL context commands.
| Command | Description |
|---|---|
status | Execute status. |
use-library | Execute use-library. |
use-collection | Execute use-collection. |
use-item | Execute use-item. |
use-selected | Execute use-selected. |
clear-library | Execute clear-library. |
clear-collection | Execute clear-collection. |
clear-item | Execute clear-item. |
history | Execute history. |
Inspect Zotero paths and backend availability.
cli-anything-zotero app status --json
Persist the collection selected in the Zotero GUI.
cli-anything-zotero collection use-selected --json
Render a citation using Zotero's Local API.
cli-anything-zotero item citation <item-key> --style apa --locale en-US --json
Create a child note under an existing Zotero item.
cli-anything-zotero note add <item-key> --text "Key takeaway" --json
Assemble structured context for downstream model analysis.
cli-anything-zotero item context <item-key> --include-notes --include-links --json
0.1.0
Zotero harness integrates 27 academic research skills. Use skills command group:
cli-anything-zotero skills list # List all skills
cli-anything-zotero skills list -c writing # Writing skills only
cli-anything-zotero skills pipeline original_article # Recommended workflow
cli-anything-zotero skills journal "Nature" # Journal figure guide
| Category | Skills | Description |
|---|---|---|
| search | lit-review, systematic-review, deep-search | Literature discovery |
| research | ideation, brainstorming, hypothesis, deep-research | Research design |
| writing | write-paper, manuscript, citation, outline, revision | Paper writing |
| review | full-review, peer-review, seven-pass, verify-citations, audit-data | Peer review |
| visualization | slides, schematics, poster, nature-fig | Figures & presentations |
| analysis | eda, statistics, critical-thinking | Data analysis |
| pipeline | full-pipeline, research-to-paper | End-to-end workflows |
| Task | Steps |
|---|---|
| literature_review | systematic-review → critical-thinking → write-paper → seven-pass |
| original_article | hypothesis → statistics → manuscript → schematics → slides → full-review |
| meta_analysis | deep-search → deep-research → statistics → write-paper → peer-review |
| thesis | full-pipeline → seven-pass → slides → poster |