Skip to main content

Skills

Skills are reusable AI playbooks. Each skill packages a set of instructions, declares what data it needs, and optionally collects inputs from you. When you attach a skill to a chat, the AI follows the playbook using your brand’s actual data.

What is a Skill?

Think of a skill as a recipe card for the AI:
  • Instructions tell the AI what to do step-by-step (written in plain text/markdown)
  • Data dependencies declare what context the AI needs (brand guidelines, ICPs, keywords, etc.)
  • Inputs are questions the skill asks you before running (target audience, time horizon, etc.)
When you attach a skill in the workspace chat, the platform automatically loads all the data the skill needs and presents it alongside your message to the AI.

Creating a Skill

Navigate to Tools > Skills and click Create Skill.

Required Fields

FieldDescription
TitleHuman-readable name (e.g., “Content Calendar Builder”)
NameURL-safe slug (auto-generated from title)
DescriptionBrief summary of what the skill does
CategoryAgent role: Monitor, Analyst, Planner, Producer, QA, Integrator, or Librarian
InstructionsThe full playbook — markdown-formatted instructions the AI follows

Optional Fields

FieldDescription
ScopeWho can see this skill (see Scoping below)
Data DependenciesWhat data the skill needs from your workspace
InputsQuestions to ask the user before running
PublishedWhether the skill is visible to others

Writing Good Instructions

Instructions are the heart of a skill. Write them as if you’re briefing a knowledgeable colleague:
  • Be specific about the output format you want
  • Reference the data that will be provided (e.g., “Using the brand guidelines below…”)
  • Break complex tasks into numbered steps
  • Include examples of good output when possible

Data Dependencies

Declare what data the skill needs, and the platform loads it automatically:
DependencyWhat Gets Loaded
Brand GuidelinesYour editorial and brand guidelines
ICPsTarget audience profiles with awareness stages
SEO KeywordsTop keywords by search volume
Content EntitiesSummary of hooks, angles, stories, offers
HooksYour messaging hooks with themes
AnglesYour content angles with themes
Conversion UnitsForms, calendars, and endpoints

Tool Dependencies

Tool dependencies declare which MCP tools a skill expects to use when running as an autonomous agent. These are different from data dependencies — data dependencies load context at attach time, while tool dependencies tell the AI which tools to call during execution.
FieldDescription
Tool NameThe MCP tool the skill calls (e.g., get_ad_campaign_overview)
RequiredWhether the skill can function without this tool
Tool dependencies are primarily used when skills run via the MCP execute_skill tool or through external agents like Slack bots. In workspace chat, the available tools are determined by the chat environment.

Inputs

Add inputs when the skill needs information from the user at runtime:
Input TypeUse Case
TextOpen-ended input (e.g., “Target keyword”)
NumberNumeric input (e.g., “Number of ideas”)
SelectSingle choice from options (e.g., “Funnel stage”)
MultiselectMultiple choices (e.g., “Content types to include”)
BooleanYes/no toggle (e.g., “Include competitor analysis?”)
Inputs are automatically prefilled with smart suggestions based on your workspace data.

Scoping

Skills have two visibility levels:
ScopeWho Can SeeBest For
AgencyAll websites in your agencyStandardized workflows across clients
WebsiteAll team members on this websiteShared team playbooks
Agency-scoped skills must be published to be visible to website users.

Versioning

Every time you edit a skill and provide a change note, a version snapshot is saved. You can view the full version history in the skill’s detail panel under the Version History tab.

Using Skills in Chat

  1. Open Chat from the main navigation
  2. Click the + Skill button (visible when Claude is selected as the model)
  3. Browse or search for a skill in the picker
  4. Click to attach — the skill chip appears in the input bar
  5. If the skill has inputs, fill out the form (values are pre-suggested)
  6. Type your message and send
You can attach multiple skills simultaneously. The AI receives all skill instructions and resolved data in its context.
Skills are only available when using Claude models. Switch to a Claude model to see the skill attachment option.

Example Skills

SkillCategoryWhat It Does
Content Calendar BuilderContent StrategyGenerates a monthly content calendar using your ICPs, keywords, and brand guidelines
SEO Brief WriterResearchCreates detailed content briefs from target keywords with competitor analysis
Campaign PlannerCampaignPlans multi-channel campaigns with messaging across email, social, and blog
Social Series CreatorSocialBuilds themed social post series from your hooks and angles
Performance ReporterReportingSummarizes content performance with actionable recommendations

Access Control

ActionViewerEditorAdmin/Owner
View skillsYesYesYes
Create/edit skillsNoYesYes
Delete skillsNoYesYes
Attach skills in chatNoYesYes