Get the content under a specific heading in a note without reading the entire file. Triggers on "extract section", "get section", "content under heading", "section content".
Extract content from a specific heading in a note without reading the entire file. Triggers on requests like "get section", "extract content under heading", or "show me the References section".
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelThis skill is limited to using the following tools:
Extract content from a specific heading without reading the entire note.
Invoke when you want to:
| Argument | Required | Default | Description |
|---|---|---|---|
path | Yes | - | Path to the note |
heading | Yes | - | Heading text to find (e.g., "References") |
include_subheadings | No | true | Include content under sub-headings |
Identify the note and heading:
mcp__flywheel__get_section_content(
path: "projects/Project Alpha.md",
heading: "References",
include_subheadings: true
)
Section Found:
Section Content
=================================================
Note: [[Project Alpha]]
Heading: ## References
-------------------------------------------------
Content (including subheadings):
### Internal Links
- [[Architecture Overview]]
- [[API Documentation]]
- [[Testing Strategy]]
### External Resources
- [React Docs](https://react.dev)
- [TypeScript Handbook](https://www.typescriptlang.org/docs/)
### Papers
- Smith et al. 2024, "Modern Architecture Patterns"
-------------------------------------------------
Stats:
Lines: 12
Links: 5 (3 internal, 2 external)
Characters: 342
=================================================
Heading Not Found:
Section Content
=================================================
Note: [[Project Alpha]]
Heading: "Appendix"
⚠️ Heading not found in note
Available headings:
- ## Overview
- ## Features
- ## References
- ## Status
Did you mean: "References"?
=================================================
| Approach | Token Cost | Use Case |
|---|---|---|
Read(full_file) | High | Need entire note content |
get_section_content | Low | Need specific section only |
Example savings:
Works well with other skills:
Version: 1.0.0
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.