Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计异常

thorthor 搜索

Agent Skill

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

总安装

541

周安装

23

GitHub Stars

5

下载量

190
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/vechain/vechain-ai-skills --skill thor

简介

thor 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于 Thor 协议研究、区块链节点运维或去中心化网络分析等场景。
  • 通过 GitHub 仓库安装,使用 npx skills add 命令添加指定技能。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • thor 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Thor Skill

CRITICAL RULES

  1. Read reference files FIRST. When the user's request involves any topic in the reference table below, read those files before doing anything else. Briefly mention which files you are reading so the user can confirm the skill is active.
  2. Information priority: (a) Reference files in this skill — always the primary source. (b) The thor repo source code at github.com/vechain/thor/v2 for implementation details. (c) Web search — only as a last resort for topics NOT covered in references.
  3. Prefer working directly in the main conversation. Plan mode and subagents do not inherit skill context and may produce stale answers.
  4. After compaction or context loss, re-read this SKILL.md to restore awareness of the reference table.

Scope

Use this Skill for anything related to the VeChainThor node (thor):

  • Architecture and package structure of the Go codebase
  • Consensus: PoA v1/v2, PoS (Galactica), BFT finality
  • Built-in contracts: Authority, Energy, Staker, Params, Prototype, Executor, Extension
  • REST API endpoints and WebSocket subscriptions
  • Storage: LevelDB, SQLite logdb, trie, pruning, node types
  • P2P networking: discovery, block/tx propagation
  • Cross-cutting flows: block production, transaction lifecycle, reward distribution, staking/delegation, chain sync
  • Solo mode for local development
  • Contributing to the thor codebase: build, test, add endpoints, fork config

For application-level VeChain development, see the companion skills:

  • vechain-core — SDK usage, fee delegation, multi-clause transactions, dual-token model
  • vechain-kit — VeChain Kit hooks, components, wallet connection, social login
  • smart-contract-development — Solidity, Hardhat, testing, security
  • stargate — NFT staking, validator delegation, VTHO rewards

Operating procedure

1. Identify the question type

  • PM/architecture question → read architecture.md + relevant flow files
  • Contributor question → read contributing.md + relevant package reference
  • "How does X work?" → read the matching flow file(s)
  • API question → read api.md
  • Node operations → read architecture.md (node types, flags, ports)

2. Read before answering

Load the matching reference files from the table below. Cross-cutting questions may need multiple files.

3. Answer with context

  • Reference specific packages, types, and files from the thor codebase
  • For flows, trace through the packages step-by-step
  • For PM audiences, lead with the high-level summary before diving into implementation
  • For contributors, include package paths and key type names

Reference files

Read the matching files BEFORE doing anything else. See Critical Rules above.

TopicFileRead when user mentions...
Architecturereferences/architecture.mdoverview, packages, node types, ports, flags, fork config, tech stack
Consensusreferences/consensus.mdPoA, PoS, BFT, finality, proposer, validator selection, VRF, Galactica
Built-in contractsreferences/built-in-contracts.mdAuthority, Energy, VTHO, Staker, Params, Prototype, Executor, native contracts
REST APIreferences/api.mdAPI, endpoints, routes, subscriptions, WebSocket, Swagger
Storagereferences/storage.mddatabase, LevelDB, SQLite, logdb, trie, pruning, archive, disk
P2P networkingreferences/p2p.mdpeers, discovery, discv5, propagation, sync protocol, bootstrap
Contributingreferences/contributing.mdbuild, Makefile, tests, lint, add endpoint, fork config, PR, Go conventions
Solo modereferences/solo.mdsolo, local dev, test chain, pre-funded accounts, auto-mine
Flow: block productionreferences/flow-block-production.mdblock packing, scheduler, proposer, how blocks are created
Flow: transaction lifecyclereferences/flow-transaction-lifecycle.mdtx flow, txpool, clause execution, receipts, tx validation
Flow: reward distributionreferences/flow-reward-distribution.mdrewards, VTHO generation, validator rewards, gas rewards, burning
Flow: staking & delegationreferences/flow-staking-delegation.mdstaking, delegation, unstaking, Staker contract, validator lifecycle
Flow: chain syncreferences/flow-sync.mdsync, catch-up, peer download, fork handling, reorg, propagation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.32%
按下载量换算71

Claude

31.95%
按下载量换算61

Cursor

17.29%
按下载量换算33

Gemini CLI

10.44%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

未通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills