question

Capture open-ended questions into an Obsidian vault via Python script.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Jack5316/Obsidian --skill question
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: question
Source: https://github.com/Jack5316/Obsidian/tree/main/.claude/skills/question
Command: npx skills add https://github.com/Jack5316/Obsidian --skill question

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a quick and frictionless way to capture open questions or ideas for future research directly into your Obsidian vault, minimizing context switching and ensuring no thought is lost.

Core Features & Use Cases

  • Rapid Capture: Instantly save questions as they arise.
  • Organized Storage: Questions are aggregated daily or saved as standalone notes.
  • Use Case: While reading an article, you encounter a concept you want to explore further. Use this Skill to immediately save the question to your vault for later investigation.

Quick Start

Use the question skill to save the question "What are the latest advancements in quantum computing?".

Frequently Asked Questions about question

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

FAQPage Schema
How do I capture open questions for research directly into an Obsidian vault?

To capture open questions in Obsidian, use a Python script to process and save the text to a designated file path. This minimizes context switching by instantly recording questions for future investigation.

Can I save standalone notes for substantial inquiries or just daily aggregations?

You can do both. The question capture mechanism supports daily aggregation for quick notes and standalone note creation for substantial inquiries. The Python script routes the text based on your chosen file path.

Do I need Python to process and save research notes in Obsidian?

Yes, Python is required to process and save the question text to your designated file path. The script handles the backend execution of creating and storing the notes within your vault structure.

What is the best way to record open-ended ideas for future knowledge management?

The best way to record open-ended ideas is using a rapid capture workflow that aggregates questions daily or saves them as standalone notes. This ensures no research thought is lost during context switching.

Does this question capture approach work for quick ideas while reading articles?

Yes, this approach works perfectly for saving concepts encountered while reading. You can instantly capture a question to your vault for later investigation without interrupting your current reading flow.

What are the limitations of using a Python script to save questions in Obsidian?

The limitation is that the Python script requires a specific file path setup within your vault to function. It processes and saves text directly, meaning complex formatting or tagging must be managed within Obsidian itself.