From memory-os
Use only after the user confirms they want to ingest a web page. Clips a URL into the project knowledge layer as clean markdown using Firecrawl.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-os:firecrawl-clipThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prerequisites: a Firecrawl key is configured and the user has confirmed they want to ingest. If no key, tell the user and stop.
Prerequisites: a Firecrawl key is configured and the user has confirmed they want to ingest. If no key, tell the user and stop.
Steps:
.memory/knowledge/raw/<slug>.md with a small frontmatter header: source: (the URL) and clipped: (today's date).<ts> clipped <url> → knowledge/raw/<slug>.md.Keep raw captures unedited — organising is the knowledge layer's job, not the clipper's.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub tpop78/memory-os --plugin memory-os