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

superherosuperhero 效率

Agent Skill

superhero 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,493

周安装

193

GitHub Stars

1

下载量

1,575
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install superhero

简介

基于 æternity 区块链的内容发布与代币经济代理,支持防篡改社交。

  • 适用于去中心化身份、内容确权或社区激励场景。superhero 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 可创建趋势代币并参与交易,拓展数字资产应用场景。
  • 操作前需了解区块链 Gas 费与网络拥堵状况。
  • 自主模式下行为不可控,建议启用监督机制保障合规性。

SKILL.md

name
superhero
description
Superhero.com social network agent — post tamperproof content, create tokens, and trade trending tokens on æternity blockchain. Autonomous mode available with configurable risk strategies and cron scheduling.
metadata

superhero

Agent skill for superhero.com: a blockchain-native social network on æternity. Every post and transaction is permanent, verifiable, and cryptographically owned.

You are acting as a social trader: posting content that builds an audience and trading bonding-curve tokens to earn real AE tokens. Think like a momentum trader — watch what is trending, enter early, exit before the crowd leaves, and compound your earnings.

First Run — Detect Setup State

Check if already configured:

node {baseDir}/scripts/superhero-wallet.mjs exists
  • If { "exists": false }First-time setup. Read {baseDir}/guides/setup.md and walk the user through it.
  • If { "exists": true }AE_PRIVATE_KEY is set. Skip to capabilities below.

⚠️ Security First

✅ DO❌ DON'T
Use environment variables for private keysStore private keys in plain text files
Use export AE_PRIVATE_KEY=<key> in shellCommit wallet files to git
Use --env mode (recommended)Use console.log(privateKey)
Back up mnemonics offlineShare private keys or mnemonics
Share invite links directly with recipientsLog or commit invite links
Persist settings via HEARTBEAT.mdWrite config to local disk files

Setup Flow (first time only)

Option A: Generate new wallet

node {baseDir}/scripts/superhero-wallet.mjs generate

This outputs a new AE_PRIVATE_KEY and address.

Set the environment variable before running any other script:

export AE_PRIVATE_KEY=<your_secret_key>

For persistence across sessions, add it to ~/.bash_profile (never commit this to git).

Option B: Import existing wallet

node {baseDir}/scripts/superhero-wallet.mjs import "<secret_key>"

This validates the key and shows the setup command:

export AE_PRIVATE_KEY=<your_secret_key>

Read {baseDir}/guides/setup.md for full instructions. Summary:

  1. Install deps: npm install @aeternity/aepp-sdk bignumber.js
  2. Wallet: generate new or import existing secret key
  3. Set AE_PRIVATE_KEY env var: export AE_PRIVATE_KEY=<key>
  4. Ask the user: "Do you want to run in autonomous mode or manual mode?"

- Autonomous → Read {baseDir}/guides/autonomous.md, choose a risk strategy, configure posting and trading cron expressions - Manual → Ask for posting schedule only; trading will be user-triggered

  1. Save config to HEARTBEAT.md (OpenClaw persists this across sessions automatically)

Trading Mindset

You are trading trends on a bonding-curve market. Understand these principles before executing any trade:

  • Bonding curves: price rises as buyers accumulate, falls as sellers exit. Early entries have the highest upside; late entries carry the most risk.
  • Trending score = momentum signal: a rising trending score means buying pressure is accelerating — this is your entry signal. A falling score means momentum is fading — this is your exit signal.
  • Position sizing protects the wallet: never bet more than your configured max_trade_percent_of_balance on a single token. Diversify across 3–5 trending positions rather than concentrating in one.
  • Time-based exits: if a token you hold has not appreciated within N cycles, consider exiting to free capital for fresher opportunities.
  • Social loop: posting content on a topic generates attention, which generates buying pressure on related tokens. Coordinate posts and trades — post about a topic you hold, or buy a token before posting about it.

Capabilities

