← 返回
数据分析 Key 中文

Vajra

Analyze URLs, YouTube videos, tweets, or text for quality, bias, and reliability using the Vajra API (vajra.to). Use when the user asks to fact-check, analyz...
使用 Vajra API 分析网址、YouTube 视频、推文或文本的质量、偏见和可靠性。适用于用户要求事实核查或分析内容时。
minhyeong112
数据分析 clawhub v1.1.0 1 版本 99891.1 Key: 需要
★ 2
Stars
📥 877
下载
💾 12
安装
1
版本
#latest

概述

Vajra - Signal Filter for the Internet

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.

Privacy and Data Handling

Important: This skill sends content to the Vajra API at https://www.vajra.to. Before using it:

  • Content you submit (URLs, text) is transmitted to Vajra's servers for analysis.
  • Analyzed 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.
  • Every analysis generates a public permalink (e.g. vajra.to/a/ID). These are shareable and publicly accessible.
  • Do not submit private, proprietary, or personally identifiable content unless you understand and accept this behavior.
  • Vajra's privacy policy and terms are available at vajra.to.

Setup

An API key is required. Get one free at vajra.to/dashboard (Connections tab).

The key must be stored as the environment variable VAJRA_API_KEY. The agent will be prompted to set this during installation.

Analyze Content

curl -s -X POST https://www.vajra.to/api/analyze \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VAJRA_API_KEY" \
  -d '{"content": "URL_OR_TEXT", "type": "url"}'

Set type to "text" for raw text (max 50,000 chars). Default is "url".

Supported content: articles, YouTube videos, X/Twitter posts, and raw text.

Parse the Response

The response JSON contains:

success        - boolean
cached         - boolean (0 credits if true)
credits_used   - 0 or 1
url            - permalink to full report (e.g. https://www.vajra.to/a/UUID)
analysis.title - content title
analysis.quality_score - 1-10 rating
analysis.bias_level    - bias assessment
analysis.markdown      - full report in markdown
analysis.metadata.tldr - one-sentence summary
analysis.metadata.verdict      - reliability assessment
analysis.metadata.key_takeaways - array of takeaways
analysis.metadata.warnings      - array of warnings

Present Results

When showing results to the user, format as:

**Title** - Quality: X/10
TLDR: [tldr]
Verdict: [verdict]
Key takeaways: [list]
Warnings: [list if any]
Full report: [permalink url]

Retrieve Existing Analysis

Fetch a previously completed analysis by ID (no auth needed, public endpoint):

curl -s https://www.vajra.to/api/analysis/ANALYSIS_ID

Credits and Pricing

  • Cached results cost 0 credits (same URL already analyzed by any user)
  • Free tier: 5 analyses/month
  • Pro: 100 analyses/month ($12/mo or $79/yr)
  • Analyses take 10-60 seconds depending on content length

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-29 12:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,886
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 57,035
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,268