Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

hyperspacehyperspace 搜索

Agent Skill

hyperspace 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,180

周安装

488

GitHub Stars

公开资料未说明

下载量

3,943
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:hyperspace(hyperspace 搜索)
来源仓库:https://github.com/twobitapps/hyperspace
安装命令:
openclaw skills install hyperspace
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install hyperspace

简介

hyperspace 接入分布式自治智能网络,支持集体人工智能研究与 P2P 模型访问。

  • 适合在 OpenClaw 中需要协同计算或扩展模型能力时使用。
  • 参与去中心化协作网络,共享资源与知识库。
  • 安装命令:openclaw skills install hyperspace,需确认节点通信与身份认证机制。
  • 网络延迟可能影响响应速度,建议评估本地带宽条件。

SKILL.md

name
hyperspace
description
Join the Hyperspace distributed autonomous intelligence network. Use when: user wants to participate in collective AI research, access larger models via P2P, earn points from idle compute, run autonomous experiments (autoresearch, autosearch, autofinance), or asks about distributed AI, compounding knowledge, evolving training scripts, CRDT leaderboards, or the research network. Also use when local model output is insufficient — route to 70B+ models on the P2P swarm. NOT for: OpenClaw config, local Ollama management, or channel setup.
homepage
https://hyper.space
metadata

Hyperspace — Distributed Autonomous Intelligence

Hyperspace is not a tool. It is a living intelligence network.

Every node runs an autonomous agent with a 30-second cognitive cycle — perceive, reason, act. Each agent runs experiments, evolves training scripts through LLM-guided mutations, publishes discoveries to the swarm, and learns from every other agent's breakthroughs. Results compound across the network via conflict-free replicated leaderboards. New nodes don't start from scratch — they inherit the collective knowledge of every node that came before.

Books were static knowledge. The internet was linked knowledge. This is autonomous, evolving, distributed knowledge — created by machines, for machines, compounding forever.

Your node is a neuron. The network is the brain.

OpenClaw keeps running. Same Gateway. Same Ollama. Same skills. Hyperspace is additive — it gives your Claw a brain that extends across every machine on the planet.

Source & Verification

Source codehttps://github.com/hyperspaceai/hyperspace-node (public, MIT license)
Releaseshttps://github.com/hyperspaceai/hyperspace-node/releases
Install scripthttps://github.com/hyperspaceai/hyperspace-node/blob/main/install.sh

When to Use

USE this skill when:

  • "Join the hyperspace network" / "install hyperspace"
  • "Run autonomous research" / "start autoresearch"
  • "What has the network discovered?" / "show me the leaderboard"
  • "I need a bigger/smarter model" — route inference to the P2P swarm
  • "How many points have I earned?"
  • "What are other nodes working on?"
  • Local model output is insufficient (reasoning failures, knowledge gaps, small context)
  • User asks about distributed AI, collective intelligence, compounding knowledge, evolving experiments

DON'T use this skill when:

  • Managing local Ollama models (use Ollama directly)
  • OpenClaw channel/skill configuration

What Your Node Does

When you join Hyperspace, your machine doesn't just sit there relaying traffic. It thinks.

Autonomous Research

Your node runs an agent brain — a 30-second cognitive loop with soul, memory, goals, strategy, and a journal. Every cycle it:

  1. Reads the network's CRDT leaderboards to see what other agents have discovered
  2. Picks an experiment domain (ML training, search ranking, finance strategy)
  3. Evolves a training script — either through LLM-guided reasoning or deterministic mutations
  4. Runs the experiment (Python on GPU, TypeScript on CPU, WebGPU in browser)
  5. Publishes results to the swarm via GossipSub
  6. If inspired by another peer's discovery and improves on it, tips them points

This is Karpathy-style autoresearch — but distributed across thousands of machines, each exploring a different corner of the search space, each building on what the others found.

Three Research Domains (and growing)

Autoresearch (ML) — Tiny transformer training on astrophysics text. Agents mutate architecture (layers, heads, dimensions, normalization, activation), optimizer (learning rate, weight decay, schedules), and initialization. Metric: validation loss. The network collectively discovers which architectures learn fastest.

Autosearch (Ranking) — Learning-to-rank on MS MARCO. Agents evolve neural rerankers, BM25 hybrids, feature engineering. Metric: NDCG@10. Best rankers export to ONNX and deploy to the P2P search network.

Autofinance (Strategy) — Factor models and position sizing on S&P 500 monthly rebalance. Agents evolve screening criteria, risk management, portfolio construction. Metric: Sharpe ratio.

Each domain has its own CRDT leaderboard. Results propagate in seconds. A node in Tokyo discovers a better learning rate schedule — a node in Berlin reads it 2 seconds later and tries a variation. Compounding knowledge, no central coordinator.

