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.
npx skills add NeoNexAI/beebole-mcp --skill beebole-usagegit clone --depth 1 https://github.com/NeoNexAI/beebole-mcpWrote 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.
[](https://agentmods.dev/skills/neonexai/beebole-mcp/beebole-usage)<a href="https://agentmods.dev/skills/neonexai/beebole-mcp/beebole-usage"><img src="https://agentmods.dev/badge/skills/neonexai/beebole-mcp/beebole-usage/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/neonexai/beebole-mcp/beebole-usage"><img src="https://agentmods.dev/badge/skills/neonexai/beebole-mcp/beebole-usage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00166 | $0.01190 |
| Opus 5 | $0.00083 | $0.00595 |
| Sonnet 5 | $0.00033 | $0.00238 |
| Haiku 4.5 | $0.00017 | $0.00119 |
Grade A, and why
beebole-usage 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Beebole — cómo usar el MCP bien
El MCP habla con la API GraphQL de app.beebole.com (auth por cabecera
apikey). Tiene 24 tools curadas para el flujo normal de un estudio y 3
genéricas que cubren el 100% de la API (87 queries + 745 mutations). Tu trabajo
es resolver la petición con el mínimo de llamadas y sin tropezar con el dominio.
Regla de oro de selección
- ¿Hay una tool curada para esto? Úsala. Cubren lo habitual:
- Identidad:
beebole_whoami - Proyectos:
beebole_list_projects,beebole_get_project,beebole_add_project - Tareas:
beebole_list_tasks,beebole_get_task,beebole_add_task - Personas:
beebole_list_persons,beebole_get_person,beebole_add_person - Horas:
beebole_list_time_records,beebole_count_time_records,beebole_add_time_record,beebole_edit_time_record,beebole_delete_time_records,beebole_clone_time_records - Timesheets:
beebole_submit_timesheet,beebole_approve_timesheet,beebole_reject_timesheet - Catálogos:
beebole_list_tags,beebole_list_absence_types - Informes:
beebole_list_reports,beebole_run_report,beebole_planned_vs_real
- Identidad:
- ¿No hay tool curada? Entonces el patrón de descubrimiento:
beebole_search_schema "<palabra clave>"→beebole_describe_operation "<nombre>"(para ver argumentos y tipos exactos) →beebole_graphqlcon la query/mutation. No inventes nombres de operación: descúbrelos siempre con search→describe primero.
Gotchas de dominio (la causa nº1 de fallos)
Interioriza esto antes de escribir/leer datos; el schema no perdona:
- Duración de un fichaje = ENTERO en MINUTOS. 1 h 30 min →
90. Nunca horas decimales (1.5) ni segundos. Si el usuario dice "2 horas", envía120. - Timestamps =
BeeboleTimestampen MILISEGUNDOS (epoch · 13 dígitos,> 1e10). Una fecha en segundos (10 dígitos) se interpretará mal. Multiplica ×1000. - Crear proyecto o tarea exige categoría:
beebole_add_project/beebole_add_taskrequierencategoryId(oparentIdpara anidar). Sin ello la API rechaza conNoCategoryOrParentProvided. Si no la tienes, descúbrela primero (search_schema "categor"→ describe → query de categorías) y pásala. - Estados (
status):d=borrador,s=enviado,a=aprobado,r=rechazado. - Color: índice de paleta
0–71. Ausencias: unidaddayohour.
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.
- 8d ago First seen · 72 lines · 166 tokens per session scan A 5fe9de402f24
beebole-usage is a skill published in the GitHub repository NeoNexAI/beebole-mcp (0 stars, last pushed 2mo ago), licensed MIT. It adds 166 tokens to every session and 1,190 once invoked, about $0.0008 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.
Other skills, from other repositories
clockify-automate
Turn on agent-mediated Clockify tracking: if .clockify/config.yml is missing, run minimal clockify-init first, then forge wizard (GitHub) + Cursor Plan/Debug platforms + runaway wizard, ensure project/tasks, write Cursor rules, and when runaway is enabled install Clockify-owned runaway hooks. Use when the user wants…
clockify-init
Bootstrap Clockify for a repo: AskQuestion for workspace only, write v4 .clockify/config.yml from the plugin example (plugin / scope / entry), and default-ignore personal time-tracking files. Use when setting up time tracking (timer or enter-time). Safe to re-run: does not overwrite existing config unless the user…
smartsheet-rm
Enterprise Agent Skill for orchestrating Resource Management by Smartsheet (10,000ft API) — manage weekly timesheets, reconciliation, project staffing, assignments, capacity planning, and user availability.
linear-graphql-skill
Operate Linear workspace issues, projects, and teams through Linear GraphQL API using UXC. Use when tasks require querying or creating issues, managing projects, or interacting with Linear workflow. Supports both Personal API Key and OAuth authentication.
change-management
Create and transition ServiceNow change requests (normal/standard/emergency), change tasks, affected CIs, approval routing, CAB scheduling, and conflict detection across maintenance windows.
hr-service-delivery
Build ServiceNow HR Service Delivery — snhrcorecase from Employee Center or HR catalog, snhrlelifecycleevent onboarding/offboarding with templated activities, and HR document generation.