{
  "schemaVersion": "1.0",
  "item": {
    "slug": "caesar-research",
    "name": "Deep Research with Caesar.org",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/alexrudloff/caesar-research",
    "canonicalUrl": "https://clawhub.ai/alexrudloff/caesar-research",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/caesar-research",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=caesar-research",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "main.go",
      "CLAUDE.md",
      "internal/client/types.go",
      "internal/client/client.go"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/caesar-research"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/caesar-research",
    "agentPageUrl": "https://openagent3.xyz/skills/caesar-research/agent",
    "manifestUrl": "https://openagent3.xyz/skills/caesar-research/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/caesar-research/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Caesar Research",
        "body": "CLI for Caesar deep research. Runs multi-source research jobs with citations, follow-up chat, and brainstorming."
      },
      {
        "title": "Setup",
        "body": "go install github.com/alexrudloff/caesar-cli@latest\nexport CAESAR_API_KEY=your_key_here"
      },
      {
        "title": "Research",
        "body": "Run a query (waits for completion by default, prints events as they happen):\n\ncaesar research create \"What are the latest advances in mRNA vaccines?\"\n\nReturns JSON with content (synthesized answer with [n] citations) and a results array of sources.\n\nFire-and-forget:\n\ncaesar research create \"query\" --no-wait\n# Returns: { \"id\": \"uuid\", \"status\": \"queued\" }\n\nThen check on it:\n\ncaesar research get <job-id>\ncaesar research watch <job-id>\ncaesar research events <job-id>"
      },
      {
        "title": "Research Options",
        "body": "FlagDescription--no-waitReturn immediately with job ID--model <name>gpt-5.2, gemini-3-pro, gemini-3-flash, claude-opus-4.5--loops NMax reasoning loops (default 1, higher = deeper research)--reasoningEnable advanced reasoning mode--autoLet Caesar auto-configure based on query--exclude-socialSkip social media sources--exclude-domain x.comExclude specific domains (repeatable)--system-prompt \"...\"Custom synthesis prompt--brainstorm <id>Use a brainstorm session for context"
      },
      {
        "title": "Status Lifecycle",
        "body": "queued → searching → summarizing → analyzing → researching → completed or failed"
      },
      {
        "title": "Chat (Follow-Up Questions)",
        "body": "Ask follow-up questions about a completed research job:\n\ncaesar chat send <job-id> \"How does this compare to traditional vaccines?\"\n\nWaits for the response by default. The answer includes inline [n] citations referencing the original research sources.\n\ncaesar chat send <job-id> \"question\" --wait=false\ncaesar chat history <job-id>"
      },
      {
        "title": "Brainstorm",
        "body": "Get clarifying questions before research to improve results:\n\ncaesar brainstorm \"How does CRISPR gene editing work?\"\n# Prints questions with multiple-choice options and a session ID\n\nThen use the session ID:\n\ncaesar research create --brainstorm <session-id> \"How does CRISPR gene editing work?\""
      },
      {
        "title": "Collections",
        "body": "Group files for research context:\n\ncaesar collections create \"Dataset Name\" --description \"Optional description\""
      },
      {
        "title": "Tips",
        "body": "For broad topics, use --auto to let Caesar pick optimal settings.\nUse --loops 3 or higher for complex multi-faceted questions.\nUse --reasoning for questions requiring deep analysis.\nPipe output through jq to extract specific fields: caesar research get <id> | jq '.content'\nChain brainstorm → research for best results on ambiguous queries."
      }
    ],
    "body": "Caesar Research\n\nCLI for Caesar deep research. Runs multi-source research jobs with citations, follow-up chat, and brainstorming.\n\nSetup\ngo install github.com/alexrudloff/caesar-cli@latest\nexport CAESAR_API_KEY=your_key_here\n\nResearch\n\nRun a query (waits for completion by default, prints events as they happen):\n\ncaesar research create \"What are the latest advances in mRNA vaccines?\"\n\n\nReturns JSON with content (synthesized answer with [n] citations) and a results array of sources.\n\nFire-and-forget:\n\ncaesar research create \"query\" --no-wait\n# Returns: { \"id\": \"uuid\", \"status\": \"queued\" }\n\n\nThen check on it:\n\ncaesar research get <job-id>\ncaesar research watch <job-id>\ncaesar research events <job-id>\n\nResearch Options\nFlag\tDescription\n--no-wait\tReturn immediately with job ID\n--model <name>\tgpt-5.2, gemini-3-pro, gemini-3-flash, claude-opus-4.5\n--loops N\tMax reasoning loops (default 1, higher = deeper research)\n--reasoning\tEnable advanced reasoning mode\n--auto\tLet Caesar auto-configure based on query\n--exclude-social\tSkip social media sources\n--exclude-domain x.com\tExclude specific domains (repeatable)\n--system-prompt \"...\"\tCustom synthesis prompt\n--brainstorm <id>\tUse a brainstorm session for context\nStatus Lifecycle\n\nqueued → searching → summarizing → analyzing → researching → completed or failed\n\nChat (Follow-Up Questions)\n\nAsk follow-up questions about a completed research job:\n\ncaesar chat send <job-id> \"How does this compare to traditional vaccines?\"\n\n\nWaits for the response by default. The answer includes inline [n] citations referencing the original research sources.\n\ncaesar chat send <job-id> \"question\" --wait=false\ncaesar chat history <job-id>\n\nBrainstorm\n\nGet clarifying questions before research to improve results:\n\ncaesar brainstorm \"How does CRISPR gene editing work?\"\n# Prints questions with multiple-choice options and a session ID\n\n\nThen use the session ID:\n\ncaesar research create --brainstorm <session-id> \"How does CRISPR gene editing work?\"\n\nCollections\n\nGroup files for research context:\n\ncaesar collections create \"Dataset Name\" --description \"Optional description\"\n\nTips\nFor broad topics, use --auto to let Caesar pick optimal settings.\nUse --loops 3 or higher for complex multi-faceted questions.\nUse --reasoning for questions requiring deep analysis.\nPipe output through jq to extract specific fields: caesar research get <id> | jq '.content'\nChain brainstorm → research for best results on ambiguous queries."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/alexrudloff/caesar-research",
    "publisherUrl": "https://clawhub.ai/alexrudloff/caesar-research",
    "owner": "alexrudloff",
    "version": "0.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/caesar-research",
    "downloadUrl": "https://openagent3.xyz/downloads/caesar-research",
    "agentUrl": "https://openagent3.xyz/skills/caesar-research/agent",
    "manifestUrl": "https://openagent3.xyz/skills/caesar-research/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/caesar-research/agent.md"
  }
}