manage-company-billing

manage-company-billing is a skill for Claude Code from voicelogica/voice-logica-plugin. It costs 48 tokens per session (1,086 once invoked), scanned A, original, MIT.

A skill for managing Voice Logica companies, users, subscriptions, payment details, plans, add-ons, and operating hours.

In plain words
What is it for?
Use it to list companies and users, switch companies, request access, inspect subscriptions and payment methods, change plans, and update operating hours.
Why use it?
It keeps company and billing changes tied to the correct company and reports the information returned by the service.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the voice-logica plugin — 17 skills, 1 MCP server shipped together

Good fit Use it to list companies and users, switch companies, request access, inspect subscriptions and payment methods, change plans, and update operating hours.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/voicelogica/voice-logica-plugin/manage-company-billing
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.

Any agent
npx skills add voicelogica/voice-logica-plugin --skill manage-company-billing
Clone the repo
git clone --depth 1 https://github.com/voicelogica/voice-logica-plugin

Made for: Claude Code.

Or install voice-logica, the plugin that ships this one along with the rest of its 17 skills, 1 MCP server.

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 manage-company-billing

README.md
[![agentmods](https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-company-billing/github.svg)](https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-company-billing)
Your own site
<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-company-billing"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-company-billing/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.

agentmods 80×15 button for manage-company-billing

Your own site · 80×15
<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-company-billing"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-company-billing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,086 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00048 $0.01086
Opus 5 $0.00024 $0.00543
Sonnet 5 $0.00010 $0.00217
Haiku 4.5 $0.00005 $0.00109

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

Security

Grade A, and why

manage-company-billing 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 12d 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.

skills/manage-company-billing/SKILL.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manage company and billing

Report what the API returns. Do not guess prices or invent plan names. Never mention Voice Logica internal costs or margins.

MCP tools

Company:

  • list_companies
  • list_company_users
  • get_company_details
  • get_company_operating_hours / update_company_operating_hours
  • switch_company
  • request_company_access
  • create_company
  • get_user_companies_by_email
  • get_associate / update_associate

Billing:

  • upgrade_plan
  • list_plans
  • list_add_ons
  • get_payment_method
  • get_subscription

Refunds, credit notes, invoices → [email protected]. Do not promise amounts or timelines.

companyId override

companyId on these tools is admin / reseller only.

Normal users must omit it and operate on the current company. If a normal user passes another company's id, the call fails or hits the wrong tenant. If they need another company, use list_companies / switch_company / request_company_access.

Check the subscription before calling a feature missing

UI gates are API-driven per company. get_subscription first.

Symptom Feature / field to check
No Outbound tab allow-outbound-calls
No Appointments tab google-calendar + schedule_appointment enabled
Transfers locked / billing link transfer-calls / did — Demo, No Plan, Inactive often locked
Can't pick model can-select-model (otherwise model in a call dump is a platform default)
Prompt won't save numeric system-prompt
Knowledge Q&A cap numeric knowledge-questionsknowledge_questions_limit_reached
Can't add / copy agent numeric agents
Concurrent call limit concurrent-calls
Test call = busy seconds: 0 or inactive subscription — endCallReason will say so
Workflows / Tunnels menu missing admin role, not a plan flag
Widget tab missing super-admin / account-manager — expected for a normal client

Minute pools are separate: AI minutes (agent talk time), analysis minutes (post-call / post-transfer analysis), and telephony provider credits (PSTN outbound / failover). Attended transfer adds an extra outbound leg that can use AI minutes.

Read the full file on GitHub · 98 lines

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. 12d ago First seen · 98 lines · 48 tokens per session scan A 1d5feb7883b0

Subscribe to this mod's changes

manage-company-billing is a skill published in the GitHub repository voicelogica/voice-logica-plugin (0 stars, last pushed 20d ago), licensed MIT. It adds 48 tokens to every session and 1,086 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.