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 | jq

Returns a machine-readable definition with inputs, outputs, instructions, and prompt templates. Works with any agent framework.

Inputs

urlstringrequired

URL to extract content from

include_metadataboolean

Include title, author, date in output

Outputs

textstring

Extracted article text

titlestring

Article title

authorstring

Article author (if detected)

datestring

Publication date (if detected)

Used in workflows

Community

0 upvotes
0 installs