Documentation Index
Fetch the complete documentation index at: https://docs.famulor.io/llms.txt
Use this file to discover all available pages before exploring further.
Famulor.io Skill
The Famulor.io Skill enables AI agents to execute real tasks in Famulor, not just explain them.GitHub Repository
Source code, installation guides, and examples
What this skill does
- Create and configure AI assistants (inbound, outbound, chat, WhatsApp)
- Set up outbound campaigns and manage leads
- Connect knowledge bases and documents
- Create mid-call tools (HTTP tools) for live integrations
- Run WhatsApp and SMS workflows
- Support testing and iterative prompt and voice optimization
When to use this skill
Use this skill for requests related to:- Famulor or famulor.io setup
- Campaigns, leads, and outbound calling
- WhatsApp bots, templates, and SMS
- Knowledge bases, RAG documents, and webhooks
- Famulor API integrations
Requirements
You need a valid API key as an environment variable:Installation
Cursor
famulor.skill manually and restart the chat session.
Codex
OpenCode
Gemini CLI
Universal manual installation
- Download
famulor.skillfrom the repository. - Import/register it in your agent platform as a custom skill or plugin.
- Restart the agent session.
- Set
FAMULOR_API_KEY. - Ask the agent to execute a Famulor workflow.
Local developer quickstart
- Clone the repository.
- Ensure Python 3.10+ is installed.
- Set your API key:
- Run:
Verify installation
echo $FAMULOR_API_KEYreturns a non-empty valuepython3 scripts/famulor_client.py list_assistantsreturns API data- No
401 Unauthorizederror appears
Security notes
- Never commit API keys to Git.
- Prefer local environment variables or an ignored
.envfile. - Rotate API keys immediately if exposed.

