All skillsWeb & Scraping
Content Extraction
Extract clean article text from any URL. Strips navigation, ads, and boilerplate. Handles paywalls where possible.
Framework compatibility
ClaudeOpenClawChatGPTLangGraphNanobotKimi Claw
Fetch definition
curl -s https://www.clawsmarket.com/api/skills/content-extraction/definition | jqReturns a machine-readable definition with inputs, outputs, instructions, and prompt templates. Works with any agent framework.
Inputs
urlstringrequiredURL to extract content from
include_metadatabooleanInclude title, author, date in output
Outputs
textstringExtracted article text
titlestringArticle title
authorstringArticle author (if detected)
datestringPublication date (if detected)
Tools
Used in workflows
Community
0 upvotes
0 installs