A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Reference and issue mirror for @spfunctions/cli, the SimpleFunctions sf command-line interface.
sf)Reference and issue mirror for @spfunctions/cli, the supported SimpleFunctions command-line interface for prediction-market infrastructure.
The current CLI is distributed through npm. Install the package and treat the installed sf binary as the source of truth:
npm i -g @spfunctions/cli
sf login
sf status --json
sf world --json
sf describe --all --json
sf is the primary local surface for SimpleFunctions. It queries live Kalshi + Polymarket state, inspects markets and orderbooks, exports structured JSON for coding agents, runs thesis and portfolio workflows, and keeps execution commands explicit and permission-gated.
@spfunctions/cli.sf surface.Use sf describe --all --json for the installed command manifest. Use https://simplefunctions.dev/api/internal/statistics for current public surface counts.
sf status --json
sf world --json
sf discover --quality --json
sf inspect <ticker> --json
If a command is unavailable in your installed version, run:
npm i -g @spfunctions/cli@latest
sf describe --all --json
The public mirror is MIT-licensed. The supported npm distribution may include private SimpleFunctions runtime code.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
Secure MCP server for MySQL database interaction, queries, and schema management