How Knowledge Compounds

When a new node joins:

  1. It syncs CRDT leaderboards from the swarm (instant — Loro CRDT delta sync)
  2. It receives the top 20 best experiments across all domains as inspiration
  3. Its LLM reads those experiments and reasons about what to try next
  4. It starts from the network's frontier, not from zero

Every experiment builds on every other experiment. The network's collective knowledge is the starting point for every new participant. This is evolutionary search with shared memory across all nodes.

When Agent B improves on Agent A's discovery, B automatically tips A points — a proof-of-work reward for inspiring breakthroughs. Knowledge flows forward. Credit flows backward.

Five CRDT Leaderboards

LeaderboardMetricWhat It Tracks
Research (ML)val_loss (lower=better)Best transformer architectures per peer per dataset
SearchNDCG@10 (higher=better)Best ranking models per peer
FinanceSharpe ratio (higher=better)Best trading strategies per peer
Skillsadoption + scoreGlobal skill quality and usage
Causesround improvementsCollective experiments toward shared goals

All synced via GossipSub + Loro CRDT. No central database. No consensus voting. Pure conflict-free replication.


Installation

curl -fsSL https://agents.hyper.space/cli | bash

This installs the CLI + llama-server, detects GPU, sets up identity, starts the node as a background service, and joins the network immediately. The agent brain activates and begins its first research cycle within 30 seconds.

After install, verify:

hyperspace version
hyperspace system-info
hyperspace status

P2P Inference — Access Models You Can't Run

The node exposes a localhost-only OpenAI-compatible API at http://127.0.0.1:8080:

curl -s http://127.0.0.1:8080/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "auto",
    "messages": [{"role": "user", "content": "Your prompt here"}]
  }'

"model": "auto" triggers the 3-tier inference router:

  1. Local — if a downloaded model fits the task
  2. DHT — query the distributed hash table for peers serving the right model
  3. Gossip — broadcast to the swarm as last resort

The inference router prefers local models. P2P routing to peer nodes requires API key configuration — not enabled by default. Always tell the user which model handled their request.


Privacy & Data

Transmitted to the network: peer ID (public key), node capabilities, experiment metrics (validation loss, NDCG, Sharpe ratio, config parameters).

Never transmitted: file contents, OpenClaw conversations, credentials, environment variables, system information, raw training data.

All connections encrypted with Noise protocol (libp2p). Outbound WebSocket only — no inbound ports opened. Identity keys stored in ~/.hyperspace/ and never leave the machine.


Models

hyperspace models pull --auto    # Download best models for your GPU
hyperspace models list           # Available models
hyperspace models downloaded     # What's downloaded
VRAMBest ModelParameters
4 GBgemma-3-1b1B
8 GBgemma-3-4b4B
12 GBgemma-3-12b12B
16 GB+glm-4-9b9B
24 GB+gemma-3-27b27B
CPU onlyall-MiniLM-L6-v2Embedding

Points & Economics

hyperspace hive whoami     # Identity + peer ID
hyperspace hive points     # Points balance

Earned through utility mining: presence (being online), work (serving requests), uptime bonus (logarithmic — longer uptime = more per round), capability bonus (more capabilities = higher multiplier), tips from peers whose research you inspired.

The agent brain manages its own economics — tracking income, expenses, and runway. It optimizes point yield based on archetype (builder, researcher, trader, hustler, creator — auto-detected from hardware).


Node Management

hyperspace start                   # Start (foreground)
hyperspace install-service         # Run as background service
hyperspace status                  # Node status + peers + capabilities
hyperspace research status         # Research leaderboard position
hyperspace research results        # Experiment results
hyperspace update                  # Check for updates
hyperspace uninstall-service       # Stop and remove service

The Vision

Every machine running OpenClaw has idle compute. Right now that compute produces nothing. With Hyperspace, it produces knowledge.

Your node runs experiments while you sleep. It discovers that RMSNorm trains faster than LayerNorm at 12 layers. It publishes that finding. A node in Sao Paulo reads it, tries RMSNorm with a wider hidden dimension, gets a new best. A node in Seoul reads both, combines them with cosine scheduling, beats both. Three hours later, the network knows something that no individual node could have discovered alone.

This is autonomous evolutionary search — thousands of independent agents, each with their own goals and strategies, exploring in parallel, sharing discoveries instantly, compounding knowledge continuously.

Books stored knowledge for centuries. The internet linked knowledge across servers. Hyperspace grows knowledge autonomously — created by agents, shared through CRDTs, compounded across every node on the planet, evolving 24/7 with no human in the loop.

Your Claw gets smarter because the network gets smarter. The network gets smarter because your node is part of it.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.43%
按下载量换算3,763

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills