{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vajra",
    "name": "Vajra",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/minhyeong112/vajra",
    "canonicalUrl": "https://clawhub.ai/minhyeong112/vajra",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/vajra",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vajra",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/vajra"
    },
    "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/vajra",
    "agentPageUrl": "https://openagent3.xyz/skills/vajra/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vajra/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vajra/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Vajra - Signal Filter for the Internet",
        "body": "Vajra is a content-analysis API by Humanity Labs. It scores content for epistemic quality (1-10), detects bias, extracts key takeaways, flags questionable claims, and produces structured verdicts."
      },
      {
        "title": "Privacy and Data Handling",
        "body": "Important: This skill sends content to the Vajra API at https://www.vajra.to. Before using it:\n\nContent you submit (URLs, text) is transmitted to Vajra's servers for analysis.\nAnalyzed content is cached server-side. If another user submits the same URL, they receive the cached result (0 credits). The original text you submit is not stored -- only the analysis output.\nEvery analysis generates a public permalink (e.g. vajra.to/a/ID). These are shareable and publicly accessible.\nDo not submit private, proprietary, or personally identifiable content unless you understand and accept this behavior.\nVajra's privacy policy and terms are available at vajra.to."
      },
      {
        "title": "Setup",
        "body": "An API key is required. Get one free at vajra.to/dashboard (Connections tab).\n\nThe key must be stored as the environment variable VAJRA_API_KEY. The agent will be prompted to set this during installation."
      },
      {
        "title": "Analyze Content",
        "body": "curl -s -X POST https://www.vajra.to/api/analyze \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $VAJRA_API_KEY\" \\\n  -d '{\"content\": \"URL_OR_TEXT\", \"type\": \"url\"}'\n\nSet type to \"text\" for raw text (max 50,000 chars). Default is \"url\".\n\nSupported content: articles, YouTube videos, X/Twitter posts, and raw text."
      },
      {
        "title": "Parse the Response",
        "body": "The response JSON contains:\n\nsuccess        - boolean\ncached         - boolean (0 credits if true)\ncredits_used   - 0 or 1\nurl            - permalink to full report (e.g. https://www.vajra.to/a/UUID)\nanalysis.title - content title\nanalysis.quality_score - 1-10 rating\nanalysis.bias_level    - bias assessment\nanalysis.markdown      - full report in markdown\nanalysis.metadata.tldr - one-sentence summary\nanalysis.metadata.verdict      - reliability assessment\nanalysis.metadata.key_takeaways - array of takeaways\nanalysis.metadata.warnings      - array of warnings"
      },
      {
        "title": "Present Results",
        "body": "When showing results to the user, format as:\n\n**Title** - Quality: X/10\nTLDR: [tldr]\nVerdict: [verdict]\nKey takeaways: [list]\nWarnings: [list if any]\nFull report: [permalink url]"
      },
      {
        "title": "Retrieve Existing Analysis",
        "body": "Fetch a previously completed analysis by ID (no auth needed, public endpoint):\n\ncurl -s https://www.vajra.to/api/analysis/ANALYSIS_ID"
      },
      {
        "title": "Credits and Pricing",
        "body": "Cached results cost 0 credits (same URL already analyzed by any user)\nFree tier: 5 analyses/month\nPro: 100 analyses/month ($12/mo or $79/yr)\nAnalyses take 10-60 seconds depending on content length"
      }
    ],
    "body": "Vajra - Signal Filter for the Internet\n\nVajra is a content-analysis API by Humanity Labs. It scores content for epistemic quality (1-10), detects bias, extracts key takeaways, flags questionable claims, and produces structured verdicts.\n\nPrivacy and Data Handling\n\nImportant: This skill sends content to the Vajra API at https://www.vajra.to. Before using it:\n\nContent you submit (URLs, text) is transmitted to Vajra's servers for analysis.\nAnalyzed content is cached server-side. If another user submits the same URL, they receive the cached result (0 credits). The original text you submit is not stored -- only the analysis output.\nEvery analysis generates a public permalink (e.g. vajra.to/a/ID). These are shareable and publicly accessible.\nDo not submit private, proprietary, or personally identifiable content unless you understand and accept this behavior.\nVajra's privacy policy and terms are available at vajra.to.\nSetup\n\nAn API key is required. Get one free at vajra.to/dashboard (Connections tab).\n\nThe key must be stored as the environment variable VAJRA_API_KEY. The agent will be prompted to set this during installation.\n\nAnalyze Content\ncurl -s -X POST https://www.vajra.to/api/analyze \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $VAJRA_API_KEY\" \\\n  -d '{\"content\": \"URL_OR_TEXT\", \"type\": \"url\"}'\n\n\nSet type to \"text\" for raw text (max 50,000 chars). Default is \"url\".\n\nSupported content: articles, YouTube videos, X/Twitter posts, and raw text.\n\nParse the Response\n\nThe response JSON contains:\n\nsuccess        - boolean\ncached         - boolean (0 credits if true)\ncredits_used   - 0 or 1\nurl            - permalink to full report (e.g. https://www.vajra.to/a/UUID)\nanalysis.title - content title\nanalysis.quality_score - 1-10 rating\nanalysis.bias_level    - bias assessment\nanalysis.markdown      - full report in markdown\nanalysis.metadata.tldr - one-sentence summary\nanalysis.metadata.verdict      - reliability assessment\nanalysis.metadata.key_takeaways - array of takeaways\nanalysis.metadata.warnings      - array of warnings\n\nPresent Results\n\nWhen showing results to the user, format as:\n\n**Title** - Quality: X/10\nTLDR: [tldr]\nVerdict: [verdict]\nKey takeaways: [list]\nWarnings: [list if any]\nFull report: [permalink url]\n\nRetrieve Existing Analysis\n\nFetch a previously completed analysis by ID (no auth needed, public endpoint):\n\ncurl -s https://www.vajra.to/api/analysis/ANALYSIS_ID\n\nCredits and Pricing\nCached results cost 0 credits (same URL already analyzed by any user)\nFree tier: 5 analyses/month\nPro: 100 analyses/month ($12/mo or $79/yr)\nAnalyses take 10-60 seconds depending on content length"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/minhyeong112/vajra",
    "publisherUrl": "https://clawhub.ai/minhyeong112/vajra",
    "owner": "minhyeong112",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vajra",
    "downloadUrl": "https://openagent3.xyz/downloads/vajra",
    "agentUrl": "https://openagent3.xyz/skills/vajra/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vajra/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vajra/agent.md"
  }
}