← 返回 Skills 市场
daav3

Api3 Feed Manager Readonly

作者 dave · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
30
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install api3-feed-manager-readonly
功能描述
Read-only Api3 feed discovery, readiness, coverage, and purchase-planning skill for downstream agent projects. Use when an agent needs to discover or verify...
使用说明 (SKILL.md)

Api3 Feed Manager (Read-only)

This variant is for discovery, verification, readiness checks, and exact execution planning without signer-backed execution.

What it can do

  • discover the best Api3 feed for an asset or pair
  • verify whether a feed exists and appears active
  • inspect funding/runway state
  • classify whether activation is needed
  • generate browser-assisted funding plans
  • generate exact contract-call payloads for later human or executor use
  • audit coverage across chains

What it will not do

  • accept signer material
  • submit transactions
  • trigger browser purchase flows automatically
  • claim a feed was funded unless a fresh post-action check proves it

Use this when

  • you want a safer default package for general users
  • you need transaction details without giving the skill wallet authority
  • you want a companion to the full executor variant so users can choose

Operating rules

  1. Default to discovery and verification first.
  2. Return exact next-step details when execution would be required.
  3. Keep the distinction between not-needed, executable, browser-assisted, and unsupported.
  4. Treat any generated calldata or browser plan as review material for a separate executor or human operator.

Available commands

  • resolve
  • discover
  • ensure-active
  • prepare-activation
  • browser-plan
  • contract-plan
  • queue-plan
  • purchase-inputs
  • prepare-contract-call
  • coverage-audit
  • coverage-matrix
  • supported-chains

Notes

  • This package is intentionally split from the executor-capable variant to reduce false surprise in security review.
  • If a user wants real execution, direct them to the executor variant instead of expanding this package's authority.
安全使用建议
Use this as a planning/read-only tool only. Do not provide private keys or seed phrases. Before executing any generated transaction with a separate wallet or executor, verify the chain, target contract, calldata, value, and pricing against trusted API3 sources.
功能分析
Type: OpenClaw Skill Name: api3-feed-manager-readonly Version: 0.1.0 The skill bundle is a legitimate tool for discovering and planning Api3 data feed activations. It strictly adheres to its 'read-only' claim by providing discovery, verification, and calldata preparation logic without any capabilities for transaction signing or broadcasting. The code in scripts/api3-feed-manager-readonly.js uses standard libraries (ethers, @api3/contracts) and interacts only with official Api3 endpoints (market.api3.org and api3dao.github.io) to fetch pricing and Merkle tree data. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力标签
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose aligns with the visible code and package metadata, but the skill can generate browser funding plans and exact contract-call payloads that would be high-impact if a separate human or executor uses them.
Instruction Scope
SKILL.md explicitly limits the skill to discovery, verification, and review-material generation, and says it will not accept signer material or submit transactions.
Install Mechanism
There is no install spec, while package.json defines a Node CLI with external npm dependencies using caret version ranges; this is purpose-aligned but users should install from trusted sources and prefer locked dependency versions.
Credentials
The registry declares Node as the only required binary and no required environment variables or primary credential. RPC/API3 network use is expected for feed discovery and planning.
Persistence & Privilege
The provided artifacts show no persistence, background agents, signer handling, token storage, or automatic transaction submission.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install api3-feed-manager-readonly
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /api3-feed-manager-readonly 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial read-only variant split from executor-capable Api3 feed manager
元数据
Slug api3-feed-manager-readonly
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Api3 Feed Manager Readonly 是什么?

Read-only Api3 feed discovery, readiness, coverage, and purchase-planning skill for downstream agent projects. Use when an agent needs to discover or verify... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。

如何安装 Api3 Feed Manager Readonly?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install api3-feed-manager-readonly」即可一键安装,无需额外配置。

Api3 Feed Manager Readonly 是免费的吗?

是的,Api3 Feed Manager Readonly 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Api3 Feed Manager Readonly 支持哪些平台?

Api3 Feed Manager Readonly 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Api3 Feed Manager Readonly?

由 dave(@daav3)开发并维护,当前版本 v0.1.0。

💬 留言讨论