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 voicelogica/voice-logica-plugin --skill manage-integrationsgit clone --depth 1 https://github.com/voicelogica/voice-logica-pluginWrote 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/voicelogica/voice-logica-plugin/manage-integrations)<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-integrations"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-integrations/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/voicelogica/voice-logica-plugin/manage-integrations"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-integrations.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.00058 | $0.01086 |
| Opus 5 | $0.00029 | $0.00543 |
| Sonnet 5 | $0.00012 | $0.00217 |
| Haiku 4.5 | $0.00006 | $0.00109 |
Grade A, and why
manage-integrations 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 10d 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 — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Manage Voice Logica integrations
Connecting a company integration is not enough. The agent still has to be allowed to use it, then you prove it on a real call.
The 3-layer rule
- Connect the integration at company level (OAuth, API key, or tunnel / edge device).
- Enable the agent tool on the specific agent (
list_agent_tools/update_agent_tool, or the matching shop / CRM / calendar tool). - Test with a Call ID. Read
toolCallson that call. Do not declare success from the dashboard toggle alone.
If layer 1 is missing, the tool will not fire. If layer 2 is missing, the integration exists but this agent cannot use it. If layer 3 fails, fetch the Call ID before editing the prompt.
There is no per-integration plan lock. Failures are usually: not connected, needsReconnect, wrong role, missing tunnel, or tool not enabled.
Tool returns nothing / partial / error / timeout: confirm the record exists in the source system, then field mapping and permissions. Phone lookups often fail on landline vs mobile format — enable phone normalization and try order ID as a fallback.
Never paste live API tokens, refresh tokens, or client secrets into chat. Ask the user to paste them only into the Voice Logica integration form. Some provider tokens display once (Shopify Admin API) — if lost, regenerate; the old token dies.
Public catalog (self-serve)
CRM: HubSpot, Zoho, Salesforce. See manage-crm.
E-commerce: WooCommerce, Shopify, OpenCart, Magento, PrestaShop, Megasoft, custom shop API. See manage-ecommerce. PrestaShop has no default voice-agent tool — mainly workflows / MCP.
ERP: Soft1, Galaxy Drugstore, Galaxy ERP, Pylon, Entersoft. See manage-erp. Cloud URL vs On-prem SSH tunnel.
Calendar / contacts / chat: Google Calendar is the agent Appointments tab (company Google login) — not an Integrations card. Google Meet, Google Chat, and Microsoft 365 are Integrations. See manage-calendar-google-microsoft.
Messaging: SMS senders, Viber. See manage-sms. These are messaging channels, not Integration keys.
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.
- 10d ago First seen · 85 lines · 58 tokens per session scan A 41ec279ca335
manage-integrations is a skill published in the GitHub repository voicelogica/voice-logica-plugin (0 stars, last pushed 19d ago), licensed MIT. It adds 58 tokens to every session and 1,086 once invoked, about $0.0003 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
convex-billing
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
cloudbase-wechat-integration
A guide for connecting CloudBase applications to WeChat services, including payments, official accounts, and user identity.
reddit-search-api
Pure API reference for reddapi.dev - authentication, all endpoints (vector search, semantic search, trends, subreddit lookup), request parameters, response schemas, and error codes, with no research-workflow framing. Use when the user wants raw endpoint documentation, is debugging a reddapi.dev integration, needs…
baselinker-webhooks
Receive BaseLinker (Base.com) webhooks. Use when building a BaseLinker order or warehouse callback receiver, because BaseLinker is not a normal webhook source: deliveries arrive as HTTP HEAD requests with NO body, the entire payload is in the query string (observed params: orderid, state), there is NO signature…
tiktok-shop-webhooks
Receive and verify TikTok Shop webhooks. Use when setting up TikTok Shop webhook handlers, debugging Authorization-header signature verification, or handling events like ORDERSTATUSCHANGE, PACKAGEUPDATE, RECIPIENTADDRESSUPDATE, PRODUCTSTATUSCHANGE, or SELLERDEAUTHORIZATION.
b2c-business-manager-extensions
Build Business Manager extension cartridges with custom admin tools, menu items, and dialog actions. Use this skill whenever the user needs to create bm cartridges, add menu actions or dialog buttons in BM, configure bmextensions.xml, or extend admin pages with form overlays. Also use when customizing the BM interface…