research-management

research-management is a skill for Claude Code, Codex from verygoodplugins/claude-plugins. It costs 55 tokens per session (1,389 once invoked), scanned A, original, MIT.

A research and note-management guide for Evernote, a service for storing and organizing notes. It uses a capture, organize, and retrieve process for keeping research usable.

In plain words
What is it for?
Creating notes, saving web research, listing notebooks, applying tags, formatting Markdown, and managing a searchable research collection.
Why use it?
It provides a repeatable way to save findings, add structure, and locate information later instead of accumulating unorganized notes.

Skill for Claude CodeCodex

Part of the evernote plugin — 1 skill, 3 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/verygoodplugins/claude-plugins/research-management
Any agent
npx skills add verygoodplugins/claude-plugins --skill research-management
Clone the repo
git clone --depth 1 https://github.com/verygoodplugins/claude-plugins

Made for: Claude Code, Codex.

Or install evernote, the plugin that ships this one along with the rest of its 1 skill, 3 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for research-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/verygoodplugins/claude-plugins/research-management.svg)](https://agentmods.dev/skills/verygoodplugins/claude-plugins/research-management)
Your own site
<a href="https://agentmods.dev/skills/verygoodplugins/claude-plugins/research-management"><img src="https://agentmods.dev/badge/skills/verygoodplugins/claude-plugins/research-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,389 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00055 $0.01389
Opus 5 $0.00028 $0.00694
Sonnet 5 $0.00011 $0.00278
Haiku 4.5 $0.00006 $0.00139

Measured 3d ago against content hash 210a4e4bf16d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

research-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/evernote/skills/research-management/SKILL.md · 254 lines

How it starts

The opening of the file, as written. The whole thing — 254 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Research Management Skill

Manage research and notes in Evernote using the Capture-Organize-Retrieve pattern.

Phase 1: CAPTURE (Save Information)

Create a Note

mcp__evernote__evernote_create_note({
  title: "Research: [Topic] - YYYY-MM-DD",
  content: "## Summary\n\nKey findings here.\n\n## Details\n\n...",
  notebookGuid: "<notebook-guid>",  // optional
  tags: ["research", "topic", "2025-01"]
})

Content Formatting

Evernote accepts Markdown which is converted to ENML:

# Heading 1
## Heading 2

**Bold** and *italic* text

- Bullet list
- Another item

1. Numbered list
2. Second item

> Blockquote

`inline code`

    code block

[Link text](https://example.com)

Save Web Research

When saving research from web sources:

mcp__evernote__evernote_create_note({
  title: "[Article Title] - Web Clip",
  content: `## Source
[Original URL](https://example.com/article)

## Summary
Key points from the article...

## Quotes
> Important quote from the source

## My Notes
Personal observations and thoughts...`,
  tags: ["web-clip", "topic", "source-site"]
})

Phase 2: ORGANIZE (Structure Knowledge)

List Notebooks

mcp__evernote__evernote_list_notebooks({})

Returns all notebooks with:

  • GUID (for API operations)
  • Name
  • Stack (folder grouping)
  • Note count

Create Notebook

mcp__evernote__evernote_create_notebook({
  name: "Project Alpha Research",
  stack: "Projects"  // optional folder grouping
})

List Tags

mcp__evernote__evernote_list_tags({})

Update Note

Move notes between notebooks or update tags:

mcp__evernote__evernote_update_note({
  guid: "<note-guid>",
  title: "Updated Title",
  content: "Updated content...",
  notebookGuid: "<new-notebook-guid>",
  tags: ["updated", "tags"]
})

Phase 3: RETRIEVE (Find Information)

Basic Search

mcp__evernote__evernote_search_notes({
  query: "meeting notes project alpha",
  maxResults: 20,
  includeContent: true
})

Read the full file on GitHub · 254 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 254 lines · 55 tokens per session scan A 210a4e4bf16d

Subscribe to this mod's changes

research-management is a skill published in the GitHub repository verygoodplugins/claude-plugins (2 stars, last pushed 7mo ago), licensed MIT. It adds 55 tokens to every session and 1,389 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

collab-conflict

까다로운 동료·소통빌런과 부딪힐 때 감정 상하지 않게 대응하고 거리를 지키도록 도와주는 스킬입니다. '이 사람 어떻게 대하지', '자꾸 떠넘기는 동료', '거절하는 법', '직장 인간관계 스트레스', '갈등 대응'처럼 말하면 됩니다. 유형별 대응 전략, 감정과 사안 분리, 정중한 거절, 관계 거리 두기로 직장 갈등을 소모전이 아니라 관리 가능한 문제로 바꿉니다.

modu-ai/moai-cowork · 126 tokens

collab-negotiation

1:1 면담을 준비하고, 상대를 설득하거나 무언가를 요청·협상할 때 대화를 설계해 주는 스킬입니다. '면담 준비해줘', '이거 어떻게 설득하지', '연봉 협상 어떻게', '부탁하는 법', '정중하게 요청하고 싶어'처럼 말하면 됩니다. 면담 목표 설정 → 상대 입장 파악 → 설득 구조 → 요청·거절 화법 → 합의·후속의 5단계로 관계를 지키며 원하는 걸 얻는 대화를 만듭니다.

modu-ai/moai-cowork · 132 tokens

collab-feedback-loop

피드백을 건설적으로 주고, 받은 피드백을 감정 상하지 않게 소화하도록 도와주는 스킬입니다. '피드백 어떻게 줘야 해', '부정적 피드백 받았는데 속상해', '피드백 전달하는 법', '중간 점검 요청하고 싶어'처럼 말하면 됩니다. SBI 구조로 건설적 피드백을 설계하고, 받은 피드백을 사실과 감정으로 분리해 소화하며, 먼저 피드백을 요청하는 법까지 다룹니다.

modu-ai/moai-cowork · 127 tokens

collab-meeting

회의가 산으로 가지 않게 아젠다를 짜고 결론까지 끌고 가는 진행을 도와주는 스킬입니다. '회의 아젠다 짜줘', '이 회의 어떻게 진행하지', '회의가 자꾸 산으로 가', '의사결정 회의 준비', '회의록 정리'처럼 말하면 됩니다. 목적 정의 → 아젠다 설계 → 진행 규칙 → 의사결정 → 회의록·후속 액션의 5단계로 결론이 남는 회의를 설계합니다.

modu-ai/moai-cowork · 125 tokens

collab-productivity-report

직장에서 제출하는 주간업무보고를 빠르게 작성해주는 스킬입니다. '주간보고 작성해줘', '이번 주 한 일 정리', '주간업무보고', '팀장님께 보낼 보고', '한 주 업무 리뷰'처럼 말하면 됩니다. 한 주 성과·진행 중 일·이슈·다음 주 계획을 정해진 틀로 정리하고, 격식체/구어체 톤까지 맞춰 보고서 초안을 만들어줍니다.

modu-ai/moai-cowork · 118 tokens

agent-workflow-playbook

AI Agent Workflow & Skill Architecture Guide — turn expert work into measurable, reusable agent systems. Covers workflow discovery, skill decomposition, harness design, evaluation, human escalation, observability, cost control, and multi-agent orchestration. Includes a measured marketing-delivery case: 15 people × 3–4…

Gingiris-1031/gingiris-skills · 83 tokens