← all publishers

Spacetime-Technology

@spacetime-technology source repo

10 published skills

  1. Coin Lineage · spacetime-technology
    Walk a Chia coin back through its parents or forward through its children for N hops, classifying each step (XCH / CAT / NFT / DID) and labelling known addresses. Use when the user wants provenance, forensics, "where did this coin come from", or "where did the funds go after this spend". Accepts coin_id, direction, hops as arguments for programmatic invocation.
    0
    installs
  2. Invoice Watch · spacetime-technology
    Generate a Chia invoice (a markdown receipt template) for X XCH payable to a chosen address, then watch the address for the matching deposit and emit a paid receipt when it lands. Use when the user is billing someone in XCH, needs a payment-confirmation flow, or asks to "invoice in Chia". Accepts address, amount_xch, memo, payer, channel as arguments for programmatic invocation.
    0
    installs
  3. Watch Address · spacetime-technology
    Notify when a Chia address receives or sends XCH, CATs, or NFTs since the last run. Use when the user asks to be alerted on deposits, withdrawals, or activity at an address, or wants to "watch" a wallet. Accepts address, direction, min_amount, channel as arguments for programmatic invocation, or asks the user for whatever is missing.
    0
    installs
  4. Nft Provenance · spacetime-technology
    Trace a Chia NFT from mint through every transfer to its current owner. Given a launcher_id (or any coin in the lineage), walks the full chain of custody, classifies each step, and surfaces the current holder address. Use when the user wants to verify NFT history, check an NFT before buying, prove authenticity, or research a collection. Accepts launcher_id, include_metadata as arguments for programmatic invocation.
    0
    installs
  5. Watch Xch Price · spacetime-technology
    Notify when XCH spot price crosses a configured threshold in any CoinGecko-supported currency (USD, EUR, GBP, BTC, SATS, etc.). Use when the user asks for a price alert, wants to know when XCH "hits $X", or sets a target. Accepts threshold, currency, direction, channel as arguments for programmatic invocation.
    0
    installs
  6. Watch Fee Market · spacetime-technology
    Notify when recommended Chia network fees for a target inclusion window drop below a threshold — catch cheap windows to broadcast a transaction. Use when the user wants to wait for low fees, asks "let me know when fees are cheap", or sets a target mojo budget. Accepts max_fee_mojos, target_minutes, spend_type, channel as arguments for programmatic invocation.
    0
    installs
  7. Offer Safety Check · spacetime-technology
    Decode a Chia offer1... string, classify what's being traded on each side, fetch market prices, and surface a risk report before the user takes it. Use when the user pastes an offer they were sent, asks "is this offer fair?", or wants to vet a deal before opening their wallet. Accepts offer, max_unfavourable_pct as arguments for programmatic invocation.
    0
    installs
  8. Watch Prefarm Spend · spacetime-technology
    Notify on new outflows from the Chia 21M XCH strategic reserve (prefarm), with destinations labelled when known (partners, market makers, exchanges). Use when a journalist, researcher, or ecosystem watcher wants to be pinged whenever the reserve moves XCH. Accepts min_amount, channel, wallet as arguments for programmatic invocation.
    0
    installs
  9. Address Daily Digest · spacetime-technology
    Compose and deliver a daily (or weekly) summary of activity at one or more Chia addresses — inflows, outflows, ending balance, USD value at receive time. Use when the user wants a recurring report instead of per-event alerts, or asks for a "daily summary" / "weekly digest" of their wallet. Accepts addresses, period_hours, currency, channel as arguments for programmatic invocation.
    0
    installs
  10. Watch Tx Confirmation · spacetime-technology
    Notify when a specific Chia transaction (tx_id / spend bundle name) moves from the mempool to confirmed on-chain, or evicts without confirming. Use when the user says they just sent a tx, broadcasted a spend bundle, or asks to be pinged when something confirms. Accepts tx_id, channel, timeout_minutes as arguments for programmatic invocation.
    0
    installs