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 agentmods add skills/beel-es/claude-plugins/beel-apinpx skills add beel-es/claude-plugins --skill beel-apigit clone --depth 1 https://github.com/beel-es/claude-pluginsWrote 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/beel-es/claude-plugins/beel-api)<a href="https://agentmods.dev/skills/beel-es/claude-plugins/beel-api"><img src="https://agentmods.dev/badge/skills/beel-es/claude-plugins/beel-api.svg" alt="Measured on agentmods" 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 | $0.00040 | $0.01313 |
| Opus 5 | $0.00020 | $0.00656 |
| Sonnet 5 | $0.00008 | $0.00263 |
| Haiku 4.5 | $0.00004 | $0.00131 |
Grade A, and why
beel-api scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s https://docs.beel.es/llms.txt | grep -i "invoice\|customer" How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BeeL API — Integration Guide
BeeL is a SaaS invoicing platform for Spanish autónomos with full VeriFactu compliance.
⚠️ Golden Rules
- NEVER invent endpoints, fields, or package names. Always verify against the live docs first — see "How to Look Up Documentation" below for the token-efficient way to do it.
- NEVER hardcode API keys. Always use environment variables (
process.env.BEEL_API_KEY). - There is NO separate test URL. Base URL is always
https://app.beel.es/api, and every path starts with/v1/. The key prefix determines the environment:beel_sk_test_*= sandbox,beel_sk_live_*= production. - Company-scoped paths are the canonical form. Build new code against
/v1/companies/{company_id}/…(invoices, customers, products, series, tax and VeriFactu settings). The flat routes (/v1/invoices,/v1/customers,/v1/products,/v1/configuration/*and their sub-paths like/issueand/void) aredeprecated: true, each carrying anx-successor; they keep working until the date in theirSunsetresponse header. - Send
BeeL-Active-Company(thecompany_id) on any request touching company-owned data. Optional on an account with a single NIF, required on an account with several — otherwise403 ACTIVE_COMPANY_REQUIRED. See/beel-api:multi-nif. Idempotency-Keyon POST. Ignored on PUT/PATCH/DELETE unless the operation opts in. Optional in general, required on bulk imports. See recipes/invoice-flow.md.- Issued invoices are immutable. To correct → corrective invoice. To cancel → void it.
- When in doubt, look up the docs (see below).
📚 How to Look Up Documentation
Preferred: the BeeL CLI docs search — and propose it to the user first.
When you need to check the docs, don't silently fetch the whole llms.txt / llms-full.txt (that burns tokens and pulls in ~600KB you don't need). Instead, suggest running the CLI and wait for the user's go-ahead, e.g.:
"I need to confirm the exact fields for creating an invoice. Want me to run
npx @beel_es/cli docs search create invoice? It searches the docs locally and returns only the matching ~2KB section — no API key needed."
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 3d ago First seen · 85 lines · 40 tokens per session scan A f0721d1d1ce1
beel-api is a skill published in the GitHub repository beel-es/claude-plugins (4 stars, last pushed 8d ago), licensed MIT. It adds 40 tokens to every session and 1,313 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
upgrading-golang
Upgrades Go version across the entire Chainloop codebase including source files, Docker images, CI/CD workflows, and documentation. Use when the user mentions upgrading Go, golang version, or updating Go compiler version.
custom-builtin-functions
Create a custom builtin function to be used in the Rego policy engine.
agt-policy-authoring
Create and validate a minimal AGT Copilot CLI policy tailored to the repository being inspected.
catalyst-center-readonly
Query Cisco Catalyst Center read-only — device inventory, site hierarchy, wireless, assurance health, compliance, software images, events. All 514 read-only API operations reachable through 8 grouped dispatchers. Use when asked what Catalyst Center manages, where a device sits, what its health or compliance state is…
biome
Repository guidance for using Biome as the formatter, linter, and code quality tool within the hr-skills monorepo.
mapping-builder
Build a reviewed crosswalk (RequirementMappingSet YAML library + review xlsx/csv) between two CISO Assistant framework YAML files using Claude itself as the reasoning engine. Zero infrastructure — stdlib + pyyaml only, no embedders, no LM Studio, no Qdrant. Use when the user asks to map / crosswalk / generate a…