text-extract-problem-block
maintained by ponybunny-ai
star
3
account_tree
0
verified_user
MIT License
name: text-extract-problem-block description: Market listener text.extract_problem_block verbatim extractor version: 1.0.0 author: PonyBunny tags: [market-listener, extraction, text-processing] phases: [execution] user-invocable: false disable-model-invocation: false
Skill — text.extract_problem_block
Intent
Extract the smallest useful verbatim block that represents the problem, plus minimal surrounding context.
Inputs
extract_request:
raw_text: string
window_chars: int
platform: string
Outputs
extract_result:
problem_raw_text: string
surrounding_context: string
mentioned_tools: string[]
constraints: string[]
Tools
- llm.extract_json
Policy
- Return ONLY valid JSON.
- Verbatim only; no paraphrase or grammar cleanup.
- If text is short, problem_raw_text may equal raw_text.
Failure Modes
- Invalid JSON: caller falls back to raw_text.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
3
GitHub Forks
0
Created
Mar 2026
Last Updated
il y a 3 mois
tools
tools ide plugins
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!