← Back to Skills Marketplace
daav3

Api3 Feed Manager Readonly

by dave · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install api3-feed-manager-readonly
Description
Read-only Api3 feed discovery, readiness, coverage, and purchase-planning skill for downstream agent projects. Use when an agent needs to discover or verify...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install api3-feed-manager-readonly
  3. After installation, invoke the skill by name or use /api3-feed-manager-readonly
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial read-only variant split from executor-capable Api3 feed manager
Metadata
Slug api3-feed-manager-readonly
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install Api3 Feed Manager Readonly?

Run "/install api3-feed-manager-readonly" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Api3 Feed Manager Readonly free?

Yes, Api3 Feed Manager Readonly is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Api3 Feed Manager Readonly support?

Api3 Feed Manager Readonly is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Api3 Feed Manager Readonly?

It is built and maintained by dave (@daav3); the current version is v0.1.0.

💬 Comments