send-note

Create and publish structured lab notebook entries to a Notion database.

27|3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/hyeshik/qbio-skills --skill send-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-note
Source: https://github.com/hyeshik/qbio-skills/tree/main/auto-labnote
Command: npx skills add https://github.com/hyeshik/qbio-skills --skill send-note

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation and publication of a comprehensive laboratory notebook entry from a Claude Code session by summarizing work and posting it to a Notion database.

Core Features & Use Cases

  • Notion publisher: loads configuration, fetches the Notion database schema, and formats a Notion page from the session data.
  • Session tracking: records the lab-note page in a session log and supports updates during the same workflow.
  • Language and customization: supports English and Korean lab notes and can adapt the output language based on configuration.
  • Use Case: post a daily lab notebook entry after a coding session, including metadata like date, researcher, and session summary.

Quick Start

Run the /send-note command after finishing a Claude Code session to publish a Notion lab note.

Frequently Asked Questions about send-note

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I post Claude Code session notes to a Notion database automatically?

Posting Claude Code session notes to a Notion database is done by running the /send-note command, which loads configuration, fetches the Notion database schema, formats session summaries into a page, and creates the entry with safety checks.

How does session tracking work when publishing lab notebook entries to Notion?

Session tracking records the newly created lab-note page in a session log and supports updates during the same workflow, ensuring your Notion database accurately reflects the latest session modifications.

Can I customize the output language for Notion lab notes generated from coding sessions?

Yes, you can customize the output language for Notion lab notes by configuring the settings, which currently support English and Korean, allowing the generated session summaries to adapt accordingly.

What metadata is included when automating Notion page creation for research sessions?

Automating Notion page creation includes metadata such as the date, researcher, session summary, and structured lab notebook entries derived from the Claude Code session data.

Do I need a specific Notion API setup to save coding session summaries for later review?

Saving coding session summaries requires a Notion API configuration that the skill loads to fetch your database schema and create pages, executing built-in safety checks and error handling during publication.