{"skill":{"slug":"clawie-research","displayName":"Clawie Research Agent","summary":"Deep research on any topic with structured report generation. Use when: (1) user asks for research, analysis, or investigation, (2) need competitive analysis...","description":"---\nname: research-agent\ndescription: \"Deep research on any topic with structured report generation. Use when: (1) user asks for research, analysis, or investigation, (2) need competitive analysis, market research, or technology landscape, (3) user wants a comprehensive report on a topic. Outputs structured markdown reports with citations, key findings, and actionable insights.\"\n---\n\n# Research Agent\n\nConduct deep research and generate structured reports.\n\n## Workflow\n\n### 1. Scope Definition\n- Clarify the research question\n- Identify key aspects to investigate\n- Set boundaries (time, depth, focus areas)\n\n### 2. Multi-Source Research\nGather data from diverse sources:\n\n```bash\n# Web search (DuckDuckGo)\ncurl -s \"https://api.duckduckgo.com/?q=QUERY&format=json\" | jq '.RelatedTopics[:5]'\n\n# GitHub (repos, stars, activity)\ngh search repos \"TOPIC\" --limit 20 --json name,description,stargazersCount,url\n\n# News/Tech (Hacker News, TechCrunch)\ncurl -s \"https://hacker-news.firebaseio.com/v0/topstories.json\" | jq '.[:10]'\n\n# NPM packages\nnpm search PACKAGE --json 2>/dev/null | jq '.[0:5]'\n```\n\n### 3. Analysis & Synthesis\n- Cross-reference findings across sources\n- Identify patterns, trends, gaps\n- Extract key statistics and quotes\n- Note contradictions or debates\n\n### 4. Report Generation\nUse the standard report structure from `references/report-template.md`.\n\n## Report Structure\n\nEvery research report follows this format:\n\n```markdown\n# [Topic] Research Report\n\n**Date:** YYYY-MM-DD\n**Researcher:** Clawie (AI Research Agent)\n**Sources:** X sources analyzed\n\n---\n\n## Executive Summary\n[2-3 paragraph overview with key findings]\n\n## Key Findings\n\n### Finding 1: [Title]\n[Evidence, data, sources]\n\n### Finding 2: [Title]\n[Evidence, data, sources]\n\n## Market/Technology Landscape\n[Competitors, alternatives, ecosystem]\n\n## Trends & Predictions\n[Where things are heading]\n\n## Gaps & Opportunities\n[What's missing, underserved areas]\n\n## Recommendations\n[Actionable next steps]\n\n## Sources\n[Numbered list of all sources with URLs]\n\n## Methodology\n[Brief note on research approach]\n```\n\n## Quality Standards\n\n- **Minimum sources:** 20+ for comprehensive reports\n- **Citations:** Every claim backed by source\n- **Objectivity:** Present multiple perspectives\n- **Actionability:** End with clear recommendations\n\n## Quick Commands\n\n```bash\n# Check trending GitHub repos for a topic\ngh search repos \"ai agent\" --sort stars --limit 30 --json name,description,stargazersCount,url,updatedAt\n\n# Get recent articles from a domain\ncurl -sL \"https://DOMAIN.com/feed\" | grep -oP '<title>.*</title>' | head -20\n\n# Check npm package popularity\nnpm view PACKAGE version time.created time.modified\n```\n\n## Tips\n\n- Start broad, then narrow down\n- Verify claims across multiple sources\n- Prioritize primary sources (official docs, papers) over secondary (blogs, news)\n- Note publication dates for recency\n- Flag uncertain or unverified information","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":591,"installsAllTime":2,"installsCurrent":2,"stars":0,"versions":1},"createdAt":1773309725807,"updatedAt":1778491852854},"latestVersion":{"version":"1.0.0","createdAt":1773309725807,"changelog":"Initial release","license":"MIT-0"},"metadata":null,"owner":{"handle":"mrcalifornian","userId":"s176sc5w6j56121ew30hh5zvpn88555q","displayName":"mrcalifornian","image":"https://avatars.githubusercontent.com/u/86061845?v=4"},"moderation":null}