Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计通过

depin-infrastructure-fetcherdepin 基础设施获取器

Agent Skill

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

总安装

218

周安装

9

GitHub Stars

5

下载量

71
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/dreamineering/meme-times --skill depin-infrastructure-fetcher

简介

用于查找、检索和筛选 DePIN 基础设施项目相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选项目。

  • 支持获取实时项目指标、分析代币经济模型、评估网络覆盖与节点分布,并可横向对比多个 DePIN 项目。
  • 通过关键词或任务场景触发,结合来源仓库和 README 文档核验具体用法,需确认权限与维护状态。
  • 安装命令为 npx skills add https://github.com/dreamineering/meme-times --skill depin-infrastructure-fetcher。
  • 建议安装前检查是否会触发联网、命令执行或文件读写,并核实目标环境的适用性。

SKILL.md

DePIN Infrastructure Project Fetcher

Comprehensive DePIN (Decentralized Physical Infrastructure Network) project analysis and information retrieval system for researching, evaluating, and monitoring decentralized infrastructure projects.

Activation Triggers

Core Capabilities

Project Research

  • Fetch real-time project metrics and statistics
  • Analyze tokenomics and economic models
  • Evaluate network coverage and node distribution
  • Compare multiple DePIN projects side-by-side

Network Categories

<domain_terminology>

  • Wireless Networks: Helium (IoT/5G), Pollen Mobile (cellular)
  • Storage Networks: Filecoin, Arweave, Sia
  • Compute Networks: Render Network, Akash, Flux
  • Sensor Networks: PlanetWatch (air quality), WeatherXM (weather)
  • Energy Networks: React Network, Powerledger
  • Mapping/Location: Hivemapper (dashcams), DIMO (vehicle data) </domain_terminology>

Implementation Workflow

Step 1: Parse Query Intent

interface DePINQuery {
  project_name?: string;
  location?: string;
  category?: 'wireless' | 'storage' | 'compute' | 'sensor' | 'energy' | 'mapping';
  metric_type?: 'coverage' | 'nodes' | 'tokenomics' | 'roi';
}

Step 2: Data Retrieval

Execute scripts/fetch-depin-data.ts with parsed parameters:

npx tsx .claude/skills/depin-infrastructure-fetcher/scripts/fetch-depin-data.ts \
  --project "helium" \
  --location "new-zealand" \
  --metrics "coverage,nodes"

Step 3: Format Response

Use project-specific templates from references/project-templates/:

  • Network statistics summary
  • Node deployment requirements
  • ROI calculations
  • Coverage maps interpretation

Quality Gates

<validation_rules>

  • Data freshness: Max 24 hours old
  • Source verification: Only trusted APIs (see references/trusted-sources.md)
  • ROI calculations: Include all costs (hardware, electricity, maintenance)
  • Coverage data: Verify with multiple sources when available </validation_rules>

Output Format

Project Summary Template

PROJECT: [Name]
CATEGORY: [Network Type]
LOCATION: [Coverage Area]
STATUS: [Active Nodes] | [Network Growth]

DESCRIPTION:
[1-2 sentence overview]

KEY METRICS:
- Active Nodes: [count]
- Network Coverage: [area/percentage]
- Token Price: [current]
- Node ROI: [monthly estimate]

DEPLOYMENT:
- Hardware Cost: $[amount]
- Setup Complexity: [Low/Medium/High]
- Maintenance: [requirements]

Error Handling

<error_recovery>

  • API timeout (5s): Fall back to cached data with freshness warning
  • No results: Suggest alternative projects in same category
  • Ambiguous query: Ask clarifying questions (location, use case, budget) </error_recovery>

Performance Optimization

  • Cache responses for 24 hours using scripts/cache-manager.ts
  • Batch multiple project queries into single API calls
  • Pre-fetch popular projects during idle time

Security Considerations

Success Metrics

Track via scripts/analytics.ts:

  • Query response time (<2s target)
  • Data accuracy (>95% match with official sources)
  • User satisfaction (follow-up questions indicate success)

<see_also>

  • /docs/META-LEARNINGS/DEPIN-INFRASTRUCTURE.md → DePIN ecosystem overview
  • references/api-documentation.md → External API schemas
  • references/project-database.json → Known projects catalog </see_also>

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Gemini CLI

31.97%
按下载量换算23

Antigravity

25%
按下载量换算18

Claude Code

16.6%
按下载量换算12

Codex

11.7%
按下载量换算8

OpenCode

8.81%
按下载量换算6

windsurf

3.9%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills