skills/famulor-skill/SKILL.md
Operate Famulor assistants, communication history, campaigns, knowledge, automations, telephony, and workspace administration through its hosted MCP server.
npx skillsauth add ranbot-ai/awesome-skills famulor-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use Famulor through the hosted Streamable HTTP MCP server:
https://app.famulor.io/mcp
This skills-only package does not install or configure the MCP connection. Add the endpoint as a remote Streamable HTTP server in the user's MCP client, then let that client run its OAuth flow. A workspace API key can also authenticate trusted server-to-server clients, but never ask a user to paste a key into chat or place one in files, commands, logs, or source control.
If the Famulor MCP server is unavailable in the current client, help the user connect it and stop before claiming to have read or changed their account. Do not substitute an undocumented REST endpoint.
tools/list schema is authoritative.Use only the group or groups needed for the request. A narrower URL keeps discovery and model context manageable:
https://app.famulor.io/mcp?toolsets=assistants,calls
Read the linked reference only for the relevant group. Each reference contains every tool currently assigned to that group; the live tools/list schema remains authoritative.
| Toolset | Use for | Current tools | Reference |
| --- | --- | ---: | --- |
| assistants | Assistants, versions, models, voices, reusable tools, bookings, tests, and integrations | 56 | assistants |
| calls | Calls, unified history, transcripts, QA, callbacks, and live control | 15 | calls |
| campaigns | Campaigns, Audience contacts, leads, segments, consent, suppression, and outbound limits | 34 | campaigns |
| messaging | WhatsApp, Messenger, email, Slack, connectors, templates, and sender profiles | 44 | messaging |
| telephony | Phone numbers, SIP trunks, caller IDs, carriers, and number verification | 27 | telephony |
| knowledge | Knowledge bases, documents, FAQs, websites, and connected drives | 20 | knowledge |
| dashboards | Dashboards, analytics, widgets, and layout | 19 | dashboards |
| automations | Automations, connections, CRM sync, routines, and runs | 28 | automations |
| billing | Balance, usage, transactions, invoices, billing recovery, and referrals | 7 | billing |
| settings | Account, workspaces, API keys, retention, memory, domains, and sessions | 20 | settings |
| platform | Authorized white-label reseller customer administration | 6 | platform |
| migration | Previewing and importing supported Famulor 1.0 resources | 2 | migration |
| tasks | Durable exports, simulations, crawls, and campaign preparation | 4 | tasks |
The full snapshot contains 282 tools. list_mcp_toolsets can report the groups visible to the current credential. The public assistant-history directory profile is intentionally limited to 11 read-only tools; use it only when the user specifically wants that restricted connection.
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.