docs.clickmax.io

clickmax-tags

Use when the user wants to inspect, create, update, delete, clone, or apply CRM tags to leads in Clickmax.

First seen Jun 16, 2026

Installation

$ npx skills add https://docs.clickmax.io

Also in this package

Other skills from docs.clickmax.io · top by installs.

npx skills add https://docs.clickmax.io

Browse all from docs.clickmax.io

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Versionv12.1.3
LicenseMIT
CompatibilityRequer o MCP da Clickmax ativo e conectado. Os nomes de tool
More metadata
author
Bilhon Technologies LTDA
version
v12.1.3
tools
["tags_list","tags_manual_list","tags_manual_leads_timeline","tags_system_list","tags_system_activities","tags_get","tags_create","tags_update","tags_delete","tags_clone","crm_tags_apply_to_leads","crm_tags_remove_from_leads","crm_tags_batch_apply_to_leads"]

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,017 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 86 installs

SKILL.md

As tools abaixo aparecem com os nomes que o MCP da Clickmax registra. Se o seu cliente de IA prefixar nomes de tool (mcp<servidor>, mcp<servidor>, ou outro), use o nome já prefixado que aparecer na sua lista de tools.

When this applies

Use this skill when the user wants to manage CRM tags or use tags as cohort labels: inspect manual/system tags, create/update/delete/clone manual tags, or apply/remove tags from many leads.

Not this skill:

  • raw event timelines -> clickmax-leads-activity-analysis
  • manual lists or dynamic segments -> clickmax-list-segments

Key assumptions

  • system tags are event-derived and cannot be updated or deleted
  • manual tag create always yields a non-system tag
  • deleting a manual tag also removes assignments and related kanban links
  • lead apply/remove tools mutate assignments, not the tag definition itself

Thought process

  1. Determine whether the need is taxonomy management or lead assignment.
  2. Distinguish manual vs system tags early.
  3. Use batch apply/remove only when the user really wants bulk cohort mutation.

Execute guide

  • Use tags_list when the user starts broad and wants the full tag catalog.
  • Use tagsmanuallist for editable CRM labels, optional name filtering, and growth windows such as growthDays = 14.
  • Use tagssystemlist for event-derived labels; use tagssystemactivities when the user needs the activity basis behind one system tag.
  • Use tags_get before changing a specific tag so manual vs system status is explicit.
  • Use tagscreate for new manual tags. If the user also wants the new tag applied immediately, create first, then use crmtagsapplyto_leads with the returned tag id.
  • Use tagsupdate, tagsclone, and tags_delete only for manual tags.
  • Cloned tags are named from the original with a numeric suffix, such as <original name> (1); rename after cloning if the user needs a business-friendly label.
  • Use crmtagsremovefromleads when the tag definition should stay but specific leads should lose the assignment.
  • Use crmtagsbatchapplytoleads only for intentional bulk cohort changes across many leads. When the result needs validation, inspect membership changes with tagsmanualleadstimeline.
  • Preferred order: inspect tag type -> inspect current definition or membership when relevant -> mutate the tag or assignments -> verify updated state for high-impact changes.

Report

  • Start with the tag job type: taxonomy change, assignment change, or inspection.
  • For taxonomy changes: report tag name, tag id, and the exact change.
  • For lead assignment changes: report affected lead count first, then skips/errors, then the tags involved.
  • For inspections: show manual vs system status first because it determines what can be changed.
  • If listing multiple tags, order the most relevant matches first and cap the list with +N more.
  • Follow-up mutations are opt-in only.

Warnings

  • Do not offer update/delete for system tags.
  • Do not treat manual-tag timelines as raw activity streams.
  • Batch apply/remove is high-impact cohort mutation.

Anti-patterns

  • Editing system tags.
  • Confusing tag assignment with segment/list membership.
  • Applying tags to a broad unresolved cohort without confirming intent.