skills/context-saver/SKILL.md
Saves a web page as markdown and source HTML. Use when a user provides a URL to store.
npx skillsauth add tcrypt25519/ai context-saverInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
$ARGUMENTS is empty, report: "Error: Provide a URL to save."base_dir="${CONTEXT_DIR:-/scratch/context}"."$base_dir/sources" if it does not exist.resources/USAGE.md..md, append .md.source_filename to the same basename as the output filename but with the .html extension (for example, article.md -> article.html)."$base_dir/sources/$source_filename" using wget -O. If wget fails (non-zero exit), report: "Error: Failed to download <URL>." and stop.markitdown:markitdown "$base_dir/sources/$source_filename" > "$base_dir/<output-filename>"
markitdown is unavailable, report the error and stop.Saved to <path>.tools
Sends Android notifications from Termux. Use when the user requests a notification or a task finishes.
development
Applies the Rincon-Twilight visual system to artifacts. Use when choosing colors, typography, theming, UI design tokens, or CSS styling for this project.
data-ai
Maintains and organizes an Obsidian vault in analyze or execute mode. Use when managing vault structure.
documentation
Merges multiple markdown documents into one coherent version. Use when consolidating overlapping markdown sources.