famulor-assistants-history

famulor-assistants-history is a skill for Claude Code from bekservice/Famulor-Skill. It costs 74 tokens per session (645 once invoked), scanned A, original, MIT.

A read-only connection to Famulor, a service for voice, messaging, and email assistants, plus their conversation history.

In plain words
What is it for?
Checking assistant configurations and versions, available templates, languages, models, and voices, and reviewing call, message, and email history.
Why use it?
It provides a safe way to review assistant settings and past conversations without changing resources or sending anything.

Skill for Claude Code

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

Part of the famulor-assistants-history plugin — 1 skill shipped together

Good fit Checking assistant configurations and versions, available templates, languages, models, and voices, and reviewing call, message, and email history.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bekservice/famulor-skill/famulor-assistants-history
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 bekservice/Famulor-Skill --skill famulor-assistants-history
Clone the repo
git clone --depth 1 https://github.com/bekservice/Famulor-Skill

Made for: Claude Code.

Or install famulor-assistants-history, the plugin that ships this one along with the rest of its 1 skill.

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 famulor-assistants-history

README.md
[![agentmods](https://agentmods.dev/badge/skills/bekservice/famulor-skill/famulor-assistants-history/github.svg)](https://agentmods.dev/skills/bekservice/famulor-skill/famulor-assistants-history)
Your own site
<a href="https://agentmods.dev/skills/bekservice/famulor-skill/famulor-assistants-history"><img src="https://agentmods.dev/badge/skills/bekservice/famulor-skill/famulor-assistants-history/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 famulor-assistants-history

Your own site · 80×15
<a href="https://agentmods.dev/skills/bekservice/famulor-skill/famulor-assistants-history"><img src="https://agentmods.dev/badge/skills/bekservice/famulor-skill/famulor-assistants-history.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 645 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.00074 $0.00645
Opus 5 $0.00037 $0.00322
Sonnet 5 $0.00015 $0.00129
Haiku 4.5 $0.00007 $0.00064

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

Security

Grade A, and why

famulor-assistants-history 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.

claude-store/skills/famulor-assistants-history/SKILL.md · 51 lines

How it starts

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

Famulor Assistants & Omnichannel History

Use the OAuth-secured Famulor MCP profile at:

https://app.famulor.io/mcp?profile=assistant-history

This marketplace profile is intentionally read-only. It exposes exactly 11 tools:

Tool Use
list_assistants List assistants visible in the authenticated workspace.
get_assistant Read one assistant's configuration.
list_assistant_versions List saved versions for an assistant.
get_assistant_version Read one saved assistant version.
list_prompt_templates List available prompt templates.
get_languages List supported language options.
get_models List models available to the workspace.
get_voices List available voices.
list_history Search unified call, messaging, and email history.
get_call Read full details for one call returned by history.
get_email_history_item Read the full email thread for one email history item.

Workflow

  1. Confirm which authenticated Famulor workspace the user means when it is ambiguous.
  2. Use a list_* tool to find the exact resource or history item instead of guessing an ID.
  3. Use the matching get_* tool when the user needs full detail.
  4. Summarize only the fields returned by the server and preserve the distinction between configured values and observed history.

list_history is the omnichannel overview. It may include voice calls, emails, and messaging conversations from connected channels such as Instagram or Messenger. Messaging entries can be previews rather than complete chat transcripts; never claim a full conversation unless the server actually returned it. Use get_call for call detail and get_email_history_item for an email thread.

Safety and access boundaries

  • Keep every request read-only. This profile cannot create, update, delete, send, call, launch, purchase, transfer, or configure anything.
  • Do not bypass the restricted profile when a user requests a write action. Explain that the installed marketplace integration supports Assistant & History review only.
  • Never infer access across workspaces. OAuth scopes, workspace membership, role, plan, retention, and server-side policy remain authoritative.
  • Treat transcripts, recordings, messages, emails, contacts, and customer context as personal data. Return only what is necessary for the request.
  • Use live tool schemas for arguments and availability; do not invent IDs, enum values, or fields.

Read the full file on GitHub · 51 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 · 51 lines · 74 tokens per session scan A d47ddbacfdb0

Subscribe to this mod's changes

famulor-assistants-history is a skill published in the GitHub repository bekservice/Famulor-Skill (2 stars, last pushed 20d ago), licensed MIT. It adds 74 tokens to every session and 645 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

tutor-setup

Transforms knowledge sources into an Obsidian StudyVault. Two modes: (1) Document Mode — PDF/text/web sources → study notes with practice questions. (2) Codebase Mode — source code project → onboarding vault for new developers. Mode is auto-detected based on project markers in CWD.

bevibing/tutor-skills · 66 tokens

tutor

Interactive quiz tutor for Obsidian StudyVault learning. Use when the user wants to: (1) Take a diagnostic assessment of their knowledge, (2) Study or review specific sections/topics, (3) Drill weak areas identified in previous sessions, (4) Check their learning progress or dashboard, or says things like "quiz me"…

bevibing/tutor-skills · 97 tokens

apple-shortcuts

Generate importable Apple Shortcuts (.shortcut / plist XML) for macOS and iOS. Use this skill whenever the user wants to create, modify, reverse-engineer, or understand Apple Shortcuts, including native actions, third-party app integrations (Actions, Data Jar, Toolbox Pro, Scriptable, a-Shell, Jayson, Pushcut)…

obeone/claude-skills · 133 tokens

dockerfile-best-practices

Create and optimize Dockerfiles and Compose files with BuildKit, multi-stage builds, cache mounts, and non-root hardening. Also triggers on container images, build performance, or Docker security, even without the word 'Dockerfile'.

obeone/claude-skills · 53 tokens

helm-bjw-s-chart

Generate production-ready Helm charts on the bjw-s-labs common library (app-template v5, v4 legacy). Use for new charts, Compose-to-Helm conversion, sidecars, init containers, services, ingress, persistence, StatefulSets, HPAs, Service/PodMonitors, and NetworkPolicies.

obeone/claude-skills · 70 tokens

socrates

A teaching skill based on the Socratic method, a style of learning through guided questions instead of direct answers. It can work with readable code, documents, PDFs, and configuration files.

bevibing/socrates-skill · 77 tokens