openclaw-price-ingest-external

Ingest OpenClaw price observations into News Publisher via observations/ingest.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/maniac1um/openclaw_news_publisher --skill openclaw-price-ingest-external
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-price-ingest-external
Source: https://github.com/maniac1um/openclaw_news_publisher/tree/main/.cursor/skills/openclaw-price-ingest-external
Command: npx skills add https://github.com/maniac1um/openclaw_news_publisher --skill openclaw-price-ingest-external

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides clients to collect and parse price data from OpenClaw and post it to News Publisher via the observations/ingest endpoint, enabling centralized, auditable price records with currency denominated in CNY. It also covers optional bootstrap for monitor creation, GET public/monitoring validation, and external-heartbeat reporting to support health checks and visibility.

Core Features & Use Cases

  • Client-side ingestion: OpenClaw collects prices and posts observations/ingest to News Publisher, with currency fixed to CNY.
  • Optional monitoring hooks: bootstrap monitor creation, optional public monitoring validation, and optional external heartbeat for status reporting.
  • Safe operation guidance: provides security guidelines, rate-limiting considerations, and data protection practices.

Quick Start

Configure BASE_URL, API_KEY, and either keyword or monitor_id, then run bootstrap, perform ingest, and optionally perform public validation and external heartbeat.

Frequently Asked Questions about openclaw-price-ingest-external

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ingest OpenClaw price observations into News Publisher?

To ingest OpenClaw price observations into News Publisher, configure your BASE_URL and API_KEY, provide either a keyword or monitor_id, and post to the observations/ingest endpoint with currency set to CNY by default.

What configuration is required to post price data to the observations/ingest endpoint?

Posting price data to the observations/ingest endpoint requires a secure BASE_URL, an API_KEY, and either a keyword for bootstrap or an existing monitor_id to target the destination accurately.

Can I validate monitoring status before ingesting OpenClaw prices?

Yes, you can validate monitoring status before ingesting OpenClaw prices by performing an optional GET public/monitoring validation to ensure the monitor is active and correctly configured.

How do I bootstrap a monitor for OpenClaw price ingestion?

To bootstrap a monitor for OpenClaw price ingestion, provide a specific keyword in your configuration, which allows the system to automatically create the monitor before posting observations.

Does the OpenClaw ingestion workflow support external heartbeat reporting?

Yes, the OpenClaw ingestion workflow supports optional external-heartbeat reporting to provide health checks and visibility into the status of your client-side price collection process.

What security guidelines apply when handling API keys for price observation ingestion?

Price observation ingestion enforces strict handling of sensitive data like API_KEY, requiring secure configuration and offering guidance on rate-limiting considerations and data protection practices.