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

@yibi/owner-agent-minutes

v0.5.0

Published

Install the owner-local Feishu Minutes governance Skill for Codex.

Readme

@yibi/owner-agent-minutes

Install the owner-local Feishu Minutes governance Skill for Codex.

npx --yes @yibi/owner-agent-minutes@latest install

The default destination is $CODEX_HOME/skills/normalize-work-resource-name, or ~/.codex/skills/normalize-work-resource-name when CODEX_HOME is unset. Use a different skills directory when needed:

npx --yes @yibi/owner-agent-minutes@latest install --target /path/to/skills

Inspect the plan without writing:

npx --yes @yibi/owner-agent-minutes@latest install --dry-run --json

Verify an installation:

npx --yes @yibi/owner-agent-minutes@latest verify \
  --path ~/.codex/skills/normalize-work-resource-name \
  --json

Print the owner-agent input/output contract:

npx --yes @yibi/owner-agent-minutes@latest contract

The installer has no runtime dependencies, does not read Feishu credentials, does not call Feishu, and does not implicitly install a scheduler. It refuses to overwrite an existing Skill unless --force is explicit; forced replacement preserves the prior directory as a timestamped backup.

The installed Skill enforces complete fixed-cutoff discovery from 2026-07-01 using monthly paginated slices, stable-token reads, native creation-time admission, non-transcript object grounding, exact native rename readback, owner-local idempotency, and post-readback publication boundaries. Live Minutes access still requires the invoking owner's authenticated lark-cli user identity and explicit authority for any write. Publication uses the user identity for target-group history deduplication and the configured app bot identity for sending and returned-message readback; it never falls back to sending as the user. A uniquely bound live CRM internal collaboration group is an eligible canonical publication target.

Owner-local scheduler

The package can install a user-level macOS LaunchAgent. The scheduler is system-level infrastructure, not a Codex project and not an AgenticCRM Manager lane.

First create a disabled scaffold:

npx --yes @yibi/owner-agent-minutes@latest scheduler scaffold \
  --profile <owner-profile> \
  --json

The installing owner Agent must then edit the generated config.json and task.md:

  • set an absolute owner-local working directory;
  • set agent_command as an argv array whose first entry is the absolute Codex/Agent executable;
  • pass the generated agent_output_schema with Codex --output-schema and agent_result_file with --output-last-message;
  • describe the owner's Minutes discovery sources, maximum candidate count, identity/profile, optional publication mapping, and configured publication bot in task.md;
  • set enabled=true only after those values and the owner's lark-cli authorization have been verified;
  • keep access tokens, refresh tokens, passwords, cookies, authorization URLs, and QR codes out of both files.

Validate before loading:

npx --yes @yibi/owner-agent-minutes@latest scheduler validate \
  --config "$HOME/Library/Application Support/OwnerAgentMinutes/<owner-profile>/config.json" \
  --json

Install the stable runtime and load the LaunchAgent:

npx --yes @yibi/owner-agent-minutes@latest scheduler install \
  --config "$HOME/Library/Application Support/OwnerAgentMinutes/<owner-profile>/config.json" \
  --json

Operational controls:

npx --yes @yibi/owner-agent-minutes@latest scheduler status --profile <owner-profile> --json
npx --yes @yibi/owner-agent-minutes@latest scheduler disable --profile <owner-profile> --json
npx --yes @yibi/owner-agent-minutes@latest scheduler enable --profile <owner-profile> --json

The LaunchAgent wakes one owner Agent per interval and also watches its config, task, and installed runtime files. The runtime enforces a minimum five-minute interval, one active run per profile, a bounded timeout, stable copied scheduler code, and a schema-constrained operational receipt. A generation change never interrupts an active Agent: the current generation drains, then the runner immediately re-executes the newest on-disk generation without waiting for the next interval. An idle scheduler wakes immediately on a watched change. last-run.json holds the latest result and runs.jsonl is the append-only history. Each receipt reports discovery, naming, and publication counts plus per-resource terminal outcomes. A missing or invalid Agent result fails the run instead of appearing as completed. When publication is enabled, the owner Agent must verify the configured bot and its target-group membership before sending.

The scheduler discards arbitrary Agent stdout/stderr. Receipts may contain owner-local titles and sanitized evidence/message IDs, but reject raw Minutes tokens, URLs, transcript bodies, credentials, and authorization material. Resource correlation uses a SHA-256 token fingerprint. When publication is enabled, the owner Agent must bootstrap the local hashed ledger from target-group history, send only missing retrieval anchors, read messages back, and then record success. Discovery, provenance sources, owner authentication, candidate bounds, and publication destination selection remain owner-Agent configuration.