status

status is a skill for Cursor from fakiho/neohive. It costs 46 tokens per session (232 once invoked), scanned A, original, no licence file.

A command that shows the current state of a Neohive multi-agent team, including online agents, active work, workflow progress, and recent messages.

In plain words
What is it for?
Use it when you need a snapshot of agent availability, task progress, or recent team communication.
Why use it?
It removes the need to check several places to understand what the team is doing.

Skill for Cursor

Written for Cursor: installed under .cursor/.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/fakiho/neohive/status
Any agent
npx skills add fakiho/neohive --skill status
Clone the repo
git clone --depth 1 https://github.com/fakiho/neohive

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for status

README.md
[![agentmods](https://agentmods.dev/badge/skills/fakiho/neohive/status.svg)](https://agentmods.dev/skills/fakiho/neohive/status)
Your own site
<a href="https://agentmods.dev/skills/fakiho/neohive/status"><img src="https://agentmods.dev/badge/skills/fakiho/neohive/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 232 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00232
Opus 5 $0.00023 $0.00116
Sonnet 5 $0.00009 $0.00046
Haiku 4.5 $0.00005 $0.00023

Measured 6d ago against content hash dfda2676ebdf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/neohive/status/SKILL.md · 18 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 18 lines · 46 tokens per session scan A dfda2676ebdf

Subscribe to this mod's changes

status is a skill published in the GitHub repository fakiho/neohive (5 stars, last pushed 1mo ago), with no licence file. It adds 46 tokens to every session and 232 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

context-engineering

Design effective prompts and optimize context for AI models and agents. Covers prompt engineering foundations (clarity, examples, chain of thought, XML structure), the four context engineering strategies (Write, Select, Compress, Isolate), agent memory and session patterns, and before/after examples showing measurable…

goondocks-co/open-agent-kit · 97 tokens

oak

Find out what happened, what was decided, and what depends on what in your codebase. Use this skill whenever you need to: recall past decisions or discussions ("what did we decide about X?"), check what might break before refactoring ("what depends on this module?"), find conceptually similar code that grep would miss…

goondocks-co/open-agent-kit · 167 tokens

PR Standards

Pull request description, review depth, and merge standards so every PR carries enough context to review and merge safely.

niels-emmer/myace · 25 tokens

pattern-finder

Find recurring code patterns, architectural decisions, and shared conventions across projects in your organization's swarm. Use when you want to discover what patterns other teams use, find candidates for shared libraries, or standardize approaches across the org. Also use when the user asks to "find patterns across…

goondocks-co/open-agent-kit · 88 tokens

project-governance

Create and maintain project constitutions and agent instruction files. Use when establishing coding standards, adding project rules, creating agent guidance files, syncing rules across agents, or improving AI agent consistency. Also supports RFC/ADR documents for formalizing technical decisions that feed into the…

goondocks-co/open-agent-kit · 59 tokens

dependency-audit

Audit dependencies across projects in your organization's swarm. Use when you need to find version conflicts, outdated packages, or security risks across teams. Also use when the user asks for a "dependency audit", "version check across projects", "package alignment", or wants to standardize dependencies org-wide.…

goondocks-co/open-agent-kit · 68 tokens