idea-creator

Capture and organize ideas into a PKM vault with automatic linking.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/glfruit/gorin-skills --skill idea-creator-glfruit
Or copy as Structured Prompt for Agentâ–¼
Please help me install this Agent Skill.
Skill: idea-creator
Source: https://github.com/glfruit/gorin-skills/tree/main/openclaw/idea-creator
Command: npx skills add https://github.com/glfruit/gorin-skills --skill idea-creator-glfruit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Idea capture and organization can be tedious and error-prone; this skill automates capturing ideas, deduplicating, and linking related notes in a PKM vault with automatic relationship discovery.

Core Features & Use Cases

  • Automatic idea capture: trigger via 想法 or /pkm_idea to create notes in Zettels/1-Fleeting.
  • Smart linking: automatically discovers relationship types and connects notes across the vault.
  • Vault integration: renders templated notes and saves them in the correct location, with frontmatter compliance.
  • Extensible workflow: integrates with pkm-core for smarter classification and template rendering.

Quick Start

Trigger it by saying 想法 followed by your idea to capture and link it into your PKM vault.

Frequently Asked Questions about idea-creator

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

FAQPage Schema
How do I capture fleeting notes and automatically link them in a PKM vault?â–¼

To capture fleeting notes and automatically link them in a PKM vault, trigger the idea capture command followed by your text. The skill processes the input, applies frontmatter compliance, extracts keywords, and renders the templated note into the correct vault location.

How does deduplication work when capturing new ideas into notes?â–¼

Deduplication works by running checks during the idea capture process to identify existing similar notes in your PKM vault. It prevents redundant entries by comparing new input against current permanent and fleeting notes before creating a new file.

Do I need jq installed to use this PKM idea capture workflow?â–¼

Yes, you need jq installed because the skill relies on Bash scripts that utilize jq for processing JSON data and frontmatter compliance. This dependency is required to execute the automated relationship discovery and template rendering workflows.

What is the best way to discover cross-note relationships in a Zettels vault?â–¼

The best way to discover cross-note relationships in a Zettels vault is using an automated linking tool that analyzes keywords and frontmatter. This skill automatically detects relationship types between new fleeting notes and existing permanent notes.

Can I integrate automatic note classification with pkm-core templates?â–¼

Yes, you can integrate automatic note classification with pkm-core templates. The skill works with pkm-core to render templated notes, apply frontmatter compliance, and save fleeting notes in the correct directory structure.