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

hekkova-openclaw-skillhekkova OpenClaw 技能

Agent Skill

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

总安装

3,363

周安装

143

GitHub Stars

公开资料未说明

下载量

1,178
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install hekkova-openclaw-skill

简介

hekkova-openclaw-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中快速定位候选结果。

  • 适用于需要根据关键词、任务场景或来源线索进行信息定位的场景。
  • 通过 clawhub 安装,结合来源仓库和 README 文档核验具体用法。
  • 安装前需确认权限范围、维护状态,以及是否涉及联网、命令执行或文件读写操作。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
hekkova
description
Permanent memory layer for AI agents. Mint moments to the blockchain via MCP.
metadata
openclaw
emoji
🌙
requires
bins
["npx"]
env
tags
version
1.2.1
author
hekkova
homepage
https://hekkova.com

Hekkova — Permanent Memory for AI Agents

Hekkova lets you mint moments permanently to the Polygon blockchain. Content is stored on IPFS via Pinata and encrypted with Lit Protocol based on the privacy phase. Every mint produces a Block ID and on-chain transaction.

Setup

You need a Hekkova account and API key:

  1. Sign up at https://app.hekkova.com
  2. Go to API Keys and generate a key (starts with hk_live_)
  3. Buy a credit pack on the Billing page
  4. Set the API key as an environment variable: HEKKOVA_API_KEY

Connection

Connect to Hekkova via MCP. Use the mcp-remote bridge:

npx mcp-remote https://mcp.hekkova.com/mcp --header "Authorization: Bearer $HEKKOVA_API_KEY"

Available Tools

Eight tools are available once connected.

mint_moment

Mint content permanently to the blockchain. Supports text, images, and video.

  • Required: title, media (base64), media_type
  • Optional: phase (default: new_moon), category, description, tags, timestamp, source
  • Costs 1 credit for text/image, 2 credits for video
  • Video: mp4, webm, and quicktime supported. 50MB cap.
  • source is an optional flat object for provenance metadata — see Source Metadata below

mint_from_url

Mint from a public URL. Hekkova fetches the content server-side.

  • Required: url
  • Optional: title, phase, category, tags, source
  • Works with image URLs, Twitter/X posts, Instagram public posts, and web pages
  • Costs 1 credit for text/image, 2 credits for video

list_moments

List minted moments with pagination and filters. Soft-deleted moments are excluded.

  • Optional: limit, offset, phase, category, search, sort

get_moment

Get full details for a single moment by Block ID.

  • Required: block_id

update_phase

Change a moment's privacy phase after minting.

  • Required: block_id, new_phase
  • Costs 1 credit for text/image moments, 2 credits for video moments
  • Legacy Plan accounts get 10 free Phase Shifts per month

export_moments

Export all moments as JSON or CSV. Soft-deleted moments are excluded.

  • Optional: format (json or csv)

get_balance

Check remaining credits and plan details.

get_account

Get account details including Light ID and wallet address.

Source Metadata

mint_moment and mint_from_url accept an optional source object for provenance. All fields are optional. Supported fields:

FieldTypeDescription
platformstringOrigin platform (e.g. "twitter", "instagram")
urlstringCanonical URL of the source
authorstringAuthor username or handle
author_idstringPlatform-specific author ID
author_display_namestringDisplay name of the author
post_idstringPlatform-specific post/content ID
created_atISO 8601Timestamp of original content creation
captured_atISO 8601Timestamp when content was captured
capture_hashstringSHA-256 hash of the captured content
like_countnumberLikes at capture time
repost_countnumberReposts/shares at capture time
reply_countnumberReplies at capture time
view_countnumberViews at capture time
quote_countnumberQuotes at capture time
bookmark_countnumberBookmarks at capture time
reply_to_idstringID of the post this is a reply to
thread_idstringThread root ID
conversation_idstringConversation ID
media_urlsstring[]Array of media URLs in the source post
media_typesstring[]MIME types corresponding to media_urls
languagestringBCP 47 language code
is_verifiedbooleanWhether the author was verified at capture time

Any additional provenance fields can be passed as source_extra_* freeform keys (e.g. source_extra_note, source_extra_campaign_id).

Privacy Phases

Every moment has a privacy phase. Default is new_moon (fully encrypted).

  • new_moon — Owner only. Encrypted with Lit Protocol. This is the default.
  • crescent — Close circle. Token-gated encryption. *(coming soon)*
  • gibbous — Extended group. Token-gated. *(coming soon)*
  • full_moon — Fully public. No encryption. Accessible via any IPFS gateway.

