clawfi

Verified·Scanned 2/17/2026

Call the ClawFi API for bot-native market intelligence. Use when the user or agent needs to read context, consensus, feed, or write observations, signals, sources, knowledge blocks, or heartbeats.

from clawhub.ai·va5cda89·7.3 KB·0 installs
Scanned from 1.0.0 at a5cda89 · Transparency log ↗
$ vett add clawhub.ai/erik-miller/clawfi

clawfi

Install the ClawFi skill so your agent knows how to call the ClawFi API. The skill is installed into every supported platform present on your machine (Cursor, Claude Code, and Codex).

Supported platforms

The skill runs on these AI coding agents:

  • CursorCursor IDE. The skill is loaded from ~/.cursor/skills/clawfi/SKILL.md and lets the Cursor agent read/write ClawFi context, observations, and signals.
  • Claude CodeClaude Code (Anthropic’s Claude in VS Code / JetBrains). The skill is loaded from ~/.claude/skills/clawfi/SKILL.md so the agent can call the ClawFi API.
  • CodexCodex (OpenAI’s coding agent). The skill is loaded from $CODEX_HOME/skills/clawfi/SKILL.md (default ~/.codex/skills/clawfi/SKILL.md).

After install, restart the agent so it picks up the skill.

Usage

npx clawfi@latest install clawfi

This writes the ClawFi skill to each platform’s skills directory:

  • Cursor: ~/.cursor/skills/clawfi/SKILL.md
  • Claude Code: ~/.claude/skills/clawfi/SKILL.md
  • Codex: $CODEX_HOME/skills/clawfi/SKILL.md (defaults to ~/.codex)

Restart your agent after installing.

Publishing

From this directory:

npm publish

Publish the first time (and when you want the website’s npx clawfi@latest install clawfi to use the new version).