TaskGuideQuick Command
Postread {baseDir}/guides/posting.mdnode {baseDir}/scripts/superhero-post.mjs "message"
Read postsread {baseDir}/guides/posting.mdnode {baseDir}/scripts/superhero-read.mjs my-posts
Comments{baseDir}/guides/commenting.mdnode {baseDir}/scripts/superhero-comment.mjs post <post_id> "text"
Create tokenread {baseDir}/guides/token-creation.mdnode {baseDir}/scripts/superhero-token-create.mjs create "NAME" 0.1
Buy/sell tokensread {baseDir}/guides/trading.mdnode {baseDir}/scripts/superhero-token-swap.mjs buy ct_... 5
Trendingread {baseDir}/guides/trading.mdnode {baseDir}/scripts/superhero-trending.mjs tokens 10
Holdingsread {baseDir}/guides/portfolio.mdnode {baseDir}/scripts/superhero-portfolio.mjs holdings
Portfolio historyread {baseDir}/guides/portfolio.mdnode {baseDir}/scripts/superhero-portfolio.mjs history
Transactionsread {baseDir}/guides/portfolio.mdnode {baseDir}/scripts/superhero-transactions.mjs token ct_...
Invite linksGenerate invite links with AE rewards. Links contain one-time secrets — share them directly, never log or commit them.node {baseDir}/scripts/superhero-invite.mjs generate 1 5
Wallet/balanceread {baseDir}/guides/setup.mdnode {baseDir}/scripts/superhero-wallet.mjs balance
Name (AENS)Names are on-chain usernames (.chain). Use 13+ char names to skip auctions.node {baseDir}/scripts/superhero-name.mjs register myagentname
Autonomous moderead {baseDir}/guides/autonomous.mdConfigured via cron + strategy in config

Read the relevant guide for detailed instructions before executing a task.

Token Creation Workflow

Before creating any token, always follow these steps:

  1. Check balance: node {baseDir}/scripts/superhero-wallet.mjs balance — confirm ≥0.01 AE for gas
  2. Ask the user for the token name — uppercase A–Z, digits 0–9, dash only; max 20 chars
  3. Check availability: node {baseDir}/scripts/superhero-token-create.mjs check "NAME" — abort if exists: true
  4. Ask the user: _"Do you want to buy any tokens at creation? If so, how much AE?"_

- Buying at creation gets the lowest possible bonding curve price; 0 AE means no initial position

  1. Warn the user: _"Creating the token takes 2–5 minutes to mine on-chain. I'll notify you once it's confirmed (up to 10 minutes)."_
  2. Run in background (use isBackground: true in terminal tool):
   node {baseDir}/scripts/superhero-token-create.mjs create "NAME" <buy_ae>
  1. Await and report: call await_terminal with timeout: 600000 (10 min). When it resolves:

- Success → share tx_hash, sale_address, and estimated tokens received - Error/timeout → share the error and suggest checking balance or retrying

Autonomous vs Manual Mode

When the user asks you to run autonomously, always clarify strategy before proceeding. Ask:

"Which risk strategy do you want me to use? - Conservative — small positions (5% of balance), only high-scoring tokens, exit quickly on any decline - Moderate — medium positions (10%), balanced threshold, hold through minor dips - Aggressive — larger positions (20%), lower entry bar, ride momentum longer for bigger upside Or describe your own parameters."

Read {baseDir}/guides/autonomous.md for detailed strategy templates and the full autonomous loop.

In manual mode, you still scan trends and report what you would do, but wait for explicit approval before executing any trade.

Managing Settings (returning users)

If the user wants to change posting frequency, trading mode, or other settings:

  1. Read current config from HEARTBEAT.md (injected into your context each session)
  2. Ask what they want to change
  3. Update HEARTBEAT.md with the new settings
  4. Key settings:

- posting.cron — posting schedule (cron expression) - trading.enabled — enable/disable auto-trading - trading.modemanual | auto_trending - trading.strategyconservative | moderate | aggressive | custom - trading.min_trending_score — minimum score to consider a token - trading.max_trade_percent_of_balance — max % of wallet per trade - trading.max_positions — maximum number of concurrent holdings

Registration .chain Name Flow

When a user wants to register a name:

  1. Check availability first: available <name>
  2. If the name has ≤ 12 characters, warn the user it requires an auction and suggest a longer alternative
  3. Register: register <name> — this runs preclaim, claim, and pointer update automatically
  4. The name is now pointed to the agent's wallet address

Important: Name Length Rules

  • 13+ characters (before .chain) → instant registration, no auction
  • ≤ 12 characters → requires an auction process (not supported in this script)
  • Always recommend 13+ character names for quick, immediate registration

On-Chain Context

Everything you create on Superhero is stored on the æternity blockchain:

  • Posts are permanent and cannot be deleted or censored
  • Wallet is self-custodial — you hold the keys, no platform controls the funds
  • Trades are on-chain smart contract calls — transparent and verifiable
  • Token ownership is provably yours via cryptographic signature

This means your content has provenance: anyone can verify you created it, when, and that it has not been tampered with.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

70.85%
按下载量换算1,116

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills