gitwtfhub

wtf is my-cfo?

reallygood83/my-cfo — explained in plain English

Analysis updated 2026-08-10 · repo last pushed 2026-04-12

2PythonAudience · pm founderComplexity · 2/5MaintainedSetup · easy

TL;DR

A finance research tool that connects AI agents to crypto market data, prices, trending coins, and fear-and-greed sentiment, using free public APIs, with a strict read-only design that cannot execute trades or move funds.

Mindmap

mindmap
  root((my-cfo))
    What it does
      Crypto price lookups
      Trending coins feed
      Fear and greed index
    Safety design
      Read-only no trades
      No fund withdrawals
      Backend independent
    Data sources
      CoinGecko free API
      Alternative.me index
      OKX read-only mode
    Use cases
      Founder portfolio tracking
      PM market mood checks
      Agent workflow context
    Tech stack
      Python
      Command-line wrapper
      Paperclip integration
    Audience
      Non-technical founders
      Product managers
      Agent developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Ask plain-language questions about current crypto prices and market sentiment without risk of accidental trades.

REASON 2

Track your OKX portfolio balance and open positions in read-only mode using your own API keys.

REASON 3

Save crypto research summaries as issues or comments for team collaboration via Paperclip integration.

REASON 4

Build AI agent workflows that need safe, read-only financial market context.

What's in the stack?

PythonCoinGecko APIAlternative.me APIOKX APIPaperclip

How it stacks up

reallygood83/my-cfo0-bingwu-0/live-interpreter010zx00x1/faresnipe
Stars222
LanguagePythonPythonPython
Last pushed2026-04-12
MaintenanceMaintained
Setup difficultyeasymoderateeasy
Complexity2/52/52/5
Audiencepm foundergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Works immediately with no account or API keys required for basic use, OKX read-only mode needs your own API keys.

No license information is provided in the repository, so usage rights are unclear, check with the maintainer before using or modifying.

Wtf does this do

my-cfo is a finance research tool that plugs into AI agent platforms like Hermes, Claude Code, and OpenClaw. It lets you ask plain-language questions about crypto markets, things like "how's Bitcoin looking right now?" or "what's trending?", and get back a quick summary of prices, market sentiment, and the fear-and-greed index. The key promise: it only reads data. It cannot place trades, withdraw funds, or send money anywhere. Under the hood, it pulls from free public APIs (CoinGecko for prices and trending coins, Alternative.me for fear-and-greed readings) and combines them into short summaries you can request through a simple command-line wrapper. You can also connect it to OKX in read-only mode to check your balance or open positions, but only if you provide your own API keys, and even then, it strictly looks, never acts. There's an optional integration called Paperclip that can save research results as issues or comments for team workflows, but that's not required for basic use. The project is designed for people who want AI-assisted market awareness without the risk of an agent accidentally executing trades. A founder tracking crypto sentiment across their portfolio, a PM keeping an eye on market mood for product decisions, or a developer building agent workflows that need safe financial context would all fit the use case. You can install it with a single command, test it immediately without creating any account, and only add premium backends later if you need them. What's notable is the deliberate safety-first architecture. The team originally built around a specific backend (Minara Safe) but pivoted to a backend-independent model specifically to lower the barrier for open-source adoption, no sign-up walls, no unclear premium gates, no account dependency for first-time users. Trade execution is intentionally left to separate systems with their own validation, keeping this tool firmly in the research lane.

Yoink these prompts

Prompt 1
Set up my-cfo to check Bitcoin and Ethereum prices, then give me a one-paragraph summary of current market sentiment including the fear-and-greed index.
Prompt 2
Connect my-cfo to my OKX account in read-only mode so I can ask 'what's my current balance and open positions' through my AI agent.
Prompt 3
Use my-cfo to list the top trending coins right now and summarize whether the overall market mood is fearful or greedy.
Prompt 4
Configure Paperclip in my-cfo to save each crypto market research summary as a GitHub issue so my team can review trends together.
Prompt 5
Write a command that asks my-cfo for a quick market snapshot covering prices, trending coins, and the fear-and-greed reading before I make a product decision.

Frequently asked questions

wtf is my-cfo?

A finance research tool that connects AI agents to crypto market data, prices, trending coins, and fear-and-greed sentiment, using free public APIs, with a strict read-only design that cannot execute trades or move funds.

What language is my-cfo written in?

Mainly Python. The stack also includes Python, CoinGecko API, Alternative.me API.

Is my-cfo actively maintained?

Maintained — commit in last 6 months (last push 2026-04-12).

What license does my-cfo use?

No license information is provided in the repository, so usage rights are unclear, check with the maintainer before using or modifying.

How hard is my-cfo to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is my-cfo for?

Mainly pm founder.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.