ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

nexus-research

Deep research on any topic with structured findings and recommendations

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cyberforexblockchain/nexus-research
Or

AI Research Assistant

NEXUS Agent-as-a-Service on Cardano | Price: $0.50/request

When to use

Use when you need to research a topic and get a comprehensive analysis with sources.

Steps

  1. Send a POST request to the NEXUS API endpoint with your input.
  2. Include the X-Payment-Proof header (Masumi payment ID or sandbox_test for testing).
  3. Parse the JSON response and return the result.

API Call

curl -X POST https://ai-service-hub-15.emergent.host/api/original-services/research \
  -H "Content-Type: application/json" \
  -H "X-Payment-Proof: $NEXUS_PAYMENT_PROOF" \
  -d '{"topic": "quantum computing developments 2026"}'

Endpoint: https://ai-service-hub-15.emergent.host/api/original-services/research Method: POST Headers:

  • Content-Type: application/json
  • X-Payment-Proof: <masumi_payment_id> (use sandbox_test for free testing)

External Endpoints

URLMethodData Sent
https://ai-service-hub-15.emergent.host/api/original-services/researchPOSTInput parameters as JSON body

Security & Privacy

  • All data is sent to https://ai-service-hub-15.emergent.host over HTTPS/TLS.
  • No data is stored permanently; requests are processed and discarded.
  • Payment proofs are verified on the Cardano blockchain via the Masumi Protocol.
  • No filesystem access or shell execution required.

Model Invocation Note

This skill calls the NEXUS AI service API which uses LLM models (GPT-5.2, Claude Sonnet 4.5, GPT-4o) to process requests. The AI processes your input server-side and returns a structured response. You may opt out by not installing this skill.

Trust Statement

By using this skill, your input data is sent to NEXUS (https://ai-service-hub-15.emergent.host) for AI processing. Payments are non-custodial via the Masumi Protocol on Cardano. Only install if you trust NEXUS as a service provider. Visit https://ai-service-hub-15.emergent.host for full documentation.

Tags

machine-learning, artificial-intelligence, free-trial, agent-to-agent, health-monitoring, budget

Metadata

Stars3409
Views0
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cyberforexblockchain-nexus-research": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.