Privacy & On-Chain Metadata

The token URI stored on-chain contains only static, non-identifying fields:

  • name: "Hekkova Moment"
  • description: "A moment on Hekkova. Visit app.hekkova.com to view."
  • image: Hekkova branded placeholder
  • external_url: Link to the Arc
  • attributes: three entries:

- Encrypted — boolean: true for new_moon/crescent/gibbous, false for full_moon - Timestamp — ISO 8601 mint time - Contentipfs://<htmlCid>, the IPFS CID of the encrypted HTML viewer

The Content attribute is the key to infrastructure-independent recovery. The CID points to the initial HTML pin (before the Block ID re-pin) and is permanently valid on IPFS. Recovery path:

ownerOf(tokenId) → tokenURI → Content attribute → IPFS gateway → enter passphrase → decrypted content

No Supabase, no dashboard, no Hekkova infrastructure required. The CID is public but unreadable without the passphrase — no user-generated content is ever exposed on-chain.

User-generated content — title, description, tags, category, source metadata, and media — lives in the encrypted IPFS payload (gated by Lit Protocol) and in Supabase. Public blockchain explorers cannot see moment content.

list_moments, get_moment, and export_moments return full metadata from Supabase. On-chain minimalism does not affect what agents see through MCP tools.

Filecoin Cold Archival

Every mint triggers automatic Filecoin archival via Lighthouse — a fire-and-forget background job that does not block the mint response.

Three-layer permanence architecture:

LayerTechnologyRole
Ownership proofPolygon blockchainImmutable record of who owns what
Hot storagePinata / IPFSFast, always-on content retrieval
Cold archivalLighthouse / FilecoinLong-term cryptographic storage deals

Filecoin deals take hours to days to seal — a pending status immediately after mint is expected and normal.

get_moment filecoin object:

{
  "filecoin": {
    "status": "pending" | "active" | "failed",
    "deal_id": "<filecoin_deal_id>",
    "lighthouse_cid": "<cid>",
    "archived_at": "<ISO 8601>"
  }
}

list_moments includes a filecoin_status field per moment ("pending", "active", or "failed").

Moment Categories (optional)

  • super_moon — Major life event
  • blue_moon — Rare moment
  • super_blue_moon — Once in a lifetime
  • eclipse — Time-locked until a reveal date. Legacy Plan only. Requires eclipse_reveal_date. Functional.

Pricing

Credit packs:

PackCreditsPrice
First Light5$2.50
Arc Builder20$9.00
Eternal Light50$20.00

Legacy Plan: $27.30/year — includes 10 free Phase Shifts per month, eclipse moments, and heir access (coming soon).

Credit costs per action:

  • Text or image mint: 1 credit
  • Video mint: 2 credits
  • Text/image Phase Shift: 1 credit
  • Video Phase Shift: 2 credits
  • Legacy Plan: 10 Phase Shifts free per month, then standard credit cost

Rules

  • Check balance with get_balance before minting if credits may be low
  • Video minting costs 2 credits and enforces a 50MB cap
  • Eclipse moments require eclipse_reveal_date and a Legacy Plan — they are time-locked and sealed until the reveal date
  • Soft-deleted moments (those with a deleted_at timestamp) are excluded from list_moments and export_moments results
  • Never store or log the API key in any output
  • When a mint succeeds, report the Block ID, Token ID, phase, and credits remaining
  • When balance is 0, direct the user to https://app.hekkova.com/billing to purchase more credits
  • Content on IPFS can be viewed at: https://gateway.pinata.cloud/ipfs/{media_cid}
  • Transactions can be verified at: https://polygonscan.com/tx/{polygon_tx}

Examples

Mint text: "Mint a moment called 'Project launch day' with the text 'We shipped v1.0 today'"

Mint an image: "Mint this screenshot as 'UI mockup v2' with New Moon privacy"

Mint a video: "Mint this mp4 as 'Demo recording' — use 2 credits"

Mint from URL: "Mint this tweet permanently: https://x.com/user/status/123"

Mint with source provenance: "Mint this tweet and include the platform, author, and like count in the source metadata"

Eclipse moment: "Mint this as an eclipse moment — seal it until 2026-01-01"

Phase Shift: "Change moment BLK_abc123 to full_moon"

Check balance: "How many Hekkova credits do I have left?"

List moments: "Show me all my minted moments"

Export: "Export my Hekkova moments as JSON"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.98%
按下载量换算1,131

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills