Extract Jokes

Extract jokes and punchlines from text into a Markdown bulleted list.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tolgaio/neo --skill extract-jokes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Extract Jokes
Source: https://github.com/tolgaio/neo/tree/main/skills/fabric/extract/jokes
Command: npx skills add https://github.com/tolgaio/neo --skill extract-jokes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extracts jokes and punchlines from text content.

Core Features & Use Cases

  • Bullet points: each bullet contains the joke and punchline on the next line.
  • Avoids duplicates; returns distinct jokes.
  • Useful for entertainment, writing prompts, or humor analysis.

Quick Start

Provide text containing humor; the skill returns jokes with punchlines.

Frequently Asked Questions about Extract Jokes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract jokes and punchlines from text?

Extract jokes and punchlines by providing text content to this Skill, which parses articles, chat transcripts, or posts and returns a Markdown bulleted list with each joke followed by its punchline on the next line. Duplicates are automatically removed.

What types of text can I use this for?

This Skill works on any text containing humor, including articles, chat transcripts, social media posts, and written content. It identifies and isolates jokes while filtering out non-joke content and warnings.

Does this Skill deduplicate jokes?

Yes, the Skill enforces deduplication, returning only distinct jokes. If the same joke appears multiple times in your text, it outputs each unique joke once.

What output format does this Skill produce?

Output is Markdown-only, formatted as a bulleted list where each bullet contains the joke on the first line and its punchline on the second line, making it easy to parse and reuse.

Can I use this for humor analysis or writing prompts?

Yes, extracting jokes is useful for entertainment purposes, generating writing prompts, analyzing humor patterns in content, or curating joke collections from larger text sources.