npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fml-inc/fml

v0.3.0

Published

FML agent tools for Claude Code

Downloads

1,472

Readme

FML

Agent tools for AI coding assistants. Installs as a Claude Code plugin with MCP tools for session analytics, cost tracking, integrations, and team workflows — powered by Panopticon for local data collection.

Install

npm install -g @fml-inc/fml

This installs the plugin, registers hooks and MCP tools in Claude Code, and bootstraps Panopticon for local data collection. Start a new session to activate.

Then sign in:

fml login

For LLM agents

Setting up FML from inside a coding-agent sandbox (Claude Code, Codex, Gemini CLI, etc.)? Paste this to your agent:

Follow the installation instructions here: https://github.com/fml-inc/observe/blob/main/docs/agent_installation_guide.md

The guide covers: npm install -g @fml-inc/fmlfml installfml login --device (the agent relays the verification URL to you, you paste the code back) → fml doctor. No browser, no gh CLI, no manual shell-profile edits needed.

What it does

Local observability — Panopticon captures OpenTelemetry signals, hook events, session files, and API traffic from Claude Code, Gemini CLI, and Codex CLI into a local SQLite database.

MCP tools for your agent — Once installed, Claude Code gets tools to query your sessions, costs, activity, and connected integrations directly in conversation.

Cloud sync — Optionally sync local data to the FML dashboard for team-wide visibility, config snapshots, and automations.

MCP tools

These tools are available to Claude Code via the plugin:

| Tool | Description | |------|-------------| | get_engineering_activity | Activity summary — sessions, prompts, tools, costs | | list_engineering_sessions | List recent sessions with stats | | search_engineering_sessions | Search across all sessions | | get_session_timeline | Messages and tool calls for a session | | get_session_turns | Per-turn token usage for a session | | get_ai_spending | Token usage and cost breakdowns | | whoami | Current auth and org status | | fml_list_integrations | Connected integrations (Slack, GitHub, Linear, Sentry, etc.) | | fml_query_* | Query connected integrations directly | | fml_list_messages | Conversation messages | | fml_search_analysis | Search codebase analysis results | | fml_run_analysis_workflow | Run deep analysis workflows | | fml_list_skills | Browse and load skills | | list_repo_configs | Team config snapshots |

CLI

fml install              Register plugin, hooks, and daemons
fml uninstall            Remove plugin and hooks
  --target <t>           Target: claude, gemini, codex, claude-desktop, all
  --purge                Also remove all data, logs, and auth tokens
fml update               Update to the latest version

fml login                Sign in to your FML account
fml logout               Sign out and clear credentials
fml org [slug]           Show or select organization
fml status               Show auth and daemon status
fml doctor               Check configuration and connectivity

fml open                 Open FML dashboard in browser
fml start                Start panopticon server
fml stop                 Stop panopticon server

fml activity             Activity summary
  --since <duration>     Time window (e.g. "24h", "7d")
fml sessions             List recent sessions
fml timeline <id>        Events for a session
fml spending             Token usage and cost breakdown
fml search <query>       Search across sessions

fml sync setup           Configure sync targets
fml sync list            List sync targets
fml sync add <n> <url>   Add a sync target
fml sync remove <name>   Remove a sync target
fml sync status          Show sync status
fml sync reset [name]    Reset sync watermarks

Development

pnpm install       # Install dependencies
pnpm dev           # Watch mode (tsup)
pnpm test          # Run tests (Vitest)
pnpm type-check    # Type check

To test the full install flow:

pnpm build && pnpm pack
npm install -g ./fml-inc-fml-*.tgz
fml install

License

Proprietary — see LICENSE.